Skip to content

Commit

Permalink
multiple boards: bump u-boot from v2024.07-rcX to v2024.07 final
Browse files Browse the repository at this point in the history
- after this, all patches were rewritten, but zero changes. success!
  • Loading branch information
rpardini authored and igorpecovnik committed Jul 8, 2024
1 parent bb8ff7b commit 9e5b859
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/boards/coolpi-cm5.csc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function post_family_config_branch_edge__coolpi-cm5_use_mainline_uboot() {
declare -g BOOTSOURCE="https://github.com/Kwiboo/u-boot-rockchip.git" # Kwiboo U-Boot
unset BOOTBRANCH
unset BOOTPATCHDIR
declare -g BOOTBRANCH_BOARD="tag:v2024.07-rc2" # commit: 52835266d3e as of v2024.07-rc2
declare -g BOOTBRANCH_BOARD="tag:v2024.07" # commit: 52835266d3e as of v2024.07-rc2
declare -g BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin"
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
Expand Down
2 changes: 1 addition & 1 deletion config/boards/lubancat2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function post_family_config_branch_edge__lubancat_2_use_mainline_uboot() {
display_alert "$BOARD" "Using mainline U-Boot for $BOARD / $BRANCH" "info"

declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot
declare -g BOOTBRANCH="tag:v2024.07-rc5"
declare -g BOOTBRANCH="tag:v2024.07"
declare -g BOOTPATCHDIR="v2024.07"
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency

Expand Down
2 changes: 1 addition & 1 deletion config/boards/nanopi-r6c.csc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function post_family_config__nanopi_r6c_use_mainline_uboot() {
declare -g BOOTCONFIG="generic-rk3588_defconfig" # Use generic defconfig which should boot all RK3588 boards
declare -g BOOTDELAY=1 # Wait for UART interrupt to enter UMS/RockUSB mode etc
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot
declare -g BOOTBRANCH="tag:v2024.07-rc4"
declare -g BOOTBRANCH="tag:v2024.07"
declare -g BOOTPATCHDIR="v2024.07/board_${BOARD}"
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency

Expand Down
2 changes: 1 addition & 1 deletion config/boards/orangepi5-plus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function post_family_config_branch_edge__orangepi5plus_use_mainline_uboot() {
declare -g BOOTCONFIG="orangepi-5-plus-rk3588_defconfig" # override the default for the board/family
declare -g BOOTDELAY=1 # Wait for UART interrupt to enter UMS/RockUSB mode etc
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ mainline U-Boot
declare -g BOOTBRANCH="tag:v2024.07-rc4"
declare -g BOOTBRANCH="tag:v2024.07"
declare -g BOOTPATCHDIR="v2024.07/board_${BOARD}"
declare -g BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/quartz64a.csc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function post_family_config__quartz64_a_use_mainline_uboot() {
display_alert "$BOARD" "Using mainline U-Boot for $BOARD / $BRANCH" "info"

declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot
declare -g BOOTBRANCH="tag:v2024.07-rc5"
declare -g BOOTBRANCH="tag:v2024.07"
declare -g BOOTPATCHDIR="v2024.07/board_${BOARD}"
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency

Expand Down
2 changes: 1 addition & 1 deletion config/boards/quartz64b.csc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function post_family_config__quartz64_b_use_mainline_uboot() {
display_alert "$BOARD" "Using mainline U-Boot for $BOARD / $BRANCH" "info"

declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot
declare -g BOOTBRANCH="tag:v2024.07-rc5"
declare -g BOOTBRANCH="tag:v2024.07"
declare -g BOOTPATCHDIR="v2024.07/board_${BOARD}"
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency

Expand Down
2 changes: 1 addition & 1 deletion config/boards/station-m1.csc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function post_family_config__station_m1_use_mainline_uboot() {
display_alert "$BOARD" "Using mainline U-Boot for $BOARD / $BRANCH" "info"
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot
declare -g BOOTBRANCH="tag:v2024.07-rc5"
declare -g BOOTBRANCH="tag:v2024.07"
declare -g BOOTPATCHDIR="v2024.07/board_${BOARD}"
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency
Expand Down
2 changes: 1 addition & 1 deletion config/boards/station-p2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function post_family_config__station_p2_use_mainline_uboot() {
declare -g BOOTCONFIG="generic-rk3568_defconfig" # Use generic defconfig which should boot all RK3568 boards
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot
declare -g BOOTBRANCH="tag:v2024.07-rc5"
declare -g BOOTBRANCH="tag:v2024.07"
declare -g BOOTPATCHDIR="v2024.07/board_${BOARD}"
# Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency
Expand Down

0 comments on commit 9e5b859

Please sign in to comment.