arm-trusted-firmware/lib/psci
Soby Mathew f426fc0519 PSCI: Introduce PSCI Library argument structure
This patch introduces a `psci_lib_args_t` structure which must be
passed into `psci_setup()` which is then used to initialize the PSCI
library. The `psci_lib_args_t` is a versioned structure so as to enable
compatibility checks during library initialization. Both BL31 and SP_MIN
are modified to use the new structure.

SP_MIN is also modified to add version string and build message as part
of its cold boot log just like the other BLs in Trusted Firmware.

NOTE: Please be aware that this patch modifies the prototype of
`psci_setup()`, which breaks compatibility with EL3 Runtime Firmware
(excluding BL31 and SP_MIN) integrated with the PSCI Library.

Change-Id: Ic3761db0b790760a7ad664d8a437c72ea5edbcd6
2016-09-22 17:07:20 +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 PSCI: Add support for PSCI NODE_HW_STATE API 2016-09-15 11:17:55 +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 PSCI: Add support for PSCI NODE_HW_STATE API 2016-09-15 11:17:55 +01:00
psci_setup.c PSCI: Introduce PSCI Library argument structure 2016-09-22 17:07:20 +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