Skip to content

Commit

Permalink
fix(orangepi-5-plus): enable pci enum for ethernet support in u-boot
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Persée <[email protected]>
  • Loading branch information
rpersee committed Feb 1, 2025
1 parent 13cc3a9 commit 1cddfba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions artifacts/orangepi-5-plus/u-boot/patches/uboot-pcienum.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/configs/orangepi-5-plus-rk3588_defconfig b/configs/orangepi-5-plus-rk3588_defconfig
index 9050fceda4..d2c4a6e607 100644
--- a/configs/orangepi-5-plus-rk3588_defconfig
+++ b/configs/orangepi-5-plus-rk3588_defconfig
@@ -27,6 +27,7 @@ CONFIG_LEGACY_IMAGE_FORMAT=y
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588-orangepi-5-plus.dtb"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_PCI_INIT_R=y
CONFIG_SPL_MAX_SIZE=0x40000
CONFIG_SPL_PAD_TO=0x7f8000
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set

0 comments on commit 1cddfba

Please sign in to comment.