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
bl32/sp_min/sp_min.ld.S
0 → 100644
bl32/sp_min/sp_min.mk
0 → 100644
bl32/sp_min/sp_min_main.c
0 → 100644
bl32/sp_min/sp_min_private.h
0 → 100644
Please register or sign in to comment