Skip to content
Snippets Groups Projects
Commit d14731be authored by Alper Nebi Yasak's avatar Alper Nebi Yasak
Browse files

u-boot: Add qemu_arm64_12mb board


Add a U-Boot payload build for the QEMU AArch64 virtual machine. The
config is same as upstream "qemu-arm64" defconfig, but SYS_TEXT_BASE is
set to 0x50000000 so that it doesn't conflict with coreboot. QEMU
auto-generates and passes a device-tree file to U-Boot at runtime,
there's no compile-time canonical version, so there's no need to set
REMAKE_ELF or OF_EMBED.

It's not immediately obvious if QEMU-specific drivers are available to
support display output, but most coreboot integration is unavailable
(depends on x86) and entire video subsystem is disabled in the U-Boot
upstream defconfig.

Signed-off-by: default avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
parent b5a5801f
No related merge requests found
ubtree="default"
ubrevision="4debc57a3da6c3f4d3f89a637e99206f4cea0a96" # v2022.10
arch="AArch64"
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment