[Buildroot] [PATCH 0/2] Add board support for Star64

Thomas Bonnefille thomas.bonnefille at bootlin.com
Wed Apr 3 09:14:38 UTC 2024


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




More information about the buildroot mailing list