diff options
author | Padmarao Begari <padmarao.begari@microchip.com> | 2019-05-28 15:47:51 +0530 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-06-05 13:19:24 +0800 |
commit | 39494822e3a639c8b5d60538d1dcae17bcf3c5f6 (patch) | |
tree | 4e78f6885e9460c29401e5bd66334ac38c6d94f6 /configs/microchip_mpfs_icicle_defconfig | |
parent | e64db0d92e320beec3214b78a4fb5cb81b8652dc (diff) | |
download | u-boot-39494822e3a639c8b5d60538d1dcae17bcf3c5f6.tar.gz |
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 <padmarao.begari@microchip.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'configs/microchip_mpfs_icicle_defconfig')
-rw-r--r-- | configs/microchip_mpfs_icicle_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig new file mode 100644 index 0000000000..a375546a75 --- /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 |