Actions
Bug #7891
closedloader.efi: EFI time setup
Start date:
2017-02-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
FreeBSD updates:
https://svnweb.freebsd.org/base?view=revision&revision=r301306
Use the UEFI event timer to update the time on arm and arm64. The current
code uses the GetTime function from the Runtime Service, however this has
been shown to not return a useable time on many arm64 UEFI implementations.
https://svnweb.freebsd.org/base?view=revision&revision=r306159
Fix function prototypes.
Add missing prototype for delay().
Actions