uniphier: allocate xlat region of on-chip SRAM only when needed
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Jan 2018 10:30:39 +0000 (19:30 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 2 Feb 2018 07:02:58 +0000 (16:02 +0900)
commit9c740a58e140dfab13be1e5f41b427737428c210
treeb2f5d63d4456a5d5476b42fbfe4df2d2eb30a438
parent7e51ca8daf3358f607d8dfe8733a8cdec12e0277
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>
plat/socionext/uniphier/uniphier_io_storage.c
plat/socionext/uniphier/uniphier_xlat_setup.c