summaryrefslogtreecommitdiff
path: root/sys/amd64/include/efi.h
AgeCommit message (Expand)Author
2025-07-06amd64: allow the mapping of other regions for efirtAhmad Khalifa
2025-06-04efi: Include sys/types.h for register_tWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-04-07smbios: support getting address from EFIGreg V
2019-06-03amd64 ef_rt_arch_call: Preserve %rflags around call into EFI RT service.Konstantin Belousov
2018-09-02Catch exceptions during EFI RT calls on amd64.Konstantin Belousov
2018-09-02Normalize use of semicolon with EFI_TIME_LOCK macros.Konstantin Belousov
2018-03-11Revert r330780, it was improperly tested and results in taking a spinIan Lepore
2018-03-11Eliminate atrtc_time_lock, and use atrtc_lock for efirtc locking.Ian Lepore
2017-10-02Hide kernel stuff from userspace.Konstantin Belousov
2017-10-01To prepare for adding EFI runtime services support on arm64 move theAndrew Turner
2017-08-08Fail to open efirt device when no EFI on system.Warner Losh
2017-07-20efi: restrict visibility of EFIABI_ATTR-declared functionsRyan Libby
2016-09-22Change the efi_get_table interface to a void ** so we can return theWarner Losh
2016-09-21Add kernel interfaces to call EFI Runtime Services.Konstantin Belousov
2016-09-21Add a way for the architecture to specify the calling ABI for methodsKonstantin Belousov