aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/include
Commit message (Expand)AuthorAgeFilesLines
* stand: efi_fmtdev can be reduced to devformatWarner Losh2022-08-111-1/+0
* loader.efi: fix panic() after BS offToomas Soome2022-06-191-1/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-03-281-1/+1
* Add support for getting early entropy from UEFIColin Percival2022-02-171-0/+50
* loader: abstract boot services exiting to libefi functionWarner Losh2021-11-211-0/+12
* efi(8): Fix a typo in a source code commentGordon Bergling2021-11-071-1/+1
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-041-0/+2
* Fix some common typos in commentsGordon Bergling2021-03-131-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-021-1/+0
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-061-0/+217
* stand: remove redundant declarationsKyle Evans2020-06-231-1/+0
* Revert r362466Baptiste Daroussin2020-06-221-2/+2
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-2/+2
* loader.efi: efipart needs better support detecting nested partitionsToomas Soome2019-11-302-0/+9
* loader: fall back to term_emu on efi console with serial backendToomas Soome2019-11-021-0/+1
* loader: use teken teminal emulator for x86 and uefiToomas Soome2019-09-051-0/+1
* loader.efi: efilib.h and libefi.c were left out of 350654Toomas Soome2019-08-061-0/+1
* loader: add HTTP support using UEFIRebecca Cran2019-06-245-0/+965
* Introduce efi_devpath_same_diskWarner Losh2019-06-041-0/+1
* Abstract out efi_devpath_to_handle to search for a handle that matchesWarner Losh2019-05-061-0/+1
* Add efi_freebsd_delenvWarner Losh2019-04-251-0/+1
* Create boot_img as a global variableWarner Losh2019-04-222-2/+5
* Start to reduce the number of #ifdef EFI_ZFS_BOOTWarner Losh2019-04-201-0/+5
* Add wrapper functions to convert strings to EFI_DEVICE_PATHWarner Losh2019-04-191-0/+3
* Add UEFI definitions related to converting string to DEVICE_PATHWarner Losh2019-04-191-0/+20
* Add define for CONST.Warner Losh2019-04-191-0/+1
* Add efi_delenvWarner Losh2019-04-181-0/+1
* Add a more generic efi_setenv function.Warner Losh2019-04-181-0/+1
* loader.efi: efi variable rework and lsefi command addedToomas Soome2019-01-0317-25/+2131
* loader.efi: update memmap command to recognize new attributesToomas Soome2019-01-032-9/+16
* Implement efiblk_get_pdinfo_by_device_pathWarner Losh2018-07-231-0/+1
* Implement efi_devpath_lengthWarner Losh2018-07-231-0/+1
* Implement efi_devpath_match_nodeWarner Losh2018-07-231-0/+1
* Implement efi_devpath_to_media_pathWarner Losh2018-07-231-0/+1
* Define ADR subtype of ACPI type for a device path.Warner Losh2018-07-131-0/+3
* Provide a more direct interface to tell ZFS what the preferred handleWarner Losh2018-06-151-5/+5
* Refactor currdev settingWarner Losh2018-04-112-0/+4
* libefi: UEFI_BOOT_VAR_GUID duplicates EFI_GLOBAL_VARIABLEToomas Soome2018-03-151-2/+0
* Move the env convenience routines out of boot1.c.Warner Losh2018-03-121-0/+11
* efi: Do not pad the efi devpath structureEmmanuel Vadot2018-02-181-0/+4
* efi: Only scan the BLKIO MEDIA onceEmmanuel Vadot2018-02-141-0/+3
* loader.efi: add missing EFI GUIDsEd Maste2018-01-251-0/+12
* Add GUID for UEFI boot manager variables.Warner Losh2018-01-121-0/+2
* libefi: make efichar.h more usable in stand codeToomas Soome2017-12-141-0/+6
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1432-0/+7511