summaryrefslogtreecommitdiff
path: root/stand/efi/include
AgeCommit message (Expand)Author
2025-11-16stand: Cut over to using the EDK2 filesWarner Losh
2025-11-16stand: switch the loader over to using efi-edk2.hWarner Losh
2025-11-16stand: Rename EFI_ERROR_CODE to DECODE_ERROR to avoid Edk2 ClashWarner Losh
2025-08-17stand/efi: Fix a typo in a source code commentGordon Bergling
2025-04-11loader/efi: strip trailing whitespaceWarner Losh
2025-03-03efiprot.h: add definitions for RISCV_EFI_BOOT_PROTOCOLMitchell Horne
2024-03-28stand/efi: Changes to efichar to allow it to be used in the kernelStephen J. Kiernan
2023-12-27stand: Fix typo (triple S)Jose Luis Duran
2023-11-21stand/efi: Consolidate integer typesWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-13libefi: add efi_devpath_next_instance()Toomas Soome
2023-01-11stand: Create common gen_setcurrdev and replace codeWarner Losh
2022-08-11stand: efi_fmtdev can be reduced to devformatWarner Losh
2022-06-19loader.efi: fix panic() after BS offToomas Soome
2022-03-28stand: Fix a common typo in source code commentsGordon Bergling
2022-02-17Add support for getting early entropy from UEFIColin Percival
2021-11-21loader: abstract boot services exiting to libefi functionWarner Losh
2021-11-07efi(8): Fix a typo in a source code commentGordon Bergling
2021-11-04efi: switch boot_services_gone to boot_services_activeWarner Losh
2021-03-13Fix some common typos in commentsGordon Bergling
2021-01-02loader: implement framebuffer consoleToomas Soome
2020-07-06RISC-V boot1.efi and loader.efi supportMitchell Horne
2020-06-23stand: remove redundant declarationsKyle Evans
2020-06-22Revert r362466Baptiste Daroussin
2020-06-21Improve wording to be more precise and clear.Hans Petter Selasky
2019-11-30loader.efi: efipart needs better support detecting nested partitionsToomas Soome
2019-11-02loader: fall back to term_emu on efi console with serial backendToomas Soome
2019-09-05loader: use teken teminal emulator for x86 and uefiToomas Soome
2019-08-06loader.efi: efilib.h and libefi.c were left out of 350654Toomas Soome
2019-06-24loader: add HTTP support using UEFIRebecca Cran
2019-06-04Introduce efi_devpath_same_diskWarner Losh
2019-05-06Abstract out efi_devpath_to_handle to search for a handle that matchesWarner Losh
2019-04-25Add efi_freebsd_delenvWarner Losh
2019-04-22Create boot_img as a global variableWarner Losh
2019-04-20Start to reduce the number of #ifdef EFI_ZFS_BOOTWarner Losh
2019-04-19Add wrapper functions to convert strings to EFI_DEVICE_PATHWarner Losh
2019-04-19Add UEFI definitions related to converting string to DEVICE_PATHWarner Losh
2019-04-19Add define for CONST.Warner Losh
2019-04-18Add efi_delenvWarner Losh
2019-04-18Add a more generic efi_setenv function.Warner Losh
2019-01-03loader.efi: efi variable rework and lsefi command addedToomas Soome
2019-01-03loader.efi: update memmap command to recognize new attributesToomas Soome
2018-07-23Implement efiblk_get_pdinfo_by_device_pathWarner Losh
2018-07-23Implement efi_devpath_lengthWarner Losh
2018-07-23Implement efi_devpath_match_nodeWarner Losh
2018-07-23Implement efi_devpath_to_media_pathWarner Losh
2018-07-13Define ADR subtype of ACPI type for a device path.Warner Losh
2018-06-15Provide a more direct interface to tell ZFS what the preferred handleWarner Losh
2018-04-11Refactor currdev settingWarner Losh