summaryrefslogtreecommitdiff
path: root/configs/sipeed_maix_smode_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-08-17 12:35:39 +0200
committerAndes <uboot@andestech.com>2020-08-25 09:33:54 +0800
commit27cef4e4a3ba791078534fda1dbeb814bd530ad5 (patch)
tree8dfe240ef8c0791493fbdb5550a8708a700a2deb /configs/sipeed_maix_smode_defconfig
parent092f15aee5bdebc010ad99120bab96162d9c64c8 (diff)
configs: defconfig for Sipeed Maix in S-mode
Provide a defconfig that can be used to build U-Boot for the Maix boards running upon OpenSBI. Update the documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'configs/sipeed_maix_smode_defconfig')
-rw-r--r--configs/sipeed_maix_smode_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/sipeed_maix_smode_defconfig b/configs/sipeed_maix_smode_defconfig
new file mode 100644
index 0000000000..2516bb7258
--- /dev/null
+++ b/configs/sipeed_maix_smode_defconfig
@@ -0,0 +1,10 @@
+CONFIG_RISCV=y
+CONFIG_SYS_TEXT_BASE=0x80020000
+CONFIG_TARGET_SIPEED_MAIX=y
+CONFIG_ARCH_RV64I=y
+CONFIG_RISCV_SMODE=y
+CONFIG_STACK_SIZE=0x100000
+# CONFIG_NET is not set
+# CONFIG_INPUT is not set
+# CONFIG_DM_ETH is not set
+# CONFIG_EFI_UNICODE_CAPITALIZATION is not set