Remove coherent memory from the BL memory maps
This patch extends the build option `USE_COHERENT_MEMORY` to
conditionally remove coherent memory from the memory maps of
all boot loader stages. The patch also adds necessary
documentation for coherent memory removal in firmware-design,
porting and user guides.

Fixes ARM-Software/tf-issues#106

Change-Id: I260e8768c6a5c2efc402f5804a80657d8ce38773
1 parent 8c5fe0b commit ab8707e6875a9fe447ff04fad9053d7d719f89e6
@Soby Mathew Soby Mathew authored on 8 Jan 2015
Dan Handley committed on 22 Jan 2015
Showing 26 changed files
View
bl1/aarch64/bl1_entrypoint.S
View
bl1/bl1.ld.S
View
bl2/aarch64/bl2_entrypoint.S
View
bl2/bl2.ld.S
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/bl31.ld.S
View
bl32/tsp/aarch64/tsp_entrypoint.S
View
bl32/tsp/tsp.ld.S
View
bl32/tsp/tsp_main.c
View
docs/firmware-design.md
View
docs/porting-guide.md
View
docs/user-guide.md
View
plat/fvp/aarch64/fvp_common.c
View
plat/fvp/bl1_fvp_setup.c
View
plat/fvp/bl2_fvp_setup.c
View
plat/fvp/bl31_fvp_setup.c
View
plat/fvp/fvp_private.h
View
plat/fvp/tsp/tsp_fvp_setup.c
View
plat/juno/aarch64/juno_common.c
View
plat/juno/bl1_plat_setup.c
View
plat/juno/bl2_plat_setup.c
View
plat/juno/bl31_plat_setup.c
View
plat/juno/juno_private.h
View
plat/juno/tsp/tsp_plat_setup.c
View
services/std_svc/psci/psci_common.c
View
services/std_svc/psci/psci_setup.c