[PATCH v4 2/3] tools: mkimage: Add Allwinner eGON support

Simon Glass sjg at chromium.org
Thu Jan 7 13:36:24 CET 2021


On Wed, 6 Jan 2021 at 02:25, Andre Przywara <andre.przywara at arm.com> wrote:
>
> So far we used the separate mksunxiboot tool for generating a bootable
> image for Allwinner SPLs, probably just for historical reasons.
>
> Use the mkimage framework to generate a so called eGON image the
> Allwinner BROM expects.
> The new image type is called "sunxi_egon", to differentiate it
> from the (still to be implemented) secure boot TOC0 image.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
>  common/image.c        |   1 +
>  include/image.h       |   1 +
>  include/sunxi_image.h |   1 +
>  tools/Makefile        |   1 +
>  tools/sunxi_egon.c    | 136 ++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 140 insertions(+)
>  create mode 100644 tools/sunxi_egon.c
>

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


More information about the U-Boot mailing list