]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update the EFI timer to be called once a second
authorAndrew Turner <andrew@FreeBSD.org>
Wed, 12 May 2021 08:59:04 +0000 (08:59 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Sat, 12 Jun 2021 01:21:55 +0000 (02:21 +0100)
commitabb9d448b32dce5f80de68992315f0c71b6c8b81
tree4a9e5d27c469569498d0b33e167697ebac20810c
parent3699da67bf4de9a1efe69d498ff4ec896b650dc7
Update the EFI timer to be called once a second

There is no need to call it evert 10ms when we need 1s granularity.
Update to update the time every second.

Reviewed by: imp, manu, tsoome
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D30227

(cherry picked from commit 93f7be080f3ad0bd71190d87aa2043d714270206)
stand/efi/libefi/time_event.c