aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2023-07-08 19:24:32 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-07-12 13:21:41 +0800
commit5f3a7fdb724976698e9d211e4e174e826c7c4abe (patch)
treec07fadfda25e379c86784cd4c5c94e2f42cb9a8e /arch/riscv
parent9675d9202780fd996c00ad34f0360c89376205b3 (diff)
downloadu-boot-5f3a7fdb724976698e9d211e4e174e826c7c4abe.zip
u-boot-5f3a7fdb724976698e9d211e4e174e826c7c4abe.tar.gz
u-boot-5f3a7fdb724976698e9d211e4e174e826c7c4abe.tar.bz2
riscv: t-head: licheepi4a: initial support added
Add support for Sipeed's Lichee Pi 4A board which based on T-HEAD's TH1520 SoC, only minimal device tree and serial console are enabled, so it's capable of chain booting from T-HEAD's vendor u-boot. Reviewed-by: Wei Fu <wefu@redhat.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index de7d5a9..867cbcb 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -27,6 +27,10 @@ config TARGET_SIFIVE_UNMATCHED
config TARGET_STARFIVE_VISIONFIVE2
bool "Support StarFive VisionFive2 Board"
+config TARGET_TH1520_LPI4A
+ bool "Support Sipeed's TH1520 Lichee PI 4A Board"
+ select SYS_CACHE_SHIFT_6
+
config TARGET_SIPEED_MAIX
bool "Support Sipeed Maix Board"
select SYS_CACHE_SHIFT_6
@@ -66,6 +70,7 @@ source "board/emulation/qemu-riscv/Kconfig"
source "board/microchip/mpfs_icicle/Kconfig"
source "board/sifive/unleashed/Kconfig"
source "board/sifive/unmatched/Kconfig"
+source "board/thead/th1520_lpi4a/Kconfig"
source "board/openpiton/riscv64/Kconfig"
source "board/sipeed/maix/Kconfig"
source "board/starfive/visionfive2/Kconfig"