Enable network on VF2 board 85/310585/3 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x tizen accepted/tizen/unified/20240510.095752 accepted/tizen/unified/toolchain/20240513.061330 accepted/tizen/unified/x/20240510.020852
authorDaniil Ruban <intx82@gmail.com>
Thu, 2 May 2024 07:11:31 +0000 (09:11 +0200)
committerDaniil Ruban <intx82@gmail.com>
Thu, 9 May 2024 05:59:51 +0000 (07:59 +0200)
- This MR enables network on VF2 boards. This is needed
 to have network boot on CI device under test
- Patch adds some fixes from: https://patchwork.ozlabs.org/project/uboot/list/?series=346678&state=*
 which was suddenly removed

Change-Id: I3f61728d04401fff57e829d2ac4ab1314aaa16b5
Signed-off-by: Daniil Ruban <intx82@gmail.com>
configs/tizen_starfive_visionfive2_defconfig

index 32c8491..d106f4c 100644 (file)
@@ -74,6 +74,8 @@ CONFIG_ENV_FAT_DEVICE_AND_PART="1:3"
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
 CONFIG_SPL_CLK_COMPOSITE_CCF=y
 CONFIG_CLK_COMPOSITE_CCF=y
 CONFIG_SPL_CLK_JH7110=y
@@ -91,6 +93,12 @@ CONFIG_SPI_FLASH_EON=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_SPI_FLASH_ISSI=y
 CONFIG_SPI_FLASH_MACRONIX=y
+CONFIG_PHY_MOTORCOMM=y
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
+CONFIG_DWC_ETH_QOS=y
+CONFIG_DWC_ETH_QOS_STARFIVE=y
+CONFIG_RMII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCONF=y
 CONFIG_SPL_PINCTRL=y