SPM: Map memory regions from RD
SPM needs to map a number of regions on behalf of the secure partition.
Previously, it used to get a list of them from platform code using the
plat_get_secure_partition_mmap() API. Now it gets them from the resource
description structure.

The SPM<->SP shared buffer is mapped dynamically at EL3. This buffer is
used to pass information between SPM and SP, so it must be mapped at EL3
as well in order to be used by SPM.

Dynamic translation tables have been enabled when the Trusted Firmware
is compiled with SPM support.

Change-Id: I64ad335e931661812a0a60558e60372e1e5e6b72
Co-authored-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 7e5772b commit ffb7ce70b3413ac0eaae3469a6c89dcc3a45c268
@Antonio Nino Diaz Antonio Nino Diaz authored on 30 Oct 2018
Showing 4 changed files
View
plat/arm/board/fvp/include/platform_def.h
View
services/std_svc/spm/sp_setup.c
View
services/std_svc/spm/sp_xlat.c
View
services/std_svc/spm/spm_private.h