diff options
author | Daniil Ruban <intx82@gmail.com> | 2024-05-02 09:11:31 +0200 |
---|---|---|
committer | Daniil Ruban <intx82@gmail.com> | 2024-05-09 07:59:51 +0200 |
commit | 18f5470999748f44ee1434b309f4c17a5d48d45e (patch) | |
tree | df48ba025a3b24cbf190358bfa6c81a6c79a3c01 | |
parent | 11f8910fd584680e1250bf70175bc1096ef74d4e (diff) | |
download | u-boot-accepted/tizen/unified/toolchain/20240513.061330.tar.gz u-boot-accepted/tizen/unified/toolchain/20240513.061330.tar.bz2 u-boot-accepted/tizen/unified/toolchain/20240513.061330.zip |
Enable network on VF2 boardaccepted/tizen/unified/x/20240510.020852accepted/tizen/unified/toolchain/20240513.061330accepted/tizen/unified/20240510.095752
- 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>
-rw-r--r-- | configs/tizen_starfive_visionfive2_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/tizen_starfive_visionfive2_defconfig b/configs/tizen_starfive_visionfive2_defconfig index 32c8491984..d106f4c4c8 100644 --- a/configs/tizen_starfive_visionfive2_defconfig +++ b/configs/tizen_starfive_visionfive2_defconfig @@ -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 |