[PATCH] at_keyboard.c: add timeout to fix hang on hp elitebooks

2023-04-23 Thread Riku Viitanen via Grub-devel
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

Fw: Re: [PATCH] at_keyboard.c: add timeout to fix hang on hp elitebooks

2023-04-30 Thread Riku Viitanen via Grub-devel
dki...@net-space.pl wrote: > > > On Sun, Apr 23, 2023 at 09:59:34AM +, Riku Viitanen via Grub-devel > > wrote: > > > > > This fixes GRUB on Coreboot on HP EliteBooks by implementing > > > a 200ms timeout. GRUB used to hang. See: > > > http