arm-trusted-firmware/lib/psci
Soby Mathew 12ab697e8f Move spinlock library code to AArch64 folder
This patch moves the assembly exclusive lock library code
`spinlock.S` into architecture specific folder `aarch64`.
A stub file which includes the file from new location is
retained at the original location for compatibility. The BL
makefiles are also modified to include the file from the new
location.

Change-Id: Ide0b601b79c439e390c3a017d93220a66be73543
2016-08-09 17:33:57 +01:00
..
aarch64 Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00
psci_common.c Fix use of stale power states in PSCI standby finisher 2016-07-25 15:53:00 +01:00
psci_lib.mk Move spinlock library code to AArch64 folder 2016-08-09 17:33:57 +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 Introduce PSCI Library Interface 2016-07-19 10:19:01 +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