From 82bd87fa160a4f37136ad04a33091b08eb48d829 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Nov 2023 09:12:56 +0000 Subject: build/roms: re-add SeaGRUB build support it didn't work in the past, but it does work nowadays; specifically, it only worked with libgfxinit in the past, but not on VGA ROMs. now it does work on VGA ROMs, tested on e6400 and t1650 so it was enabled there. in this setup, a special image is provided where SeaBIOS is the main payload, but it only loads GRUB; nothing else, every. this is called SeaGRUB. this setup is useful in cases where the user only has a GPU that lacks libgfxinit support. Signed-off-by: Leah Rowe --- config/coreboot/e6400_4mb/target.cfg | 1 + config/coreboot/t1650_12mb/target.cfg | 1 + 2 files changed, 2 insertions(+) (limited to 'config/coreboot') diff --git a/config/coreboot/e6400_4mb/target.cfg b/config/coreboot/e6400_4mb/target.cfg index 4cbaf904..1a33f4ec 100644 --- a/config/coreboot/e6400_4mb/target.cfg +++ b/config/coreboot/e6400_4mb/target.cfg @@ -6,5 +6,6 @@ payload_grub_withseabios="n" payload_seabios="y" payload_memtest="y" payload_seabios_withgrub="y" +payload_seabios_grubonly="y" grub_scan_disk="ahci" microcode_required="n" diff --git a/config/coreboot/t1650_12mb/target.cfg b/config/coreboot/t1650_12mb/target.cfg index 3b1ace62..d018dba1 100644 --- a/config/coreboot/t1650_12mb/target.cfg +++ b/config/coreboot/t1650_12mb/target.cfg @@ -3,5 +3,6 @@ romtype="normal" arch="x86_64" payload_seabios="y" payload_seabios_withgrub="y" +payload_seabios_grubonly="y" payload_memtest="y" grub_scan_disk="ahci" -- cgit v1.2.1