arm-trusted-firmware/include
Sandrine Bailleux 804040d106 PSCI: Use a single mailbox for warm reset for FVP and Juno
Since there is a unique warm reset entry point, the FVP and Juno
port can use a single mailbox instead of maintaining one per core.
The mailbox gets programmed only once when plat_setup_psci_ops()
is invoked during PSCI initialization. This means mailbox is not
zeroed out during wakeup.

Change-Id: Ieba032a90b43650f970f197340ebb0ce5548d432
2015-08-13 23:48:06 +01:00
..
bl31 PSCI: Migrate TF to the new platform API and CM helpers 2015-08-13 23:48:06 +01:00
bl32 Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7) 2015-04-13 17:17:56 +01:00
common PSCI: Migrate TF to the new platform API and CM helpers 2015-08-13 23:48:06 +01:00
drivers Use uintptr_t as base address type in ARM driver APIs 2015-07-09 11:53:32 +01:00
lib Add header guards to asm macro files 2015-04-27 18:06:24 +01:00
plat PSCI: Use a single mailbox for warm reset for FVP and Juno 2015-08-13 23:48:06 +01:00
stdlib Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00