arm-trusted-firmware/lib
Andrew Thoelke 634ec6c23b Remove calling CPU mpidr from bakery lock API
The bakery lock code currently expects the calling code to pass
the MPIDR_EL1 of the current CPU.

This is not always done correctly. Also the change to provide
inline access to system registers makes it more efficient for the
bakery lock code to obtain the MPIDR_EL1 directly.

This change removes the mpidr parameter from the bakery lock
interface, and results in a code reduction of 160 bytes for the
ARM FVP port.

Fixes ARM-software/tf-issues#213

Change-Id: I7ec7bd117bcc9794a0d948990fcf3336a367d543
2014-06-23 23:16:39 +01:00
..
aarch64 Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 2014-06-16 12:41:48 +01:00
locks Remove calling CPU mpidr from bakery lock API 2014-06-23 23:16:39 +01:00
semihosting Remove extern keyword from function declarations 2014-05-23 12:15:54 +01:00
stdlib Add IO abstraction framework 2014-02-17 18:51:43 +00:00
io_storage.c Remove variables from .data section 2014-05-06 17:55:38 +01:00
mmio.c Add TrustZone (TZC-400) driver 2014-04-24 13:55:56 +01:00