aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* 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
* stand/efi: Simplify code hereWarner Losh2023-05-011-11/+8
* stand/boot1.efi: Implement bootonce for ZFSWarner Losh2023-05-011-1/+26
* stand/boot1.efi: Allow modules to add env variablesWarner Losh2023-05-012-0/+23
* Note that static hints no longer break loader hintsKyle Evans2023-04-261-5/+3
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-192-4/+0
* loader.efi: Fix some arm64 PE metadataMark Johnston2023-04-182-22/+29
* gptboot.efi.8: Fix a typoMateusz Piotrowski2023-04-131-2/+2
* amd64 loader: plug hard hang with serial console enabledGleb Smirnoff2023-03-311-0/+2
* amd64 loader: Use efiserialio for Hyper-V booted systemsWei Hu2023-03-184-7/+54
* Support SMBIOS v3 for 64-bit entry systemsJohn-Mark Gurney2023-02-221-1/+2
* Skip EFI framebuffer information if there is noneSimon J. Gerraty2023-02-061-8/+11
* loader.efi: include help.fdt for FDT-enabled loaderMitchell Horne2023-02-031-0/+1
* loader: always install help filesMitchell Horne2023-02-031-0/+1
* stand: share bootinfo.c between EFI and KBOOTWarner Losh2023-02-031-2/+4
* efiserialio: use port settings (sio->Mode) for initial setupToomas Soome2023-02-031-16/+22
* stand: create common set_currdevWarner Losh2023-01-111-14/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-113-21/+2
* stand/efi: Better variable nameWarner Losh2023-01-091-4/+4
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-081-1/+1
* loader.efi: make sure kernel image is executableRobert Clausecker2023-01-051-4/+4
* stand/efi: remove unused local varaiblesWarner Losh2022-12-071-2/+1
* kboot: Mark the EFI specific parts of bootinfo.cWarner Losh2022-12-071-0/+16
* stand: update prototypes for md_load and md_load64Warner Losh2022-12-051-1/+0
* stand/efi: Break stlye rules a little for easier sharingWarner Losh2022-12-041-2/+3
* stand/efi: Better include order for sharingWarner Losh2022-12-041-1/+1