aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-09-17 13:47:30 +0200
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-09-20 21:05:14 +0800
commit64fd30d367a1d5e33dbcbc2d017ca0431242155c (patch)
treec8cfb0b271eda204e345b151574c87e4c1c801dc /include/image.h
parent98d17450cd4b008310351616e8a1897544713ffe (diff)
downloadu-boot-64fd30d367a1d5e33dbcbc2d017ca0431242155c.tar.gz
tools: mkimage: Add StarFive SPL image support
The StarFive JH7110 base boards require a header to be prefixed to the SPL binary image. This has previously done with a vendor tool 'spl_tool' published under a GPL-2-or-later license. Integrate this capability into mkimage. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Tested-by: Chanho Park <chanho61.park@samsung.com> Tested-by: Milan P. Stanić <mps@arvanta.net>
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 01a6787d211..5f85bf84a2d 100644
--- a/include/image.h
+++ b/include/image.h
@@ -231,6 +231,7 @@ enum image_type_t {
IH_TYPE_SUNXI_TOC0, /* Allwinner TOC0 Boot Image */
IH_TYPE_FDT_LEGACY, /* Binary Flat Device Tree Blob in a Legacy Image */
IH_TYPE_RENESAS_SPKG, /* Renesas SPKG image */
+ IH_TYPE_STARFIVE_SPL, /* StarFive SPL image */
IH_TYPE_COUNT, /* Number of image types */
};