SPMD: extract SPMC DTB header size from SPMD
Currently BL2 passes TOS_FW_CONFIG address and size through registers to
BL31. This corresponds to SPMC manifest load address and size. The SPMC
manifest is mapped in BL31 by dynamic mapping. This patch removes BL2
changes from generic code (which were enclosed by SPD=spmd) and retrieves
SPMC manifest size directly from within SPMD. The SPMC manifest load
address is still passed through a register by generic code.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I35c5abd95c616ae25677302f0b1d0c45c51c042f
1 parent 5269694 commit 23d5ba86bd7a43e7abb634c328d7a85bbc877fb5
@Olivier Deprez Olivier Deprez authored on 7 Feb 2020
Showing 4 changed files
View
common/desc_image_load.c
View
include/plat/common/platform.h
View
plat/common/plat_spmd_manifest.c
View
services/std_svc/spmd/spmd_main.c