summaryrefslogtreecommitdiff
path: root/include/configs/starfive-devkits.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-23Support specifying dtb in ${boot_syslinux_conf}Hal Feng1-9/+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-02-18include: configs: devkits: change eeprom write page sizeZiv Xu1-1/+2
change eeprom write page size Signed-off-by: Ziv Xu <ziv.xu@starfivetech.com>
2023-11-29board: starfive: Add StarFive Devkits board supportHal Feng1-0/+405
Add board support for StarFive Devkits. The code is ported from tag JH7110_DVK_515_v3.9.3 of Devkits repo. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>