aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-06-05 10:07:31 -0400
committerTom Rini <trini@konsulko.com>2019-06-05 10:07:31 -0400
commit6d93d245c148f10f15724601650fab3a665f102c (patch)
tree11ca0226ef6f0bcf9401e510d8b4137866d5c352 /arch
parentb1ab8927407b3934011f9b6173ac5e4254e0acc7 (diff)
parent39494822e3a639c8b5d60538d1dcae17bcf3c5f6 (diff)
downloadu-boot-6d93d245c148f10f15724601650fab3a665f102c.zip
u-boot-6d93d245c148f10f15724601650fab3a665f102c.tar.gz
u-boot-6d93d245c148f10f15724601650fab3a665f102c.tar.bz2
Merge git://git.denx.de/u-boot-riscv
- Support Microchip MPFS Icicle board. - Enable e1000 and nvme support for qemu. - Enable PCI host ECAM generic driver for qemu. - Increase the environment size to 128kB for qemu.
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 0d04d91..8cfc7d0 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -11,6 +11,9 @@ choice
config TARGET_AX25_AE350
bool "Support ax25-ae350"
+config TARGET_MICROCHIP_ICICLE
+ bool "Support Microchip PolarFire-SoC Icicle Board"
+
config TARGET_QEMU_VIRT
bool "Support QEMU Virt Board"
@@ -48,6 +51,7 @@ config SPL_SYS_DCACHE_OFF
# board-specific options below
source "board/AndesTech/ax25-ae350/Kconfig"
source "board/emulation/qemu-riscv/Kconfig"
+source "board/microchip/mpfs_icicle/Kconfig"
source "board/sifive/fu540/Kconfig"
# platform-specific options below