From 39494822e3a639c8b5d60538d1dcae17bcf3c5f6 Mon Sep 17 00:00:00 2001 From: Padmarao Begari Date: Tue, 28 May 2019 15:47:51 +0530 Subject: riscv: Add Microchip MPFS Icicle board support 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 Reviewed-by: Bin Meng Reviewed-by: Lukas Auer --- configs/microchip_mpfs_icicle_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/microchip_mpfs_icicle_defconfig (limited to 'configs/microchip_mpfs_icicle_defconfig') diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig new file mode 100644 index 00000000000..a375546a751 --- /dev/null +++ b/configs/microchip_mpfs_icicle_defconfig @@ -0,0 +1,8 @@ +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 -- cgit v1.2.3