Skip to content

Commit 4392af1

Browse files
rpardiniigorpecovnik
authored andcommitted
orangepi5-plus: u-boot: restore vendor uboot with blobs
- mainline AT-F only for non-vendor BRANCH - vendor branch uses vendor u-boot with rkbin blobs - sorry for the confusion; I overlooked the conditional here - Fixes: f45765e
1 parent 97f9110 commit 4392af1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/boards/orangepi5-plus.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ KERNEL_TEST_TARGET="vendor,current"
1010
FULL_DESKTOP="yes"
1111
BOOT_LOGO="desktop"
1212
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-plus.dtb"
13-
BOOT_SCENARIO="tpl-blob-atf-mainline"
13+
BOOT_SCENARIO="spl-blobs"
14+
BOOT_SUPPORT_SPI="yes"
15+
BOOT_SPI_RKSPI_LOADER="yes"
1416
IMAGE_PARTITION_TABLE="gpt"
1517
declare -g UEFI_EDK2_BOARD_ID="orangepi-5plus" # This _only_ used for uefi-edk2-rk3588 extension
1618

@@ -32,6 +34,10 @@ function post_family_config__orangepi5plus_use_mainline_uboot() {
3234

3335
display_alert "$BOARD" "Mainline U-Boot overrides for $BOARD - $BRANCH" "info"
3436

37+
# To reuse ATF code in rockchip64_common, let's change the BOOT_SCENARIO and call prepare_boot_configuration() again
38+
declare -g BOOT_SCENARIO="tpl-blob-atf-mainline"
39+
prepare_boot_configuration
40+
3541
declare -g BOOTCONFIG="orangepi-5-plus-rk3588_defconfig"
3642
declare -g BOOTDELAY=1
3743
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git"

0 commit comments

Comments
 (0)