Add an 64-bit SPL build for qemu so we can test the standard passage feature. Include a binman definition so that SPL and U-Boot are in the same image. This requires adding a proper devicetree file for qemu_arm. It is only used for the SPL build. Avoid using the QEMU devicetree in U-Boot proper, so we can obtain it from standard passage. For now this just boots and hangs in SPL as there is no bloblist. Series-changes: 3 - Add a build for aarch64 as well Signed-off-by: Simon Glass <sjg@chromium.org>
20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
QEMU ARM 'VIRT' BOARD
|
|
M: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
|
|
S: Maintained
|
|
F: board/emulation/qemu-arm/
|
|
F: board/emulation/common/
|
|
F: include/configs/qemu-arm.h
|
|
F: include/configs/qemu-sbsa.h
|
|
F: configs/qemu_arm_defconfig
|
|
F: configs/qemu_arm64_acpi_defconfig
|
|
F: configs/qemu_arm64_defconfig
|
|
F: configs/qemu-arm-sbsa_defconfig
|
|
|
|
QEMU ARM 'VIRT' BOARD SPL
|
|
M: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
|
|
S: Maintained
|
|
F: board/emulation/qemu-arm/
|
|
F: board/emulation/common/
|
|
F: configs/qemu_arm_spl_defconfig
|
|
F: configs/qemu_arm64_spl_defconfig
|