Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add board support for Star64
@ 2024-04-03  9:14 Thomas Bonnefille via buildroot
  2024-04-03  9:14 ` [Buildroot] [PATCH 1/2] package/starfive_spltool: new package Thomas Bonnefille via buildroot
  2024-04-03  9:14 ` [Buildroot] [PATCH 2/2] configs/pine64-star64: new defconfig Thomas Bonnefille via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Bonnefille via buildroot @ 2024-04-03  9:14 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Bonnefille, Jagan Teki, Thomas Petazzoni

This patch series adds all the requirement to build an image for the
Star64 board made by Pine64.

As there is currently no proper support for this board in the mainline
U-Boot, I used a custom U-Boot and a software given by Starfive (the
SoC vendor) to add headers to the SPL.

This defconfig generates an SD card image running Linux using an
extlinux.conf.

Thomas Bonnefille (2):
  package/starfive_spltool: new package
  configs/pine64-star64: new defconfig

 DEVELOPERS                                    |  5 +++
 board/pine64/star64/genimage.cfg              | 24 +++++++++++++
 .../overlay/boot/extlinux/extlinux.conf       |  4 +++
 board/pine64/star64/post-build.sh             |  9 +++++
 board/pine64/star64/readme.txt                | 32 +++++++++++++++++
 .../pine64/star64/star64-uboot-fit-image.its  | 29 +++++++++++++++
 configs/pine64_star64_defconfig               | 36 +++++++++++++++++++
 package/Config.in.host                        |  1 +
 package/starfive-spltool/Config.in.host       |  7 ++++
 .../starfive-spltool.hash                     |  2 ++
 package/starfive-spltool/starfive-spltool.mk  | 20 +++++++++++
 11 files changed, 169 insertions(+)
 create mode 100644 board/pine64/star64/genimage.cfg
 create mode 100644 board/pine64/star64/overlay/boot/extlinux/extlinux.conf
 create mode 100755 board/pine64/star64/post-build.sh
 create mode 100644 board/pine64/star64/readme.txt
 create mode 100644 board/pine64/star64/star64-uboot-fit-image.its
 create mode 100644 configs/pine64_star64_defconfig
 create mode 100644 package/starfive-spltool/Config.in.host
 create mode 100644 package/starfive-spltool/JH7110_VF2_515_v5.11.3/starfive-spltool.hash
 create mode 100644 package/starfive-spltool/starfive-spltool.mk

--
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-05-01 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03  9:14 [Buildroot] [PATCH 0/2] Add board support for Star64 Thomas Bonnefille via buildroot
2024-04-03  9:14 ` [Buildroot] [PATCH 1/2] package/starfive_spltool: new package Thomas Bonnefille via buildroot
2024-05-01 18:53   ` Thomas Petazzoni via buildroot
2024-04-03  9:14 ` [Buildroot] [PATCH 2/2] configs/pine64-star64: new defconfig Thomas Bonnefille via buildroot
2024-05-01 18:54   ` Thomas Petazzoni via buildroot

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