summaryrefslogtreecommitdiff
path: root/configs/starfive_visionfive2_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2024-03-13configs: starfive_visionfive2: Set default fdt file to ↵Hal Feng1-1/+1
"jh7110-starfive-visionfive-2-v1.3b.dtb" Change the default fdt file from "jh7110-visionfive-v2.dtb" to "jh7110-starfive-visionfive-2-v1.3b.dtb", for sync with linux mainline. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2024-02-23Support specifying dtb in ${boot_syslinux_conf}Hal Feng1-1/+1
With this patch, you can specify dtb to bootup kernel, using fdtdir in ${boot_syslinux_conf}. Generally boot_syslinux_conf=extlinux/extlinux.conf Signed-off-by: Yingpeng Liu <yingpeng.liu@starfivetech.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2024-01-19configs: disable SPL_SPI_FLASH_TINY in defconfigZiv Xu1-0/+1
disable SPL_SPI_FLASH_TINY in defconfig Signed-off-by: Ziv Xu <ziv.xu@starfivetech.com>
2023-11-29configs: starfive: Add starfive_visionfive2_defconfigHal Feng1-0/+168
Add a defconfig file for StarFive VisionFive 2 board. The code is ported from tag JH7110_VF2_515_v3.9.3 of VF2 repo. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>