arm-trusted-firmware/bl31
Antonio Nino Diaz 2d7b9e5e7f SPM: Deprecate the current implementation
The current SPM is a prototype that only supports one secure partition
in EL0. The objective of SPM is to have multiple partitions. The current
MM interface isn't adequate for this, so it is needed to modify heavily
the code to add proper support for it.

However, there are platforms which are already using this (like SGI) and
removing the code would break it.  For this reason, the current SPM code
has been duplicated in order to temporarily preserve compatibility. All
new improvements/changes to SPM will be done in the non-deprecated copy,
that may change without notice.

The new build option SPM_DEPRECATED has been introduced to select the SPM
implementation. It defaults to 1, that selects the deprecated SPM.

Change-Id: Ic9f80b53b450e97b4d3f47e4ef4a138ee8d87443
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-12-10 16:37:46 +00:00
..
aarch64 BL31: Use helper function to save registers in SMC handler 2018-12-05 10:40:08 +00:00
bl31.ld.S PIE: Position Independant Executable support for BL31 2018-10-29 09:54:32 +00:00
bl31.mk SPM: Deprecate the current implementation 2018-12-10 16:37:46 +00:00
bl31_context_mgmt.c context_mgmt: Remove deprecated interfaces 2018-09-28 15:31:53 +01:00
bl31_main.c context_mgmt: Fix MISRA defects 2018-11-01 14:15:39 +00:00
ehf.c Mark BL31 initialization functions 2018-10-03 11:47:30 +01:00
interrupt_mgmt.c Fix MISRA defects in BL31 common code 2018-08-30 09:22:33 +01:00