public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/2] riscv: starfive: generate u-boot-spl.bin.normal.out
@ 2023-09-17 11:47 Heinrich Schuchardt
  2023-09-17 11:47 ` [PATCH v3 1/2] tools: mkimage: Add StarFive SPL image support Heinrich Schuchardt
  2023-09-17 11:47 ` [PATCH v3 2/2] riscv: dts: starfive: generate u-boot-spl.bin.normal.out Heinrich Schuchardt
  0 siblings, 2 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2023-09-17 11:47 UTC (permalink / raw)
  To: Rick Chen, Leo, Yanhong Wang
  Cc: Simon Glass, Marc Kleine-Budde, Chanho Park, Massimo Pegorer,
	Milan P . Stanić, Jonas Karlman, u-boot, 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.

Add a binman task into the VisionFive 2 build to build the prefixed
U-Boot SPL file u-boot-spl.bin.normal.out.

v3:
	Rename binman node for SPL image.
	Use u-boot-spl instead of blob as mkimage subnode.
v2:
	Fix a typo in a comment in tools/sfspl.c
	Add Tested-by credits

Heinrich Schuchardt (2):
  tools: mkimage: Add StarFive SPL image support
  riscv: dts: starfive: generate u-boot-spl.bin.normal.out

 .../jh7110-starfive-visionfive-2-u-boot.dtsi  |  11 ++
 boot/image.c                                  |   1 +
 doc/board/starfive/visionfive2.rst            |  14 +-
 include/image.h                               |   1 +
 tools/Makefile                                |   1 +
 tools/sfspl.c                                 | 174 ++++++++++++++++++
 6 files changed, 190 insertions(+), 12 deletions(-)
 create mode 100644 tools/sfspl.c

-- 
2.40.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-17 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-17 11:47 [PATCH v3 0/2] riscv: starfive: generate u-boot-spl.bin.normal.out Heinrich Schuchardt
2023-09-17 11:47 ` [PATCH v3 1/2] tools: mkimage: Add StarFive SPL image support Heinrich Schuchardt
2023-09-17 11:47 ` [PATCH v3 2/2] riscv: dts: starfive: generate u-boot-spl.bin.normal.out Heinrich Schuchardt
2023-09-17 21:10   ` Milan P. Stanić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox