arm-trusted-firmware/lib/psci
Soby Mathew 727e5238fa AArch32: Add support to PSCI lib
This patch adds AArch32 support to PSCI library, as follows :

* The `psci_helpers.S` is implemented for AArch32.

* AArch32 version of internal helper function `psci_get_ns_ep_info()` is
  defined.

* The PSCI Library is responsible for the Non Secure context initialization.
  Hence a library interface `psci_prepare_next_non_secure_ctx()` is introduced
  to enable EL3 runtime firmware to initialize the non secure context without
  invoking context management library APIs.

Change-Id: I25595b0cc2dbfdf39dbf7c589b875cba33317b9d
2016-08-10 14:43:48 +01:00
..
aarch32 AArch32: Add support to PSCI lib 2016-08-10 14:43:48 +01:00
aarch64 Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00
psci_common.c AArch32: Add support to PSCI lib 2016-08-10 14:43:48 +01:00
psci_lib.mk AArch32: Add support to PSCI lib 2016-08-10 14:43:48 +01:00
psci_main.c Validate psci_find_target_suspend_lvl() result 2016-07-25 12:57:42 +01:00
psci_off.c Introduce `el3_runtime` and `PSCI` libraries 2016-07-18 17:52:15 +01:00
psci_on.c Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00
psci_private.h Fix use of stale power states in PSCI standby finisher 2016-07-25 15:53:00 +01:00
psci_setup.c AArch32: Add support to PSCI lib 2016-08-10 14:43:48 +01:00
psci_stat.c Validate psci_find_target_suspend_lvl() result 2016-07-25 12:57:42 +01:00
psci_suspend.c Fix use of stale power states in PSCI standby finisher 2016-07-25 15:53:00 +01:00
psci_system_off.c Introduce `el3_runtime` and `PSCI` libraries 2016-07-18 17:52:15 +01:00