]> Git Repo - u-boot.git/commit
tools: mkimage: Add StarFive SPL image support
authorHeinrich Schuchardt <[email protected]>
Sun, 17 Sep 2023 11:47:30 +0000 (13:47 +0200)
committerLeo Yu-Chi Liang <[email protected]>
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 <[email protected]>
Tested-by: Chanho Park <[email protected]>
Tested-by: Milan P. Stanić <[email protected]>
boot/image.c
include/image.h
tools/Makefile
tools/sfspl.c [new file with mode: 0644]
This page took 0.035682 seconds and 4 git commands to generate.