aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@collabora.com>2023-04-25 16:06:59 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-07-28 18:45:02 +0800
commit14bb9c27b7c65a5804e0f2c0d92723b6af500d47 (patch)
tree5efa12f5ea8a0ebd579e520a8e2854c66ba8b7c7
parentc98c401dfb485b39c7453a4147b17cd4b8d10c67 (diff)
downloadu-boot-14bb9c27b7c65a5804e0f2c0d92723b6af500d47.zip
u-boot-14bb9c27b7c65a5804e0f2c0d92723b6af500d47.tar.gz
u-boot-14bb9c27b7c65a5804e0f2c0d92723b6af500d47.tar.bz2
configs: rock5b-rk3588: add rtl8169 driver
Add the rtl8169 driver, which supports the rtl8125b device, which is connected on the pciE bus on this board. Enable also CONFIG_SYS_HAS_NONCACHED_MEMORY to have the descriptors stored. Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--configs/rock5b-rk3588_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig
index 17205a5..85cb70b 100644
--- a/configs/rock5b-rk3588_defconfig
+++ b/configs/rock5b-rk3588_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_SKIP_LOWLEVEL_INIT=y
+CONFIG_SYS_HAS_NONCACHED_MEMORY=y
CONFIG_COUNTER_FREQUENCY=24000000
CONFIG_ARCH_ROCKCHIP=y
CONFIG_TEXT_BASE=0x00a00000
@@ -71,6 +72,7 @@ CONFIG_MMC_SDHCI_ROCKCHIP=y
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_XTX=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_RTL8169=y
CONFIG_GMAC_ROCKCHIP=y
CONFIG_PCIE_DW_ROCKCHIP=y
CONFIG_PHY_ROCKCHIP_INNO_USB2=y