aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/efi.h
Commit message (Expand)AuthorAgeFilesLines
* Switch the EFI virtual address to a uint64_tAndrew Turner2021-05-011-1/+1
* Minor style tidy: if( -> if (Warner Losh2021-04-181-1/+1
* smbios: support getting address from EFIGreg V2021-04-071-4/+4
* efirt: add hooks for diverging EFI implementationsRoger Pau Monné2021-02-161-11/+95
* kern: efirt: correct configuration table entry sizeKyle Evans2020-12-291-1/+1
* efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer2018-12-151-3/+4
* Catch exceptions during EFI RT calls on amd64.Konstantin Belousov2018-09-021-0/+3
* efirt: Don't enter EFI context early, convert addrs to KVA insteadKyle Evans2018-08-041-0/+1
* Add a function to retrieve the EFI realtime clock capabilities.Ian Lepore2018-03-011-0/+1
* To prepare for adding EFI runtime services support on arm64 move theAndrew Turner2017-10-011-0/+19
* efi: restrict visibility of EFIABI_ATTR-declared functionsRyan Libby2017-07-201-1/+4
* Do not try to create /dev/efi device node before devfs is initialized.Konstantin Belousov2016-10-161-3/+0
* Create /dev/efidev to provide an ioctl interface toWarner Losh2016-10-111-0/+3
* Rename efi_systbl to efi_systbl_phys, the variable contains theKonstantin Belousov2016-09-211-1/+4
* Add a way for the architecture to specify the calling ABI for methodsKonstantin Belousov2016-09-211-11/+15
* Consolidate four efi_next_descriptor() definitions.Konstantin Belousov2016-09-181-0/+3
* Add more UEFI/e820 memory types from latest specifications.Alexander Motin2016-07-241-0/+5
* Save the physical address passed into the kernel of the UEFI systemWarner Losh2015-12-191-0/+1
* Remove ia64.Marcel Moolenaar2014-07-071-23/+0
* Move ia64 efi.h to sys in preparation for amd64 UEFI supportEd Maste2014-03-271-0/+177