ARM Platforms: Migrate to new BL handover interface
This patch migrates the ARM Standard platforms to the new BL
handover interface. The arm_blx_early_platform_setup() functions
are also modified to take in 4 arguments. The `ARM_BL31_PLAT_PARAM_VAL`
value passed to BL31 from BL2 is now in arg3 in preparation of dynamic
configuration arguments.

Change-Id: I33e8e61325a19e7a7127b1ff203c3b86921bf153
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
1 parent a6f340f commit 0c306cc062611d71cd79a2cf2b7aac022c741165
@Soby Mathew Soby Mathew authored on 10 Jan 2018
Showing 9 changed files
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/fvp/fvp_bl2_setup.c
View
plat/arm/board/fvp/fvp_bl31_setup.c
View
plat/arm/board/fvp/sp_min/fvp_sp_min_setup.c
View
plat/arm/common/aarch64/arm_bl2_mem_params_desc.c
View
plat/arm/common/arm_bl2_setup.c
View
plat/arm/common/arm_bl31_setup.c
View
plat/arm/common/sp_min/arm_sp_min_setup.c
View
plat/arm/css/common/css_bl2_setup.c