[U-Boot] [PATCH 13/17] sunxi: A64: Pine64: introduce FIT generator script

Simon Glass sjg at chromium.org
Wed Mar 8 21:01:17 UTC 2017


On 28 February 2017 at 19:25, Andre Przywara <andre.przywara at arm.com> wrote:
> Now that the Makefile can call a generator script to build a more
> advanced FIT image, let's use this feature to address the needs of
> Allwinner A64 boards.
> The (DTB stripped) U-Boot binary and the ATF are static, but we allow
> an arbitrary number of supported device trees to be passed.
> The script enters both a DT entry in the /images node and the respective
> subnode in /configurations to support all listed DTBs.
>
> This requires to copy the ARM Trusted Firmware build (bl31.bin) into
> the U-Boot source directory (or to create a symlink to it).
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
>  board/sunxi/mksunxi_fit_atf.sh | 73 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 73 insertions(+)
>  create mode 100755 board/sunxi/mksunxi_fit_atf.sh

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list