summaryrefslogtreecommitdiff
path: root/config/coreboot/t440plibremrc_12mb
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-29 23:42:48 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-29 23:42:48 +0100
commit7fbcb7be95eb5bed42f0656015228352aa0882af (patch)
tree3345e35b9b59ddc6c882b2b7a7b9090a87414ccd /config/coreboot/t440plibremrc_12mb
parent47f582d4639d4b9079aa83cba95681c5ebbaad3b (diff)
coreboot t440p/w541: enable nvme in grub_scan_disk
these laptops do not officially have nvme slots on them, but there is an ngff wifi slot which is PCI-E x1, and you can use a special adapter on it to run nvme ssds. total throughput is retarded by the x1 PCI-E configuration, but it's still faster than a sata ssd (nvmes are x4 PCI-E). support it in grub_scan_disk on the off chance that some users may make use of this. it should work just fine. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/t440plibremrc_12mb')
-rw-r--r--config/coreboot/t440plibremrc_12mb/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/t440plibremrc_12mb/target.cfg b/config/coreboot/t440plibremrc_12mb/target.cfg
index 1567769d..813ed915 100644
--- a/config/coreboot/t440plibremrc_12mb/target.cfg
+++ b/config/coreboot/t440plibremrc_12mb/target.cfg
@@ -3,4 +3,4 @@ xarch="i386-elf"
payload_seabios="y"
payload_seabios_withgrub="y"
payload_memtest="y"
-grub_scan_disk="ahci"
+grub_scan_disk="nvme ahci"