Skip to content

Commit

Permalink
starfive/visionfive2: upgrade uboot to 2024.07
Browse files Browse the repository at this point in the history
Support for visionfive2 has been in mainline uboot for a while.

Signed-off-by: Max Berger <[email protected]>
Reviewed-by: Christian Stewart <[email protected]>
  • Loading branch information
maxberger authored and paralin committed Sep 30, 2024
1 parent f5f07a5 commit 8d784cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ main SkiffOS repository:
| [RockPro64] | [pine64/rockpro64] | ✔ U-Boot (bin) | ✔ megi-6.6-pre |
| [Sipeed LicheeRV] | [allwinner/licheerv] | ✔ U-Boot 2022.07 | ✔ sm-5.19-rc1 |
| [VisionFive] | [starfive/visionfive] | ✔ U-Boot 2021.04 | ✔ sv-5.19-rc3 |
| [VisionFive2] v1.2 | [starfive/visionfive2_12] | ✔ U-Boot 2021.10 | ✔ 6.10.7 |
| [VisionFive2] v1.3 | [starfive/visionfive2] | ✔ U-Boot 2021.10 | ✔ 6.10.7 |
| [VisionFive2] v1.2 | [starfive/visionfive2_12] | ✔ U-Boot 2024.07 | ✔ 6.10.7 |
| [VisionFive2] v1.3 | [starfive/visionfive2] | ✔ U-Boot 2024.07 | ✔ 6.10.7 |
| [USBArmory Mk2] | [usbarmory/mk2] | ✔ U-Boot 2020.10 | ✔ 6.10.7 |
| Valve [Steam Deck] | [valve/deck] | N/A | ✔ valve-6.5.0 |
| [Wandboard] | [freescale/wandboard] | ✔ U-Boot 2022.04 | ✔ 6.10.7 |
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions configs/starfive/visionfive2/buildroot/firmware
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
BR2_TARGET_OPENSBI=y
BR2_TARGET_OPENSBI_PLAT="generic"
# BR2_TARGET_OPENSBI_UBOOT_PAYLOAD is not set
BR2_TARGET_OPENSBI_FW_FDT_PATH=y
# BR2_TARGET_OPENSBI_CUSTOM_TARBALL is not set
BR2_TARGET_OPENSBI_LATEST_VERSION=y
BR2_TARGET_OPENSBI_INSTALL_DYNAMIC_IMG=y
BR2_TARGET_OPENSBI_INSTALL_JUMP_IMG=y
12 changes: 3 additions & 9 deletions configs/starfive/visionfive2/buildroot/uboot
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y

# BR2_TARGET_UBOOT_LATEST_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y

# branch: JH7110_VisionFive2_devel
# source: https://github.com/starfive-tech/u-boot/tree/JH7110_VisionFive2_devel
# 59cf9af678dbfa3d73f6cb86ed1ae7219da9f5c9
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,starfive-tech,u-boot,ac0ac696256abf412826d74ee918dd417e207d7b)/u-boot-visionfive2-ac0ac6-r2.tar.gz"
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.07"

BR2_TARGET_UBOOT_BOARD_DEFCONFIG="starfive_visionfive2"

Expand All @@ -21,4 +15,4 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y
# BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS is not set
# BR2_TARGET_UBOOT_NEEDS_OPENSSL is not set
# BR2_TARGET_UBOOT_NEEDS_LZOP is not set
# BR2_TARGET_UBOOT_NEEDS_OPENSBI is not set
BR2_TARGET_UBOOT_NEEDS_OPENSBI=y

0 comments on commit 8d784cb

Please sign in to comment.