summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2018-12-20 04:15:18 +0300
committerAndre Przywara <andre.przywara@arm.com>2021-01-12 02:19:33 +0300
commit6d295099cc96ed39cd2229dad376ab00baba9a5d (patch)
tree1f080b61c5cd25edfc132b2ca1938163d131c9cc /include/image.h
parent23c0ee83aa09c484df3d2c19a8550d31782fd42d (diff)
downloadu-boot-6d295099cc96ed39cd2229dad376ab00baba9a5d.tar.xz
tools: mkimage: Add Allwinner eGON support
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@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@siol.net> Reviewed-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index 41473dbb9c..856bc3e1b2 100644
--- a/include/image.h
+++ b/include/image.h
@@ -308,6 +308,7 @@ enum {
IH_TYPE_IMX8MIMAGE, /* Freescale IMX8MBoot Image */
IH_TYPE_IMX8IMAGE, /* Freescale IMX8Boot Image */
IH_TYPE_COPRO, /* Coprocessor Image for remoteproc*/
+ IH_TYPE_SUNXI_EGON, /* Allwinner eGON Boot Image */
IH_TYPE_COUNT, /* Number of image types */
};