arm-trusted-firmware/include
Soby Mathew f9e858b1f7 PSCI: Validate non secure entrypoint on ARM platforms
This patch implements the platform power managment handler to verify
non secure entrypoint for ARM platforms. The handler ensures that the
entry point specified by the normal world during CPU_SUSPEND, CPU_ON
or SYSTEM_SUSPEND PSCI API is a valid address within the non secure
DRAM.

Change-Id: I4795452df99f67a24682b22f0e0967175c1de429
2015-08-13 23:48:07 +01:00
..
bl31 PSCI: Fix the return code for invalid entrypoint 2015-08-13 23:48:07 +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: Validate non secure entrypoint on ARM platforms 2015-08-13 23:48:07 +01:00
stdlib Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00