Enable x86 U-Boot payload on every x86 board

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-11-19 02:04:57 +00:00
parent 747b6514ea
commit f13819386b
84 changed files with 113 additions and 28 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ xarch="i386-elf"
payload_seabios="y"
payload_grub="y"
grub_scan_disk="ahci"
build_depend="seabios/default grub/default"
build_depend="seabios/default grub/default u-boot/i386coreboot"
payload_uboot_i386="y"