ARM platforms: Make arm_validate_ns_entrypoint() common
The function arm_validate_ns_entrypoint() validates a given non-secure
physical address. This function however specifically returns PSCI error
codes.

Non-secure physical address validation is potentially useful across ARM
platforms, even for non-PSCI use cases. Therefore make this function
common by returning 0 for success or -1 otherwise.

Having made the function common, make arm_validate_psci_entrypoint() a
wrapper around arm_validate_ns_entrypoint() which only translates return
value into PSCI error codes. This wrapper is now used where
arm_validate_ns_entrypoint() was currently used for PSCI entry point
validation.

Change-Id: Ic781fc3105d6d199fd8f53f01aba5baea0ebc310
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
1 parent b7cb133 commit 71e7a4e568e5f73f67cb571e6dfab3015b986c7b
@Jeenu Viswambharan Jeenu Viswambharan authored on 19 Sep 2017
Showing 4 changed files
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/fvp/fvp_pm.c
View
plat/arm/common/arm_pm.c
View
plat/arm/css/common/css_pm.c