ARM Platorms: Load TB_FW_CONFIG in BL1
This patch modifies the bl1_platform_setup() API to load and authenticate
TB_FW_CONFIG in BL1. The load address of the same is passed on to BL2 in
`arg0` of entrypoint info. The fvp_io_storage.c and arm_io_storage.c also
adds entries corresponding to TB_FW_CONFIG. A helper function
`arm_load_tb_fw_config()` is added to load and authenticate TB_FW_CONFIG
if present.

Change-Id: Ie7bce667b3fad2b1a083bbcbc0a773f9f04254b1
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
1 parent e5674e1 commit c228956afa415685d7555578f252dfe4d0d1695e
@Soby Mathew Soby Mathew authored on 15 Jan 2018
Showing 7 changed files
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/fvp/fvp_io_storage.c
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_common.mk
View
plat/arm/common/arm_dyn_cfg.c 0 → 100644
View
plat/arm/common/arm_io_storage.c