arm-trusted-firmware/plat/arm/board/fvp/include
Madhukar Pappireddy 493545b3c0 FVP: In BL31/SP_MIN, map only the needed DRAM region statically
Rather than creating entry in plat_arm_mmap array to map the
entire DRAM region in BL31/SP_MIN, only map a smaller region holding
HW_CONFIG DTB. Consequently, an increase in number of sub-translation
tables(level-2 and level-3) i.e., MAX_XLAT_TABLES is necessary to map
the new region in memory.

In order to accommodate the increased code size in BL31 i.e.,
PROGBITS, the max size of BL31 image is increased by 0x1000(4K).

Change-Id: I540b8ee550588e22a3a9fb218183d2ab8061c851
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
2020-03-17 14:31:24 -05:00
..
fconf_hw_config_getter.h fconf: Extract topology node properties from HW_CONFIG dtb 2020-03-11 11:25:10 -05:00
plat.ld.S arm: Fix current RECLAIM_INIT_CODE behavior 2019-12-09 11:09:09 -06:00
plat_macros.S plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
platform_def.h FVP: In BL31/SP_MIN, map only the needed DRAM region statically 2020-03-17 14:31:24 -05:00