diff options
author | Leah Rowe <leah@libreboot.org> | 2023-11-01 10:34:05 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-11-01 16:36:16 +0000 |
commit | 1f1498be7421ae4500ad0d6d40ca0eefbcf8f1a2 (patch) | |
tree | 6dec94c650526e5f2e345a5c15aef94825ff50f0 /config/coreboot | |
parent | 82bd87fa160a4f37136ad04a33091b08eb48d829 (diff) |
Libreboot 2023110120231101
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot')
-rw-r--r-- | config/coreboot/e6430_12mb/target.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/coreboot/e6430_12mb/target.cfg b/config/coreboot/e6430_12mb/target.cfg index 7b790a99..1cf0792e 100644 --- a/config/coreboot/e6430_12mb/target.cfg +++ b/config/coreboot/e6430_12mb/target.cfg @@ -2,8 +2,10 @@ tree="default" romtype="normal" arch="x86_64" payload_grub="n" -payload_seabios_withgrub="n" +payload_grub_withseabios="n" payload_seabios="y" -payload_seabios_withgrub="y" payload_memtest="y" +payload_seabios_withgrub="y" +payload_seabios_grubonly="y" grub_scan_disk="ahci" +microcode_required="n" |