CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/03/11 02:09:14

Modified files:
        sys/arch/arm64/stand/efiboot: efiboot.c 
        sys/arch/armv7/stand/efiboot: efiboot.c 

Log message:
Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().
The UEFI specification states this is required to have the notification
function called.  U-Boot's EFI loader calls the notification function
without the flag set but the EDK2 implementation of UEFI requires the
flag.

With this change the timer ticks and autoboot works on the OverDrive
3000.

ok kettenis@

Reply via email to