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
@@ -5,4 +5,5 @@ payload_grub="y"
payload_memtest="y"
grub_scan_disk="nvme ahci ata"
grubtree="nvme"
build_depend="seabios/default grub/nvme memtest86plus"
build_depend="seabios/default grub/nvme memtest86plus u-boot/amd64coreboot"
payload_uboot_amd64="y"