Re: [PATCH] efi_loader: update the timing of enabling and disabling EFI watchdog

2022-02-21 Thread Heinrich Schuchardt
On 2/22/22 01:58, Masahisa Kojima wrote: UEFI specification requires that 5 minutes watchdog timer is armed before the firmware's boot manager invokes an EFI boot option. This watchdog timer is updated as follows, according to the UEFI specification. 1) The EFI Image may reset or disable the w

[PATCH] efi_loader: update the timing of enabling and disabling EFI watchdog

2022-02-21 Thread Masahisa Kojima
UEFI specification requires that 5 minutes watchdog timer is armed before the firmware's boot manager invokes an EFI boot option. This watchdog timer is updated as follows, according to the UEFI specification. 1) The EFI Image may reset or disable the watchdog timer as needed. 2) If control is r