summaryrefslogtreecommitdiff
path: root/board/starfive/devkits
AgeCommit message (Collapse)AuthorFilesLines
2024-07-05Merge branch 'CR_12375_amp_misc_minda' into 'jh7110-master'andy.hu1-0/+2
CR_12375 board: AMP: Add chip type and board type to share ram See merge request sdk/u-boot!86
2024-07-03board: AMP: Add chip type and board type to share ramMinda Chen1-0/+2
Add chip type and board type to rtos share ram. So RTOS side can get chip type set gmac configuration. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2024-06-27board :starfive: devkits: add jtag supportZiv Xu2-0/+27
Signed-off-by: Ziv Xu <ziv.xu@starfivetech.com>
2024-05-21spl: amp: Enable devkits UART2 and move rtos image to memoryMinda Chen1-0/+35
Enable devkits UART2 for rtos and move rtos image to running memory. The image size is 832KB. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2024-05-21amp: Set devkits mac addr to share ram while one gmac is disable.Minda Chen1-2/+20
In AMP case, one GMAC is moved to RTOS side. u-boot dts node is disabled, RTOS need to get the MAC address. So u-boot write the MAC address to share RAM. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2024-02-07board: starfive: Add the default cpu max voltageMason Huo1-1/+2
The system will read cpu info from OTP, but if the OTP read fails or OTP driver is not enabled, then the cpu voltage script will fail to delete cpu frequencies node in dts file. Add the default cpu max voltage to avoid these corner cases. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
2023-11-29board: starfive: Add StarFive Devkits board supportHal Feng6-0/+1475
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>