Skip to content

qemu: add --uboot option#19

Open
roxell wants to merge 1 commit intokernelci:mainfrom
roxell:qemu-add-uboot
Open

qemu: add --uboot option#19
roxell wants to merge 1 commit intokernelci:mainfrom
roxell:qemu-add-uboot

Conversation

@roxell
Copy link
Copy Markdown
Collaborator

@roxell roxell commented Apr 24, 2026

QEMU boots U-Boot through the -bios flag. Using --bios for U-Boot works but the name is misleading, and it blocks combining U-Boot with a real UEFI bios in the same job.

Add a --uboot artefact that renders as -bios {uboot} in the qemu job template. Allowed on qemu-arm64, qemu-armv5 and qemu-armv7. Reject --uboot when --bios is also given since both map to -bios.

QEMU boots U-Boot through the -bios flag. Using --bios for U-Boot
works but the name is misleading, and it blocks combining U-Boot
with a real UEFI bios in the same job.

Add a --uboot artefact that renders as -bios {uboot} in the qemu
job template. Allowed on qemu-arm64, qemu-armv5 and qemu-armv7.
Reject --uboot when --bios is also given since both map to -bios.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@bhcopeland
Copy link
Copy Markdown
Member

We should also add this to the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants