This fixes GRUB on Coreboot on HP EliteBooks by implementing
a 200ms timeout. GRUB used to hang. See: https://ticket.coreboot.org/issues/141
---
grub-core/term/at_keyboard.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/grub-core/term/at_keyboard.c b/grub-core/ter
LGTM
On Sun, Apr 23, 2023 at 3:39 PM Riku Viitanen via Grub-devel
wrote:
>
> This fixes GRUB on Coreboot on HP EliteBooks by implementing
> a 200ms timeout. GRUB used to hang. See:
> https://ticket.coreboot.org/issues/141
> ---
> grub-core/term/at_keyboard.c | 11 ++-
> 1 file changed,