CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/01 20:11:23
Modified files:
sys/arch/amd64/stand/efiboot: efiboot.c
sys/arch/armv7/stand/efiboot: efiboot.c
sys/arch/arm64/stand/efiboot: efiboot.c
Log message:
The UEFI specification states that a watchdog timer should be armed for
five minutes. Disable the timer to make it possible to use efiboot for
more than five minutes.
ok patrick@ kettenis@
