summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-04-06 16:00:57 +0100
committerLeah Rowe <leah@libreboot.org>2024-04-06 16:00:57 +0100
commit831954899c2080a9d0e3e34932afa55b25bc8fdc (patch)
tree3805c7ba84a303caf5260a92b5bad668f3a91c9a
parente9c591a5547f48b2fce3337a502e87da6833d6d5 (diff)
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>
-rw-r--r--config/coreboot/t440plibremrc_12mb/target.cfg5
-rw-r--r--config/coreboot/w541_12mb/target.cfg5
2 files changed, 6 insertions, 4 deletions
diff --git a/config/coreboot/t440plibremrc_12mb/target.cfg b/config/coreboot/t440plibremrc_12mb/target.cfg
index d36486a..8bb575a 100644
--- a/config/coreboot/t440plibremrc_12mb/target.cfg
+++ b/config/coreboot/t440plibremrc_12mb/target.cfg
@@ -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"
diff --git a/config/coreboot/w541_12mb/target.cfg b/config/coreboot/w541_12mb/target.cfg
index d36486a..8bb575a 100644
--- a/config/coreboot/w541_12mb/target.cfg
+++ b/config/coreboot/w541_12mb/target.cfg
@@ -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"