K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-03-15T20:29:48.292932Z K 7 svn:log V 414 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. END