uniphier: switch to BL2-AT-EL3 and remove BL1 support
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Dec 2017 02:56:05 +0000 (11:56 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 24 Jan 2018 12:38:32 +0000 (21:38 +0900)
commit247fc0435191586b053f730302d28a419d3c6939
tree94e60b51cd5fd7079d0c0fcaa49ceb954b6467ff
parent8e053dc5ebb5d99ef6e2605e2d57c202123717d4
uniphier: switch to BL2-AT-EL3 and remove BL1 support

UniPhier platform implements non-TF boot ROM.  Prior to the BL2-AT-EL3
support, BL1 (worked as a pseudo ROM) was needed just for ensuring BL2
is entered at EL1-S.  Now, this platform is able to avoid this waste.

Enable the BL2_AT_EL3 option, and remove BL1.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
docs/plat/socionext-uniphier.rst
plat/socionext/uniphier/include/platform_def.h
plat/socionext/uniphier/platform.mk
plat/socionext/uniphier/uniphier.h
plat/socionext/uniphier/uniphier_bl1_setup.c [deleted file]
plat/socionext/uniphier/uniphier_bl2_setup.c