aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/efi.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* smbios: support getting address from EFIGreg V2021-04-071-0/+1
* amd64 ef_rt_arch_call: Preserve %rflags around call into EFI RT service.Konstantin Belousov2019-06-031-0/+1
* Catch exceptions during EFI RT calls on amd64.Konstantin Belousov2018-09-021-0/+21
* Normalize use of semicolon with EFI_TIME_LOCK macros.Konstantin Belousov2018-09-021-3/+3
* Revert r330780, it was improperly tested and results in taking a spinIan Lepore2018-03-111-3/+3
* Eliminate atrtc_time_lock, and use atrtc_lock for efirtc locking.Ian Lepore2018-03-111-3/+3
* Hide kernel stuff from userspace.Konstantin Belousov2017-10-021-2/+4
* To prepare for adding EFI runtime services support on arm64 move theAndrew Turner2017-10-011-17/+5
* Fail to open efirt device when no EFI on system.Warner Losh2017-08-081-0/+1
* efi: restrict visibility of EFIABI_ATTR-declared functionsRyan Libby2017-07-201-0/+6
* Change the efi_get_table interface to a void ** so we can return theWarner Losh2016-09-221-1/+1
* Add kernel interfaces to call EFI Runtime Services.Konstantin Belousov2016-09-211-0/+17
* Add a way for the architecture to specify the calling ABI for methodsKonstantin Belousov2016-09-211-0/+42