aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* loader: Move some support things around, maybe lame?Warner Losh6 days3-0/+11
* loader.efi: Expose efi_devpath_get_mac to get macWarner Losh6 days1-6/+3
* loader.efi: Fix memory leak in efihttp_dev_closeWarner Losh6 days1-4/+6
* loader.efi: release SNP after network configurationWarner Losh8 days1-0/+4
* stand/efihttp: Support arbitrary http[N]://host[:port]/path devspecsWarner Losh8 days1-2/+342
* loader: Move ramdisk export to md.cWarner Losh8 days1-7/+1
* stand: add ARCH and MSZ into DHCP requestsAlexander Motin2026-08-041-0/+18
* stand: consume UEFI PXE Base Code cache to seed DHCPAlexander Motin2026-08-041-0/+215
* stand: Cleanup use of cached DHCP response packetAlexander Motin2026-07-301-1/+0
* loader.efi: Fix off by one error in size of the virtual diskWarner Losh2026-07-101-1/+1
* loader.efi: Recognize new memdisk=<url> and memcd=<url> optionsWarner Losh2026-06-261-3/+5
* loader.efi: efiblk_memdisk_preload passes the VirtualDisks to FreeBSDWarner Losh2026-06-261-0/+44
* stand/efi: Allow RELAXED or STRICT boot policiesWarner Losh2026-02-271-3/+7
* loader.efi: try all ZFS pools found by efi_zfs_probe()Gleb Smirnoff2026-02-271-8/+1
* stand: Rename ZFSSRC to SAZFSSRC to avoid confusionWarner Losh2025-11-251-1/+1
* stand: Cut over to using the EDK2 filesWarner Losh2025-11-169-87/+184
* stand: Rename EFI_ERROR_CODE to DECODE_ERROR to avoid Edk2 ClashWarner Losh2025-11-166-14/+14
* stand: use a common function in gfx_fb for setting up teken colorsKyle Evans2025-08-221-22/+1
* Allow net_cleanup for loader.efiSimon J. Gerraty2025-07-101-0/+2
* loader/libefi: Fix trivial trailing whitespaceWarner Losh2025-04-115-14/+14
* stand/efihttp: Add device type check to efihttp_fs_open()Yongbo Yao2025-01-191-0/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* efi_console: Stay inline with the UEFI specAhmad Khalifa2024-07-081-1/+1
* loader: c_init returns 0 or 1Warner Losh2024-05-201-2/+2
* efi_console: Use c99 initializersWarner Losh2024-05-201-8/+8
* stand/efi: Changes to efichar to allow it to be used in the kernelStephen J. Kiernan2024-03-281-5/+12
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-2214-14/+0
* stand: Use modern function definitionsWarner Losh2024-01-281-1/+1
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* loader: add target for dirdeps buildStephen J. Kiernan2023-11-021-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1619-38/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* bug: efi_print_global only checks for the first 5 letters of "Driver"Alfonso Gregory2023-06-231-1/+1
* stand: libefi: avoid a null pointer deref in eficomKyle Evans2023-05-281-2/+2
* stand/efi/eficom: Free comc_port if we can't find the serial portWarner Losh2023-05-251-0/+10
* stand/efi/eficom: Make aarch64 compat code probe correctlyWarner Losh2023-05-251-2/+5
* stand/efi/eficom: Don't allow this for !HYPERV machinesWarner Losh2023-05-251-0/+17
* stand/efi/eficom: better handling of absent deviceWarner Losh2023-05-251-5/+16
* libefi: add efi_devpath_next_instance()Toomas Soome2023-05-131-0/+17
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* stand/efi: Retire i386 supportWarner Losh2023-05-111-1/+1
* stand: eficom: Only set baudrate when it changesWarner Losh2023-05-111-17/+22
* stand: eficom: Don't preemtively assume flow controlWarner Losh2023-05-111-9/+5
* stand: eficom : remove unused ignore_cdWarner Losh2023-05-111-2/+0
* stand: Move eficom to libefiWarner Losh2023-05-112-0/+565
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-111-17/+0
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-081-1/+1
* stand/efi: Move to using common devparse()Warner Losh2022-11-301-102/+3
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-301-0/+1