AArch32: add a minimal secure payload (SP_MIN)
This patch adds a minimal AArch32 secure payload SP_MIN. It relies on PSCI
library to initialize the normal world context. It runs in Monitor mode
and uses the runtime service framework to handle SMCs. It is added as
a BL32 component in the Trusted Firmware source tree.

Change-Id: Icc04fa6b242025a769c1f6c7022fde19459c43e9
1 parent 727e523 commit c11ba852b970f2a125442da26d907c0842f09a25
@Soby Mathew Soby Mathew authored on 5 May 2016
Showing 6 changed files
View
bl32/sp_min/aarch32/entrypoint.S 0 → 100644
View
bl32/sp_min/sp_min.ld.S 0 → 100644
View
bl32/sp_min/sp_min.mk 0 → 100644
View
bl32/sp_min/sp_min_main.c 0 → 100644
View
bl32/sp_min/sp_min_private.h 0 → 100644
View
include/bl32/sp_min/platform_sp_min.h 0 → 100644