aboutsummaryrefslogtreecommitdiff
path: root/projects/grub
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-09-16 22:12:46 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-09-17 01:38:52 -0400
commitc06d3c2b70e2ae97ef1a4799b20f27255c947fc6 (patch)
tree6a76ee2adc4aa214404a87d55e792ccc550b4026 /projects/grub
parent91ef3c3183fe68566213976b86416dd5f7c81c07 (diff)
downloadlibrebootfr-c06d3c2b70e2ae97ef1a4799b20f27255c947fc6.tar.gz
librebootfr-c06d3c2b70e2ae97ef1a4799b20f27255c947fc6.zip
Add GRUB module 'cbmemc' to each GRUB target
Dumps CBMEM console log to stdout; this is useful for development/troubleshooting purposes.
Diffstat (limited to 'projects/grub')
-rw-r--r--projects/grub/configs/bios/modules-minimal1
-rw-r--r--projects/grub/configs/coreboot/modules-minimal1
-rw-r--r--projects/grub/configs/uefi/modules-minimal1
3 files changed, 3 insertions, 0 deletions
diff --git a/projects/grub/configs/bios/modules-minimal b/projects/grub/configs/bios/modules-minimal
index abd265c0..ea936115 100644
--- a/projects/grub/configs/bios/modules-minimal
+++ b/projects/grub/configs/bios/modules-minimal
@@ -1,4 +1,5 @@
biosdisk
+cbmemc
ext2
halt
part_bsd
diff --git a/projects/grub/configs/coreboot/modules-minimal b/projects/grub/configs/coreboot/modules-minimal
index d9f878ff..310aef86 100644
--- a/projects/grub/configs/coreboot/modules-minimal
+++ b/projects/grub/configs/coreboot/modules-minimal
@@ -1,4 +1,5 @@
ahci
+cbmemc
ehci
ext2
halt
diff --git a/projects/grub/configs/uefi/modules-minimal b/projects/grub/configs/uefi/modules-minimal
index d9f878ff..310aef86 100644
--- a/projects/grub/configs/uefi/modules-minimal
+++ b/projects/grub/configs/uefi/modules-minimal
@@ -1,4 +1,5 @@
ahci
+cbmemc
ehci
ext2
halt