aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* 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
* stand: Change zfs_parsedev() APIWarner Losh2022-11-301-5/+1
* stand: Change disk_parsedev() APIWarner Losh2022-11-301-5/+1
* stand: efi_fmtdev can be reduced to devformatWarner Losh2022-08-111-26/+0
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+1
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-273-5/+5
* loader.efi: fix panic() after BS offToomas Soome2022-06-192-1/+8
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-1/+1
* stand: libefi: swap /Pci() printing aroundKyle Evans2022-04-131-2/+2
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-121-1/+1
* loader: accept "yellow" as a named colorEd Maste2022-03-111-1/+1
* loader: support numeric and named bright colors (8-15)Ed Maste2022-03-111-12/+22
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-041-12/+11
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-09-301-2/+4
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-3/+2
* loader.efi: fix console output after BS offToomas Soome2021-09-021-1/+21
* loader: Use tslog to instrument some functionsColin Percival2021-06-211-0/+3
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-06-022-2/+75
* Update the EFI timer to be called once a secondAndrew Turner2021-05-121-4/+4
* EFI secure boot VECTX related changesEric van Gyzen2021-04-301-0/+2
* loader: use display pixel density for font autoselectionToomas Soome2021-02-271-6/+17
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-02-211-0/+3
* loader: Use TERM_EMU for arm and arm64Emmanuel Vadot2021-01-171-3/+0
* Revert "loader.efi: disable workaround for serial console on non-x86"Toomas Soome2021-01-131-4/+0
* loader.efi: initial terminal size should base on UEFI terminal sizeToomas Soome2021-01-131-6/+6
* loader.efi: disable workaround for serial console on non-x86Toomas Soome2021-01-121-0/+4
* loader.efi: reworked framebuffer setupToomas Soome2021-01-122-42/+20
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-101-0/+3
* loader: implement framebuffer consoleToomas Soome2021-01-022-160/+326
* loader: zfs_probe_dev should pick first matching zfs poolToomas Soome2020-09-231-1/+2
* stand/efihttp: Work around a bug in edk2 http instance reconfigurationD Scott Phillips2020-09-091-0/+16
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-061-1/+2
* stand: remove redundant declarationsKyle Evans2020-06-231-0/+1
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-0/+2
* loader.efi: restore the init and fix the color setupToomas Soome2020-03-281-11/+26