From a69e8548b360e288b3e534cfbc201a5fb410e885 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 8 Sep 2023 23:48:06 +0100 Subject: set grub.cfg timeout to 5s (10 on some boards) target.cfg can now specify e.g. grub_timeout=20 this would then be inserted as timeout.cfg in cbfs, containing the instruction: set timeout=20 HP laptops need a bit of extra time, due to the delay caused by the EC bug workaround deployed in GRUB desktops in general need extra time. this too is set to 10s, like the HP laptops. only insert timeout.cfg if actually needed (declared in target.cfg), otherwise grub.cfg will default to 5s Signed-off-by: Leah Rowe --- config/coreboot/kfsn4-dre_2mb/target.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config/coreboot/kfsn4-dre_2mb/target.cfg') diff --git a/config/coreboot/kfsn4-dre_2mb/target.cfg b/config/coreboot/kfsn4-dre_2mb/target.cfg index e9d7512a..b13f2309 100644 --- a/config/coreboot/kfsn4-dre_2mb/target.cfg +++ b/config/coreboot/kfsn4-dre_2mb/target.cfg @@ -7,3 +7,4 @@ payload_memtest="y" crossgcc_ada="n" microcode_required="n" blobs_required="n" +grub_timeout=10 -- cgit v1.2.1