diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-19 16:22:14 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-19 16:22:14 +0000 |
commit | eba73c778a85d1c6ad2f0de57c82a8775cdd1c17 (patch) | |
tree | abbeefa5b47dea151db5427cd556d02965399023 /config/coreboot/qemu_x86_64_12mb | |
parent | 4bc6ca545e792bb70d19cae519872430e1a07c7b (diff) |
Disable U-Boot x86 except on Qemu
It's really buggy on hardware. Disable for now.
I've contacted Simon Glass on IRC, asking about hardware.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/qemu_x86_64_12mb')
-rw-r--r-- | config/coreboot/qemu_x86_64_12mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/qemu_x86_64_12mb/target.cfg b/config/coreboot/qemu_x86_64_12mb/target.cfg index 5c1a733f..3db013b4 100644 --- a/config/coreboot/qemu_x86_64_12mb/target.cfg +++ b/config/coreboot/qemu_x86_64_12mb/target.cfg @@ -3,4 +3,5 @@ xarch="i386-elf" payload_grub="y" payload_seabios="y" payload_memtest="y" +build_depend="seabios/default grub/default memtest86plus u-boot/amd64coreboot" payload_uboot_amd64="y" |