]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC (partially) r326066, r326121: Add an EFI RTC Driver
authorkevans <kevans@FreeBSD.org>
Thu, 15 Mar 2018 20:29:48 +0000 (20:29 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 15 Mar 2018 20:29:48 +0000 (20:29 +0000)
commit0291572749b79ffac20a2f765a2672e21f3940af
treee92322a5ecaca1fd1913bb38fb5ff51d432b461b
parent53013a820655982f6ec30a5016f74b88c08c75ea
MFC (partially) r326066, r326121: Add an EFI RTC Driver

This is effectively a direct commit to stable/11 to avoid the arm64 bits, as
those are unfortunately not able to MFC'd.

MFC r326066:
Add a driver for the EFI RTC. This uses the EFI Runtime Services to query
the system time.

MFC r326121:
Zero struct efi_tm before setting the needed values. We don't use the dst
or timezone fields so ensure these are set.
sys/conf/files
sys/dev/efidev/efirtc.c [new file with mode: 0644]
sys/modules/efirt/Makefile