SPM: Move shim layer to TTBR1_EL1
This gives each Secure Partition complete freedom on its address space.
Previously, the memory used by the exception vectors was reserved and
couldn't be used. Also, it always had to be mapped, forcing SPM to
generate translation tables that included the exception vectors as well
as the Partition memory regions. With this change, partitions can reduce
their address space size easily.

Change-Id: I67fb5e9bdf2870b73347f23bff702fab0a8f8711
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 5db5930 commit 6de6965b2fcaffec01b2679118d16eabfde4d9c9
@Antonio Nino Diaz Antonio Nino Diaz authored on 27 Mar 2019
Showing 8 changed files
View
include/arch/aarch64/arch.h
View
lib/xlat_tables/aarch64/xlat_tables.c
View
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c
View
services/std_svc/spm/spm_main.c
View
services/std_svc/spm/spm_private.h
View
services/std_svc/spm/spm_setup.c
View
services/std_svc/spm/spm_shim_private.h
View
services/std_svc/spm/spm_xlat.c