mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
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>
This commit is contained in:
committed by
Andes
parent
092f15aee5
commit
27cef4e4a3
10
configs/sipeed_maix_smode_defconfig
Normal file
10
configs/sipeed_maix_smode_defconfig
Normal file
@@ -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
|
Reference in New Issue
Block a user