Rework memory information passing to BL3-x images
The issues addressed in this patch are:

1. Remove meminfo_t from the common interfaces in BL3-x,
expecting that platform code will find a suitable mechanism
to determine the memory extents in these images and provide
it to the BL3-x images

2. Remove meminfo_t and bl31_plat_params_t from all FVP BL3-x
code as the images use link-time information to determine
memory extents.

meminfo_t is still used by common interface in BL1/BL2 for
loading images

Change-Id: I4e825ebf6f515b59d84dc2bdddf6edbf15e2d60f
1 parent 2d8a691 commit 8884e6286495ced5891060ae6cd79993cdb9c74b
@Vikram Kanigiri Vikram Kanigiri authored on 16 May 2014
Showing 14 changed files
View
bl2/bl2_main.c
View
bl31/bl31_main.c
View
bl32/tsp/aarch64/tsp_entrypoint.S
View
bl32/tsp/tsp_main.c
View
common/bl_common.c
View
include/bl31/bl31.h
View
include/common/bl_common.h
View
plat/fvp/aarch64/plat_common.c
View
plat/fvp/bl1_plat_setup.c
View
plat/fvp/bl2_plat_setup.c
View
plat/fvp/bl31_plat_setup.c
View
plat/fvp/bl32_plat_setup.c
View
plat/fvp/platform.h
View
services/spd/tspd/tspd_main.c