commit | b28f8f39cf5b4a750fd59f70577f6a8bee3bfc5b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Sep 17 13:47:30 2023 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Sep 20 21:05:14 2023 +0800 |
tree | c8cfb0b271eda204e345b151574c87e4c1c801dc | |
parent | 8cdb571be4c94640a30c0e913e6e6daf7e7168f9 [diff] |
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>