forked from Mirrors/opensbi
kendryte/k210: Add device tree support
The Kendryte k210 board initial loader does not provide a device tree for the firmware and subsequent payload. Add the k210.dts device tree description file to solve this. This file describes only the SoC core components: CPUs, memory and PLIC. Automatically compile and add this file to the firmware generated using the FW_PAYLOAD_FDT_PATH configuration parameter. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
This commit is contained in:

committed by
Anup Patel

parent
58d9f2983a
commit
868ad0b0e5
@@ -21,6 +21,7 @@ PLATFORM_SYS_CLINT=y
|
||||
FW_TEXT_START=0x80000000
|
||||
FW_PAYLOAD=y
|
||||
FW_PAYLOAD_ALIGN=0x1000
|
||||
FW_PAYLOAD_FDT=k210.dtb
|
||||
|
||||
# External Libraries to include
|
||||
PLATFORM_INCLUDE_LIBC=y
|
||||
|
Reference in New Issue
Block a user