enable grub payload on libremrc w541/t440p

the grub payload was previously disabled, because the libre
mrc code sets up xhci rather than ehci, and grub did not have
xhci support (not natively).

libreboot now has xhci support in the grub payload, so enable
grub on these configurations.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-04-06 16:00:57 +01:00
parent e9c591a554
commit 831954899c
2 changed files with 6 additions and 4 deletions
@@ -1,6 +1,7 @@
tree="haswell"
xarch="i386-elf"
payload_grub="n"
payload_grub_withseabios="n"
payload_grub="y"
payload_grub_withseabios="y"
payload_seabios="y"
payload_memtest="y"
grub_scan_disk="ahci"
+3 -2
View File
@@ -1,6 +1,7 @@
tree="haswell"
xarch="i386-elf"
payload_grub="n"
payload_grub_withseabios="n"
payload_grub="y"
payload_grub_withseabios="y"
payload_seabios="y"
payload_memtest="y"
grub_scan_disk="ahci"