aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader/main.c
Commit message (Expand)AuthorAgeFilesLines
* loader: Prefer comma-separated list of values for "console"Michael Osipov2026-02-051-2/+2
* loader.efi: smbios: Favor the v3 (64-bit) entry pointOlivier Certner2025-04-081-15/+36
* loader: Fix 32-bit compatibilityAhmad Khalifa2025-03-271-1/+2
* stand: Add support for 64-bit machines with 32-bit UEFI implementationsAhmad Khalifa2025-03-261-1/+1
* loader.efi: Fix LOADER_NET_SUPPORT=no buildsTatiana2024-11-041-0/+2
* loader: Expand EFI entropy if < 2048 bytesColin Percival2024-09-291-3/+36
* loader: Instrument EFI GetRNG with TSLOGColin Percival2024-09-291-0/+2
* loader/efi: Small diff reductionWarner Losh2024-04-161-1/+2
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-04-161-1/+0
* loader/efi: Make gcc friendlier by move md_devWarner Losh2024-04-161-1/+2
* loader: lua: assume late ACPI detection if the feature isn't enabledKyle Evans2024-04-161-0/+1
* stand/efi: Consolidate integer typesWarner Losh2024-04-161-1/+0
* stand/efi: Define ACPI_USE_SYSTEM_INTTYPES to be 1 instead of blankWarner Losh2024-04-161-1/+1
* stand/efi: Request ACPI use the system inttypesWarner Losh2024-04-161-0/+1
* loader: fix EFI ACPI detectionR. Christian McDonald2024-04-161-0/+42
* stand/loader.efi: fix regression with ignoring nvstoreGleb Smirnoff2024-04-161-1/+1
* loader: For EFI, if we don't have ConOut, try ConInWarner Losh2024-02-071-1/+6
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* loader.efi: Remove redundant error messageVexedUXR2023-06-261-3/+1
* stand/loader.efi: read zfs bootonce attribute before checking currdevGleb Smirnoff2023-06-081-11/+6
* stand/efi/smbios: Move detection of smbios earlier.Warner Losh2023-05-251-16/+16
* stand/efi: Simplify code hereWarner Losh2023-05-011-11/+8
* Support SMBIOS v3 for 64-bit entry systemsJohn-Mark Gurney2023-02-221-1/+2
* stand: create common set_currdevWarner Losh2023-01-111-14/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-111-2/+2
* stand/efi: Better variable nameWarner Losh2023-01-091-4/+4
* stand/efi: remove unused local varaiblesWarner Losh2022-12-071-2/+1
* stand: create devinitWarner Losh2022-11-301-3/+1
* stand: Parse all arguments passed by UEFIMichael Gmelin2022-09-061-1/+1
* stand: More sensible defaults when ConOut is missingWarner Losh2022-08-271-2/+18
* stand: efi_fmtdev can be reduced to devformatWarner Losh2022-08-111-2/+2
* stand: Move quit command to common commandsWarner Losh2022-07-301-9/+0
* Add support for getting early entropy from UEFIColin Percival2022-02-171-0/+42
* loader: Do not force comconsole for arm and arm64Emmanuel Vadot2021-11-161-1/+1
* loader: lsefi: Print more informationEmmanuel Vadot2021-11-161-1/+25
* efi loader: Call tslog_init from efi_mainColin Percival2021-09-251-2/+0
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-7/+7
* efi/loader: Call tslog_initColin Percival2021-06-211-0/+2
* Loader: support booting OS from memory disk (MD)Yongbo Yao2021-04-071-0/+24
* loader.efi: There are systems without ConOut, also use ConOutDevToomas Soome2021-02-041-0/+2
* loader: implement framebuffer consoleToomas Soome2021-01-021-1/+2
* efi loader: fix typos in a commentEric van Gyzen2021-01-011-4/+4
* Add 'netserver' command to EFI loader.Michal Meloun2020-10-141-0/+35
* Fix video on PCI heuristicWarner Losh2020-09-281-2/+4
* loader: fix non-zfs buildToomas Soome2020-09-231-0/+2
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-2/+6
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-1/+1
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-061-1/+1
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-1/+14
* loader: add comconsole implementation on top of SIO protocolToomas Soome2020-03-141-3/+8