mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e456a81935
Add two new configurations (qemu-riscv{32,64}_spl_defconfig) with SPL enabled for RISC-V QEMU. QEMU does not require SPL to run U-Boot. The configurations are meant to help the development of SPL on RISC-V. The configurations enable RAM as the only SPL boot device. Images must be loaded at address 0x80200000. In the default boot flow, U-Boot SPL starts in machine mode, loads the OpenSBI FW_DYNAMIC firmware and U-Boot proper from the supplied FIT image, and starts OpenSBI. U-Boot proper is then started in supervisor mode by OpenSBI. Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
11 lines
359 B
Text
11 lines
359 B
Text
QEMU RISC-V 'VIRT' BOARD
|
|
M: Bin Meng <bmeng.cn@gmail.com>
|
|
S: Maintained
|
|
F: board/emulation/qemu-riscv/
|
|
F: include/configs/qemu-riscv.h
|
|
F: configs/qemu-riscv32_defconfig
|
|
F: configs/qemu-riscv32_smode_defconfig
|
|
F: configs/qemu-riscv32_spl_defconfig
|
|
F: configs/qemu-riscv64_defconfig
|
|
F: configs/qemu-riscv64_smode_defconfig
|
|
F: configs/qemu-riscv64_spl_defconfig
|