summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorGreen Wan <green.wan@sifive.com>2021-05-27 16:52:13 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-31 11:35:55 +0300
commit70415e1e528db0856fedd4fa79b9f4a303a28c62 (patch)
tree5a03934be4bc3c6f15178e4fe4b3746d9d2c6ae9 /arch/riscv
parent1c07b0c562348f9254c7efa0af69995a5aaa60bb (diff)
downloadu-boot-70415e1e528db0856fedd4fa79b9f4a303a28c62.tar.xz
board: sifive: add HiFive Unmatched board support
Add defconfig and board support for HiFive Unmatched. Signed-off-by: Green Wan <green.wan@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index a8a61a943b..b3d7fd84ce 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -20,6 +20,9 @@ config TARGET_QEMU_VIRT
config TARGET_SIFIVE_UNLEASHED
bool "Support SiFive Unleashed Board"
+config TARGET_SIFIVE_UNMATCHED
+ bool "Support SiFive Unmatched Board"
+
config TARGET_SIPEED_MAIX
bool "Support Sipeed Maix Board"
@@ -56,6 +59,7 @@ source "board/AndesTech/ax25-ae350/Kconfig"
source "board/emulation/qemu-riscv/Kconfig"
source "board/microchip/mpfs_icicle/Kconfig"
source "board/sifive/unleashed/Kconfig"
+source "board/sifive/unmatched/Kconfig"
source "board/sipeed/maix/Kconfig"
# platform-specific options below