diff options
author | Leah Rowe <leah@libreboot.org> | 2023-04-19 17:27:14 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-04-19 17:27:14 +0100 |
commit | 7bc4dc32ac3e430e50ace3a2876cf501f647b89f (patch) | |
tree | 10bbc3373db0d470ade98674ecc4ee081bf855c6 /resources/coreboot | |
parent | 80705c8cd08927469db588d592e4537a513b03af (diff) |
dell/e6400: disable grub payload
ps/2 internal keyboard faulty in grub target
i386-coreboot, according to nic3-14159
normal i386-pc grub (bios grub) is fine,
booted from seabios
it is being investigated
Diffstat (limited to 'resources/coreboot')
-rw-r--r-- | resources/coreboot/e6400_16mb/board.cfg | 4 | ||||
-rw-r--r-- | resources/coreboot/e6400_4mb/board.cfg | 4 | ||||
-rw-r--r-- | resources/coreboot/e6400_8mb/board.cfg | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/resources/coreboot/e6400_16mb/board.cfg b/resources/coreboot/e6400_16mb/board.cfg index c8aed013..35a5f912 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="y" -payload_grub_withseabios="y" +payload_grub="n" +payload_grub_withseabios="n" 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 7332682d..98a9e634 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="y" -payload_grub_withseabios="y" +payload_grub="n" +payload_grub_withseabios="n" 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 ee8ee02d..451f6d31 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="y" -payload_grub_withseabios="y" +payload_grub="n" +payload_grub_withseabios="n" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" |