Actions
Bug #13798
closedloader: Update the EFI timer to be called once a second
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
There is no need to call it evert 10ms when we need 1s granularity. Update to update the time every second.
Picked from FreeBSD.
Testing done: build/install/boot. autoboot countdown is still working ok.
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 4fe48c6ec9f06cbcce19c4cf97f662b64efde582
commit 4fe48c6ec9f06cbcce19c4cf97f662b64efde582 Author: Andrew Turner <andrew@FreeBSD.org> Date: 2021-05-13T18:53:10.000Z 13798 loader: Update the EFI timer to be called once a second Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@yuripv.dev> Approved by: Dan McDonald <danmcd@joyent.com>
Actions