Move spinlock library code to AArch64 folder
authorSoby Mathew <soby.mathew@arm.com>
Mon, 8 Aug 2016 11:42:53 +0000 (12:42 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Tue, 9 Aug 2016 16:33:57 +0000 (17:33 +0100)
commit12ab697e8f91a67a439e6172621b905753d61f46
tree45924867230bf0fcb8ca996a30e66db3ae37a7d8
parentb127109121123e6b97ead1420e004a88014bc413
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
bl2/bl2.mk
bl32/tsp/tsp.mk
lib/locks/exclusive/aarch64/spinlock.S [new file with mode: 0644]
lib/locks/exclusive/spinlock.S
lib/psci/psci_lib.mk