aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/boot1
Commit message (Expand)AuthorAgeFilesLines
* stand/efi: Retire i386 supportWarner Losh2023-05-111-4/+3
* 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
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-4/+0
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-1/+1
* stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34.John Baldwin2022-02-021-0/+3
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-1/+1
* EFI secure boot VECTX related changesEric van Gyzen2021-04-301-0/+2
* Add zstd support to the boot loader.Warner Losh2020-10-121-0/+1
* Link efi programs with -pie rather than -sharedAlex Richardson2020-10-121-1/+1
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-212-2/+4
* Only set WARNS if not definedKyle Evans2020-09-111-1/+1
* boot1.efi: use malloc family from libsaToomas Soome2020-06-301-36/+16
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-4/+0
* Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset.Andrew Turner2020-05-051-0/+2
* As with r352446 align blocks in boot1.efiAndrew Turner2020-05-051-5/+5
* Remove duplicate lz4 implementationsToomas Soome2019-11-021-0/+1
* boot1.efi: provide generic exit() and stub getchar()Toomas Soome2019-10-151-1/+18
* The efifat files are no longer used: remove the code to build themRebecca Cran2019-09-047-106/+0
* loader: support com.delphix:removingToomas Soome2019-08-081-0/+2
* loader.efi: boot1.c was left out of 350654Toomas Soome2019-08-061-5/+6
* loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome2019-08-061-2/+2
* Fix gcc build by removing redeclarationLi-Wen Hsu2019-06-131-1/+0
* Add stuff to disable warning for %SWarner Losh2019-06-081-0/+2
* Break out the disk selection protocol from the rest of boot1.Warner Losh2019-06-085-196/+280
* Rework the reporting of the priority.Warner Losh2019-06-071-55/+34
* Remove left-over status variablesWarner Losh2019-06-072-2/+0
* Fix when NOFAT is definedWarner Losh2019-06-061-2/+3
* Use simple malloc/free instead of dropping down to the UEFIWarner Losh2019-06-062-18/+16
* Don't make the efifat thing if NOFAT is defined.Warner Losh2019-06-061-0/+4
* ufs_module.c can't currently be compiled with -Wcast-align, but theWarner Losh2019-06-051-0/+3
* Don't shadow a global zfsmount variable.Warner Losh2019-06-051-3/+3
* Use newly minted efi_devpath_same_disk() instead ofWarner Losh2019-06-041-1/+1
* boot1.efi should also provide CallocToomas Soome2019-05-291-1/+15
* Simplify boot1 allocation of handles.Warner Losh2019-05-061-25/+8
* We only ever need one devinfo per handle. So allocate it outside ofWarner Losh2019-05-061-12/+12
* Reach over and pull in devpath.c from libefiWarner Losh2019-05-062-63/+4
* Use SRC+= rather than SRC=Warner Losh2019-05-031-1/+1
* Substitute boot1 with ${BOOT1}Warner Losh2019-05-031-6/+7
* When we can't get memory, trying again right away is going toWarner Losh2019-05-031-1/+1
* Remove stray '*'Warner Losh2019-05-031-1/+1
* Minor tweak to the debugWarner Losh2019-04-181-1/+1
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-1/+1
* Ensure we have a large enough stack for the lua loaderAndrew Turner2018-08-271-0/+1
* Hoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi/Makefile.incWarner Losh2018-07-201-11/+0
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-201-3/+0
* Move ZFS files into libsaWarner Losh2018-07-081-3/+2
* Revert preference to be an int.Warner Losh2018-06-281-1/+1
* Teach ufs_module.c about bsd labels and probe 'a' partition.Warner Losh2018-05-292-1/+46
* efi loader: Address two nits with recent graphics changesKyle Evans2018-04-191-0/+2