aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* loader/efi: Make gcc friendlier by move md_devWarner Losh2024-02-211-1/+2
* loader: Retire CTASSERTWarner Losh2024-02-211-1/+1
* libsecureboot do not report expected unverified filesSimon J. Gerraty2024-02-121-0/+7
* loader: For EFI, if we don't have ConOut, try ConInWarner Losh2024-02-041-1/+6
* loader: Font module is EFI dependentWarner Losh2024-02-021-0/+2
* stand: Use modern function definitionsWarner Losh2024-01-281-1/+1
* stand: Add 1440p to the list of known resolutions.Dag-Erling Smørgrav2024-01-231-0/+5
* stand: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* loader: lua: assume late ACPI detection if the feature isn't enabledKyle Evans2023-12-081-0/+1
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+2
* stand/efi: Consolidate integer typesWarner Losh2023-11-227-354/+31
* stand/efi: Define ACPI_USE_SYSTEM_INTTYPES to be 1 instead of blankWarner Losh2023-11-211-1/+1
* stand/efi: Request ACPI use the system inttypesWarner Losh2023-11-211-0/+1
* loader: fix EFI ACPI detectionR. Christian McDonald2023-11-203-97/+43
* stand: Rename LIBFDT to LIBSAFDTMark Johnston2023-11-071-2/+2
* loader: add target for dirdeps buildStephen J. Kiernan2023-11-027-5/+27
* dirdeps: Add missing dependency filesStephen J. Kiernan2023-10-292-0/+34
* stand/loader.efi: fix regression with ignoring nvstoreGleb Smirnoff2023-09-111-1/+1
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1618-18/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1635-70/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1646-46/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1619-38/+0
* stand: Export _start on arm like other architecturesJessica Clarke2023-08-051-0/+1
* Stand: Silence undefined symbols check commandVexedUXR2023-07-012-2/+2
* efi loader: Move 'module' variable under #ifdef MODINFOMD_MODULEP.John Baldwin2023-06-271-2/+6
* loader.efi: Remove redundant error messageVexedUXR2023-06-261-3/+1
* bug: efi_print_global only checks for the first 5 letters of "Driver"Alfonso Gregory2023-06-231-1/+1
* Add comments for memory sizeVexedUXR2023-06-121-1/+1
* Add boot1.efi to CLEANFILESVexedUXR2023-06-121-0/+2
* stand/boot1.efi: use the bootonce dataset as root datasetGleb Smirnoff2023-06-081-12/+42
* stand/loader.efi: read zfs bootonce attribute before checking currdevGleb Smirnoff2023-06-081-11/+6
* 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
* stand/efi/smbios: Move detection of smbios earlier.Warner Losh2023-05-251-16/+16
* libefi: add efi_devpath_next_instance()Toomas Soome2023-05-132-0/+18
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* stand/efi: Retire i386 supportWarner Losh2023-05-1111-388/+12
* 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-116-6/+1
* stand: add comconsole backwards compatibility shim for aarch64Warner Losh2023-05-112-0/+32
* stand: efi create eficom console device.Warner Losh2023-05-112-58/+39
* loader: install help files only onceEd Maste2023-05-102-0/+2