aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* stand: add ARCH and MSZ into DHCP requestsAlexander Motin11 days1-0/+18
* stand: consume UEFI PXE Base Code cache to seed DHCPAlexander Motin11 days1-0/+215
* stand: Cleanup use of cached DHCP response packetAlexander Motin2026-07-301-1/+0
* loader: Fix error handling after an allocation failureMark Johnston2026-07-221-1/+1
* loader: Allocate trampoline as EfiLoaderCode, not DataEd Maste2026-07-211-1/+1
* loader: Fix indentation mistakesWarner Losh2026-07-131-45/+45
* loader: Add xzfs support by defualt to BIOS and EFI loadersWarner Losh2026-07-111-0/+3
* loader: zstd based filesystem, zstdfs like gzipfsWarner Losh2026-07-111-0/+1
* loader: Add xzfs, like gzipfs but with xz.Warner Losh2026-07-111-0/+1
* loader.efi: Add xz decompressionWarner Losh2026-07-113-7/+98
* Revert "loader.efi: Trim ZFS searching for other booting options"Warner Losh2026-07-101-6/+24
* loader.efi: Simplify the code for null decompression a littleWarner Losh2026-07-101-3/+7
* loader.efi: Fix off by one error in size of the virtual diskWarner Losh2026-07-101-1/+1
* laoder.efi: Fix error in download protcolWarner Losh2026-07-101-3/+7
* loader.efi: polish SPDX headerDave Cottlehuber2026-06-261-1/+1
* loader.efi: Fix build with gcc due to pointer / int issues on 32-bit buildWarner Losh2026-06-261-8/+8
* loader.efi: Recognize new memdisk=<url> and memcd=<url> optionsWarner Losh2026-06-268-3/+700
* loader.efi: efiblk_memdisk_preload passes the VirtualDisks to FreeBSDWarner Losh2026-06-262-0/+45
* loader.efi: Trim ZFS searching for other booting optionsWarner Losh2026-06-261-24/+6
* loader.efi: Improve the trying MD messsagesWarner Losh2026-06-261-1/+1
* loader.efi: Expand uefi_rootdev to probe disksWarner Losh2026-06-261-4/+14
* loader.efi: Refactor try_boot_device_partitionsWarner Losh2026-06-261-22/+26
* loader.efi: Add verbose flag to try_as_currdevWarner Losh2026-06-261-1/+12
* loader: Add defines for ZLIB_CFLAGS, BZIP2_CFLAGS and ZSTD_CFLAGSWarner Losh2026-06-262-2/+3
* loader.efi: Add comments describing the boot protocolWarner Losh2026-06-261-4/+17
* loader/efi: pre-allocate memory map buffer before ExitBootServicesChristos Longros2026-06-241-39/+46
* loader.efi: Fix a commentWarner Losh2026-06-221-2/+2
* loader.efi: Search boot device before foreign ZFS poolsFaraz Vahedi2026-06-091-53/+72
* loader.efi: Fix when staging moves lateWarner Losh2026-06-063-46/+81
* stand: Revert the EFI loader back to strict modeWarner Losh2026-06-011-1/+1
* stand/efi/Makefile: fix build orderAhmad Khalifa2026-05-311-3/+4
* stand: compile ia32 EFI loader with -malign-doubleAhmad Khalifa2026-05-305-1/+19
* loader.efi: Defer efi_translate(e_entry) until after bi_loadJessica Clarke2026-04-173-7/+6
* loader.efi.8/efibootmgr.8: Don't use contradicting term 'EFI BIOS'Michael Osipov2026-04-111-4/+4
* loader.efi: panic() should show stack traceToomas Soome2026-04-091-29/+59
* Add boot_setenvSimon J. Gerraty2026-04-071-0/+5
* splash: add shutdown splashQuentin Thébault2026-04-031-1/+6
* loader(8): embedded MD should be the most preferred currdevNavdeep Parhar2026-03-201-9/+9
* stand/efi: Allow RELAXED or STRICT boot policiesWarner Losh2026-02-272-8/+42
* loader.efi: try all ZFS pools found by efi_zfs_probe()Gleb Smirnoff2026-02-273-13/+7
* loader.efi: efi_redirect_exceptions does use uninitialized pointerToomas Soome2026-02-211-0/+1
* loader.efi: free_tables() appears to free tss_pa twice.Toomas Soome2026-02-211-4/+5
* loader.efi: tss_pa setup seems to be flawed in trap.cToomas Soome2026-02-211-1/+1
* fix typo in efi/loader/arch/amd64/trap.cToomas Soome2026-02-211-1/+1
* Revert "stand: compile ia32 EFI loader with -malign-double"Ahmad Khalifa2026-02-151-2/+0
* stand: compile ia32 EFI loader with -malign-doubleAhmad Khalifa2026-02-151-0/+2
* stand: Use the correct OUTPUT_ARCH in the linker script for RISC-VJohn Baldwin2026-01-311-1/+1
* loader: Prefer comma-separated list of values for "console"Michael Osipov2026-01-291-2/+2
* loader: Only warn when we have neither FDT nor ACPIWarner Losh2026-01-081-1/+2
* loader.efi: Only use SPCR if enabled.Jarmo Jaakkola2026-01-081-5/+9