From d14731beefd661324a85008b1b35a64bb3f4db92 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Thu, 8 Dec 2022 00:26:24 +0300 Subject: 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: Alper Nebi Yasak --- resources/u-boot/qemu_arm64_12mb/board.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 resources/u-boot/qemu_arm64_12mb/board.cfg (limited to 'resources/u-boot/qemu_arm64_12mb/board.cfg') diff --git a/resources/u-boot/qemu_arm64_12mb/board.cfg b/resources/u-boot/qemu_arm64_12mb/board.cfg new file mode 100644 index 00000000..44366674 --- /dev/null +++ b/resources/u-boot/qemu_arm64_12mb/board.cfg @@ -0,0 +1,3 @@ +ubtree="default" +ubrevision="4debc57a3da6c3f4d3f89a637e99206f4cea0a96" # v2022.10 +arch="AArch64" -- cgit v1.2.1