kumquat-buildroot/boot/sun20i-d1-spl/Config.in
Peter Korsgaard 87b06f3a80 boot/sun20i-d1-spl: new package
U-Boot does not yet have SPL code to initialize the DDR controller on the
Allwinner D1 - So instead package the sun20i-d1-spl bootloader, which is
based on boot0 from the Allwinner BSP with some modifications to build it
separately from the BSP and boot mainline U-Boot as explained on the
linux-sunxi wiki:

https://linux-sunxi.org/Allwinner_Nezha

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-11-08 09:45:40 +01:00

9 lines
199 B
Plaintext

config BR2_TARGET_SUN20I_D1_SPL
bool "sun20-d1-spl"
depends on BR2_RISCV_64
help
Allwinner D1 boot0 code with modifications to use as U-Boot
SPL.
https://github.com/smaeul/sun20i_d1_spl