Files
u-boot/board/emulation/qemu-arm/Makefile
Simon Glass b0264dc6e4 arm: qemu: Add an SPL build
Add an 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
- Drop common.h
- Use bootph tags
- Refresh the U-Boot output in the documentation

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-05-29 18:55:24 +01:00

5 lines
90 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
obj-y += qemu-arm.o
obj-$(CONFIG_SPL_BUILD) += spl.o