From 737573cee5d701c7e7faf3257d6ef98326ead880 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Wed, 7 Dec 2022 18:49:48 +0300 Subject: u-boot: Add qemu_x86_12mb build Add a U-Boot build for the qemu_x86_12mb board. The config is a copy of the upstream "coreboot" defconfig, but with OF_EMBED=y. Signed-off-by: Alper Nebi Yasak --- resources/u-boot/qemu_x86_12mb/board.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/u-boot/qemu_x86_12mb/board.cfg (limited to 'resources/u-boot/qemu_x86_12mb/board.cfg') diff --git a/resources/u-boot/qemu_x86_12mb/board.cfg b/resources/u-boot/qemu_x86_12mb/board.cfg new file mode 100644 index 00000000..617e143c --- /dev/null +++ b/resources/u-boot/qemu_x86_12mb/board.cfg @@ -0,0 +1,2 @@ +ubtree="default" +arch="x86_64" -- cgit v1.2.1