Populate BL31 input parameters as per new spec
This patch rearranges the bl31_args  struct into
bl31_params and bl31_plat_params which provide the
information needed for Trusted firmware and platform
specific data via x0 and x1

On the FVP platform BL3-1 params and BL3-1 plat params
and its constituents are stored at the start of TZDRAM.

The information about memory availability and size for
BL3-1, BL3-2 and BL3-3 is moved into platform specific data.

Change-Id: I8b32057a3d0dd3968ea26c2541a0714177820da9
1 parent 28e3d26 commit 2d8a6917787ca8b876d2be687d427b274083e981
@Vikram Kanigiri Vikram Kanigiri authored on 15 Apr 2014
Showing 12 changed files
View
bl1/bl1_main.c
View
bl2/bl2_main.c
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/bl31_main.c
View
common/bl_common.c
View
include/bl2/bl2.h
View
include/common/bl_common.h
View
plat/fvp/bl1_plat_setup.c
View
plat/fvp/bl2_plat_setup.c
View
plat/fvp/bl31_plat_setup.c
View
plat/fvp/platform.h
View
services/spd/tspd/tspd_main.c