aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-04-08 22:32:11 -0400
committerTom Rini <trini@konsulko.com>2019-04-08 22:32:11 -0400
commitffb269ab30dbce8ab87d09942e2a6951694516f1 (patch)
tree9dd752a4a6331f7b2c5d920294a0b31b06aea8c3 /board
parent3c99166441bf3ea325af2da83cfe65430b49c066 (diff)
parent48b90d9db5d32e587901c4f33175488dd20fe0a5 (diff)
downloadu-boot-ffb269ab30dbce8ab87d09942e2a6951694516f1.zip
u-boot-ffb269ab30dbce8ab87d09942e2a6951694516f1.tar.gz
u-boot-ffb269ab30dbce8ab87d09942e2a6951694516f1.tar.bz2
Merge git://git.denx.de/u-boot-riscv
- RISC-V arch support SMP. - Support Andestech's PLIC and PLMT. - qemu, fu54e, ae350 boards enable SMP by default. - Fix CONFIG_DEFAULT_DEVICE_TREE failure.
Diffstat (limited to 'board')
-rw-r--r--board/AndesTech/ax25-ae350/Kconfig1
-rw-r--r--board/emulation/qemu-riscv/Kconfig1
-rw-r--r--board/sifive/fu540/Kconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig
index 44cb302..5e682b6 100644
--- a/board/AndesTech/ax25-ae350/Kconfig
+++ b/board/AndesTech/ax25-ae350/Kconfig
@@ -24,5 +24,6 @@ config ENV_OFFSET
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select RISCV_NDS
+ imply SMP
endif
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 88d07d5..cf057e7 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -34,5 +34,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply BOARD_LATE_INIT
imply OF_BOARD_SETUP
imply SIFIVE_SERIAL
+ imply SMP
endif
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig
index 6be3d88..f464379 100644
--- a/board/sifive/fu540/Kconfig
+++ b/board/sifive/fu540/Kconfig
@@ -38,5 +38,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply PHY_LIB
imply PHY_MSCC
imply SIFIVE_SERIAL
+ imply SMP
endif