87b06f3a80
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>
9 lines
199 B
Plaintext
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
|