FWU: Add Firmware Update support in BL2U for ARM platforms
This patch adds support for Firmware update in BL2U for ARM
platforms such that TZC initialization is performed on all
ARM platforms and (optionally) transfer of SCP_BL2U image on
ARM CSS platforms.

BL2U specific functions are added to handle early_platform and
plat_arch setup. The MMU is configured to map in the BL2U
code/data area and other required memory.

Change-Id: I57863295a608cc06e6cbf078b7ce34cbd9733e4f
1 parent 9003fa0 commit dcda29f637891adf19a609f9b0b3adc6867de3d0
@Yatharth Kochar Yatharth Kochar authored on 14 Oct 2015
Showing 12 changed files
View
include/plat/arm/board/common/board_arm_def.h
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/common/board_css_common.c
View
plat/arm/board/fvp/aarch64/fvp_common.c
View
plat/arm/board/fvp/fvp_bl2u_setup.c 0 → 100644
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/juno/platform.mk
View
plat/arm/common/arm_bl2u_setup.c 0 → 100644
View
plat/arm/common/arm_common.mk
View
plat/arm/css/common/css_bl2u_setup.c 0 → 100644
View
plat/arm/css/common/css_common.mk
View
plat/arm/soc/common/soc_css.mk