]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: mkimage: Add StarFive SPL image support
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Sep 2023 11:47:30 +0000 (13:47 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 20 Sep 2023 13:05:14 +0000 (21:05 +0800)
commit64fd30d367a1d5e33dbcbc2d017ca0431242155c
treec8cfb0b271eda204e345b151574c87e4c1c801dc
parent98d17450cd4b008310351616e8a1897544713ffe
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>
boot/image.c
include/image.h
tools/Makefile
tools/sfspl.c [new file with mode: 0644]