summaryrefslogtreecommitdiff
path: root/configs/starfive_visionfive2_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07defconfig: visionfive2: Fix the error of writing sparse file with fastbootXingyu Wu1-0/+2
Add config for max block size to write in MMC with sparse file. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2023-09-07defconfig: vf2: Enable fastboot functionMinda Chen1-0/+15
Enable fastboot function. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2023-08-16riscv: configs: vf2: Optimize boot commandsSamin Guo1-3/+3
- Optimize boot commands for vf2 - fix CONFIG_DEFAULT_FDT_FILE Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-07-27Merge branch 'CR_6570_SDBOOT_u-boot_william.qiu' into 'vf2-devel'andy.hu1-0/+2
defconfig: starfive: enable HS200 support See merge request sbc/u-boot!58
2023-07-26defconfig: starfive: enable HS200 supportWilliam Qiu1-0/+2
enable HS200 support. Signed-off-by: William Qiu <william.qiu@starfivetech.com>
2023-07-26configs: Add pci-xhci and remove the cdns host configsMinda Chen1-1/+3
vf2 board using pci-xhci usb host, cdns3 use as devices. So add this enable vf2 usb-host function. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2023-07-10riscv: jh7110: add spi nor flash SPI_FLASH_MACRONIX supportSamin Guo1-0/+1
Radxa uses macronix spi flash, so enable it. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-07-10riscv: jh7110: set SPL_OPENSBI_LOAD_ADDRSamin Guo1-0/+1
set SPL_OPENSBI_LOAD_ADDR to 0x40000000 Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-06-20riscv: config: starfive: jh7110: mem sizeKeith Zhao1-1/+1
reduce the mem size from 800+M to 128M Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
2023-05-02Added booting from nvme support for debianClement1-1/+1
Signed-off-by: Clement <clement@starfivetech.com>
2023-03-20defconfig: enable framebuffer consoleAndy Hu1-1/+1
modify configs/starfive_visionfive2_defconfig to enable console to tty1 CONFIG_BOOTARGS="console=tty1 console=ttyS0,115200 ......" Signed-off-by: Andy Hu <andy.hu@starfivetech.com> Signed-off-by: keith.zhao<keith.zhao@statfivetech.com>
2023-03-15defconfig:riscv:jh7110: add display configkeith.zhao1-0/+20
add the new configs needed by display Signed-off-by: keith.zhao<keith.zhao@statfivetech.com>
2023-03-03Merge branch 'CR_3455_PCIe_support_mason.huo' into 'vf2-devel'andy.hu1-0/+8
CR_3455 Add PCIe driver in U-Boot See merge request sbc/u-boot!37
2023-03-03configs: starfive-jh7110: Add support for PCIe host driver in VF2Mason Huo1-0/+8
Add the PCIe host driver config, also add the rtl8169 & nvme driver support in VF2. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
2023-02-23config: visionfive2 : Adjust the boot command sequenceSamin Guo1-1/+1
Fix 'run load_distro_uenv' will destroy the buildroot boot environment variable. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-02-21Enable sbi command in U-BootMichaelZhuxx1-0/+1
Signed-off-by: MichaelZhuxx <michael.zhu@starfivetech.com>
2023-02-02reset: add reset sbi config.minda.chen1-0/+2
add vf2 sbi reset. uboot command "reset" and "reset -w" can work. Signed-off-by: minda.chen <minda.chen@starfivetech.com>
2023-01-09configs: starfive-jh7110: update the value of CONFIG_SYS_MALLOC_F_LENYanhong Wang1-5/+5
Update the value of CONFIG_SYS_MALLOC_F_LEN from 0x8000 to 0x10000. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com>
2022-12-16board:starfive:visionfive2: configure vf2 for sysboot methodClement1-1/+1
Dynamically edit dtb to load correct hardware information and uses sysboot method to boot to distro Signed-off-by: Clement <clement@starfivetech.com>
2022-11-26configs: visionfive2 Enable STARFIVE_PINCTRLJianlong Huang1-0/+4
visionfive2 Enable STARFIVE_PINCTRL and PINCTRL_FULL Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03configs:Enable CONFIG_CMD_NVEDIT_EFI and CONFIG_CMD_EFIDEBUGJianlong Huang1-0/+2
Enable CONFIG_CMD_NVEDIT_EFI, CONFIG_CMD_EFIDEBUG, CONFIG_HEXDUMP and CONFIG_EFI_RISCV_BOOT_PROTOCOL. Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03qspi: improve qspi speedJianlong Huang1-1/+1
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03board:starfive:visionfive2: Support using env to detect board versionSamin Guo1-1/+1
JH7110A do not need tx_inverted by YT8531 phy, you need to read the chip version to determine whether to use it. Signed-off-by: Samin Guo <samin.guo@linux.starfivetech.com>
2022-11-03configs: starfive: visionfive2: enable i2c eeprom in SPLYanhong Wang1-1/+4
Enable I2C and EEPROM driver in SPL. Signed-off-by: Yanhong Wang <yanhong.wang@linux.starfivetech.com>
2022-11-03Support boot from grubJianlong Huang1-2/+4
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03Support scan to boot from sd card or emmcJianlong Huang1-1/+2
Get bootmode, if bootmode is flash, then default boot from sd card. Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03config: jh7110: read uboot by partitionsamin1-2/+2
uboot should be placed in partition-2 Signed-off-by: samin <samin.guo@starfivetech.com>
2022-11-03configs: starfive_visionfive2_defconfig: Support saveenvJianlong Huang1-0/+5
Add saveenv config to Support saveenv Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03add ID_EEPROM supoort for VisionFive2Jianlong Huang1-0/+10
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03Support sd autobootJianlong Huang1-0/+1
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-11-03board: starfive: Support visionfive2Jianlong Huang1-0/+87
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>