Re: [PATCH 1/2] tools: mkimage: Add StarFive SPL image support

2023-09-06 Thread Heinrich Schuchardt
] 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

RE: [PATCH 1/2] tools: mkimage: Add StarFive SPL image support

2023-09-06 Thread Chanho Park
Hi, > -Original Message- > From: Heinrich Schuchardt > Sent: Wednesday, September 6, 2023 7:08 PM > To: Rick Chen ; Leo ; Yanhong > Wang > Cc: Simon Glass ; Marc Kleine-Budde ; > Chanho Park ; u-boot@lists.denx.de; Heinrich > Schuchardt > Subject: [PAT

[PATCH 1/2] tools: mkimage: Add StarFive SPL image support

2023-09-06 Thread Heinrich Schuchardt
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 --- boot/image.c| 1 + includ