Actions
Bug #7891
closedloader.efi: EFI time setup
Start date:
2017-02-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
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().
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 04f8e09339a9f05578b71312033d46d49376f828
commit 04f8e09339a9f05578b71312033d46d49376f828 Author: Toomas Soome <tsoome@me.com> Date: 2017-03-01T02:07:05.000Z 7891 loader.efi: EFI time setup Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions