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
1 parent b127109 commit 12ab697e8f91a67a439e6172621b905753d61f46
@Soby Mathew Soby Mathew authored on 8 Aug 2016
Showing 5 changed files
View
bl2/bl2.mk
View
bl32/tsp/tsp.mk
View
lib/locks/exclusive/aarch64/spinlock.S 0 → 100644
View
lib/locks/exclusive/spinlock.S
View
lib/psci/psci_lib.mk