commit | 434813b060ff76e5c52d3a921944deb54994d00f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jan 28 06:53:54 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 29 20:59:08 2017 +0900 |
tree | ffef73f99fce559cd4df11f97f1d5b0d47206777 | |
parent | 43ccfaf89dff1ca692ab49fd4f7a7ab7d5abfaf9 [diff] |
ARM: uniphier: make update commands more flexible for ATF Currently, SPL (u-boot-spl.bin) and U-Boot (u-boot.bin) are stored in non-volatile devices, and some environments are defined to update the images easily. When ARM Trusted Firmware is fully used, SPL is not used. U-Boot proper is contained as BL33 into FIP (Firmware Image Package), which is standard container used by ATF. Allow to use it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>