summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/coreboot/e6400_16mb/board.cfg4
-rw-r--r--resources/coreboot/e6400_4mb/board.cfg4
-rw-r--r--resources/coreboot/e6400_8mb/board.cfg4
3 files changed, 6 insertions, 6 deletions
diff --git a/resources/coreboot/e6400_16mb/board.cfg b/resources/coreboot/e6400_16mb/board.cfg
index 35a5f91..c8aed01 100644
--- a/resources/coreboot/e6400_16mb/board.cfg
+++ b/resources/coreboot/e6400_16mb/board.cfg
@@ -1,8 +1,8 @@
cbtree="default"
romtype="16MiB ICH9 IFD NOR flash"
arch="x86_64"
-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/resources/coreboot/e6400_4mb/board.cfg b/resources/coreboot/e6400_4mb/board.cfg
index 98a9e63..7332682 100644
--- a/resources/coreboot/e6400_4mb/board.cfg
+++ b/resources/coreboot/e6400_4mb/board.cfg
@@ -1,8 +1,8 @@
cbtree="default"
romtype="4MiB ICH9 IFD NOR flash"
arch="x86_64"
-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/resources/coreboot/e6400_8mb/board.cfg b/resources/coreboot/e6400_8mb/board.cfg
index 451f6d3..ee8ee02 100644
--- a/resources/coreboot/e6400_8mb/board.cfg
+++ b/resources/coreboot/e6400_8mb/board.cfg
@@ -1,8 +1,8 @@
cbtree="default"
romtype="8MiB ICH9 IFD NOR flash"
arch="x86_64"
-payload_grub="n"
-payload_grub_withseabios="n"
+payload_grub="y"
+payload_grub_withseabios="y"
payload_seabios="y"
payload_memtest="y"
grub_scan_disk="ahci"