arm-trusted-firmware/plat/socionext/uniphier
Masahiro Yamada 9c740a58e1 uniphier: allocate xlat region of on-chip SRAM only when needed
Currently, the xlat region of the on-chip SRAM is always allocated
for all BL images.

The access to the on-chip SRAM is necessary for loading images from
a USB memory device (i.e. when updating firmware), so unneeded for
the usual boot procedure.

To avoid this waste, allocate the xlat region dynamically only for
BL2, and only when it is necessary.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-02-02 16:02:58 +09:00
..
include uniphier: get back original BL31/32 location used before BL2-AT-EL3 2018-02-02 15:17:45 +09:00
tsp uniphier: add TSP support 2017-06-13 00:32:57 +09:00
platform.mk uniphier: switch to BL2-AT-EL3 and remove BL1 support 2018-01-24 21:38:32 +09:00
uniphier.h uniphier: switch to BL2-AT-EL3 and remove BL1 support 2018-01-24 21:38:32 +09:00
uniphier_bl2_setup.c uniphier: get back original BL31/32 location used before BL2-AT-EL3 2018-02-02 15:17:45 +09:00
uniphier_bl31_setup.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_boot_device.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_cci.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_console.S uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_emmc.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_gicv3.c uniphier: Migrate to using interrupt properties 2017-10-16 16:50:02 +01:00
uniphier_helpers.S uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_image_desc.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_io_storage.c uniphier: allocate xlat region of on-chip SRAM only when needed 2018-02-02 16:02:58 +09:00
uniphier_nand.c uniphier: fix code indent for conditional statement 2017-09-01 11:11:30 +09:00
uniphier_psci.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_rotpk.S uniphier: move ROTPK hash to .rodata section 2017-10-18 21:57:34 +09:00
uniphier_scp.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_smp.S uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_soc_info.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_syscnt.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_tbbr.c uniphier: embed ROTPK hash into BL1/BL2 2017-06-20 23:54:28 +09:00
uniphier_topology.c uniphier: support Socionext UniPhier platform 2017-06-13 00:32:57 +09:00
uniphier_usb.c uniphier: work around Boot ROM bug for USB boot mode of PXs3 SoC 2017-09-01 11:11:30 +09:00
uniphier_xlat_setup.c uniphier: allocate xlat region of on-chip SRAM only when needed 2018-02-02 16:02:58 +09:00