summaryrefslogtreecommitdiff
path: root/stand/efi/boot1
AgeCommit message (Expand)Author
2025-11-24stand: Rename ZFSSRC to SAZFSSRC to avoid confusionWarner Losh
2025-11-16stand: Cut over to using the EDK2 filesWarner Losh
2025-11-16stand: Rename EFI_ERROR_CODE to DECODE_ERROR to avoid Edk2 ClashWarner Losh
2025-09-09efi: translate errno to EFI status on exitAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-03-23boot: Always use ELF Tool Chain elfcopy for EFI buildsEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-14boot/efi: Fix warning for non-standard formats when debuggingJohn F. Carr
2024-05-07boot1.efi: Don't redundantly include devpath.cWarner Losh
2024-02-24loader: Move ldscripts to match more standard practicesWarner Losh
2023-11-26stand: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-01Stand: Silence undefined symbols check commandVexedUXR
2023-06-12Add boot1.efi to CLEANFILESVexedUXR
2023-06-08stand/boot1.efi: use the bootonce dataset as root datasetGleb Smirnoff
2023-05-11stand/efi: Retire i386 supportWarner Losh
2023-05-01stand/boot1.efi: Implement bootonce for ZFSWarner Losh
2023-05-01stand/boot1.efi: Allow modules to add env variablesWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-04-30stand: s/libstand/libsa/g to catch up with renameWarner Losh
2022-02-02stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34.John Baldwin
2021-09-08loader: implement mount/unmount rootfsToomas Soome
2021-04-30EFI secure boot VECTX related changesEric van Gyzen
2020-10-12Add zstd support to the boot loader.Warner Losh
2020-10-12Link efi programs with -pie rather than -sharedAlex Richardson
2020-09-21loader: zfs should support bootonce an nextbootToomas Soome
2020-09-11Only set WARNS if not definedKyle Evans
2020-06-30boot1.efi: use malloc family from libsaToomas Soome
2020-05-12Remove tests for obsolete compilers in the build systemEric van Gyzen
2020-05-05Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset.Andrew Turner
2020-05-05As with r352446 align blocks in boot1.efiAndrew Turner
2019-11-02Remove duplicate lz4 implementationsToomas Soome
2019-10-15boot1.efi: provide generic exit() and stub getchar()Toomas Soome
2019-09-04The efifat files are no longer used: remove the code to build themRebecca Cran
2019-08-08loader: support com.delphix:removingToomas Soome
2019-08-06loader.efi: boot1.c was left out of 350654Toomas Soome
2019-08-06loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome
2019-06-13Fix gcc build by removing redeclarationLi-Wen Hsu
2019-06-08Add stuff to disable warning for %SWarner Losh
2019-06-08Break out the disk selection protocol from the rest of boot1.Warner Losh
2019-06-07Rework the reporting of the priority.Warner Losh
2019-06-07Remove left-over status variablesWarner Losh
2019-06-06Fix when NOFAT is definedWarner Losh
2019-06-06Use simple malloc/free instead of dropping down to the UEFIWarner Losh
2019-06-06Don't make the efifat thing if NOFAT is defined.Warner Losh
2019-06-05ufs_module.c can't currently be compiled with -Wcast-align, but theWarner Losh
2019-06-05Don't shadow a global zfsmount variable.Warner Losh
2019-06-04Use newly minted efi_devpath_same_disk() instead ofWarner Losh