arm-trusted-firmware/services/std_svc/psci
Soby Mathew 617540d860 PSCI: Fix the return code for invalid entrypoint
As per PSCI1.0 specification, the error code to be returned when an invalid
non secure entrypoint address is specified by the PSCI client for CPU_SUSPEND,
CPU_ON or SYSTEM_SUSPEND must be PSCI_E_INVALID_ADDRESS. The current PSCI
implementation returned PSCI_E_INVAL_PARAMS. This patch rectifies this error
and also implements a common helper function to validate the entrypoint
information to be used across these PSCI API implementations.

Change-Id: I52d697d236c8bf0cd3297da4008c8e8c2399b170
2015-08-13 23:48:07 +01:00
..
psci_common.c PSCI: Fix the return code for invalid entrypoint 2015-08-13 23:48:07 +01:00
psci_entry.S PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00
psci_helpers.S PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00
psci_main.c PSCI: Fix the return code for invalid entrypoint 2015-08-13 23:48:07 +01:00
psci_off.c PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00
psci_on.c PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00
psci_private.h PSCI: Fix the return code for invalid entrypoint 2015-08-13 23:48:07 +01:00
psci_setup.c PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00
psci_suspend.c PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00
psci_system_off.c PSCI: Switch to the new PSCI frameworks 2015-08-13 23:47:57 +01:00