mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
39494822e3
This patch adds Microchip MPFS Icicle board support. For now, NS16550 serial driver is only enabled. The Microchip MPFS Icicle defconfig by default builds U-Boot for M-Mode with SMP support. Signed-off-by: Padmarao Begari <padmarao.begari@microchip.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
8 lines
171 B
Text
8 lines
171 B
Text
CONFIG_RISCV=y
|
|
CONFIG_ARCH_RV64I=y
|
|
CONFIG_NR_CPUS=5
|
|
CONFIG_TARGET_MICROCHIP_ICICLE=y
|
|
CONFIG_BOOTDELAY=3
|
|
CONFIG_SYS_PROMPT="RISC-V # "
|
|
CONFIG_FIT=y
|
|
CONFIG_OF_PRIOR_STAGE=y
|