aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/boot1/Makefile
Commit message (Expand)AuthorAgeFilesLines
* loader: Move ldscripts to match more standard practicesWarner Losh2024-02-251-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Stand: Silence undefined symbols check commandVexedUXR2023-07-011-1/+1
* Add boot1.efi to CLEANFILESVexedUXR2023-06-121-0/+2
* stand/efi: Retire i386 supportWarner Losh2023-05-111-4/+3
* 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
* 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-211-1/+3
* Only set WARNS if not definedKyle Evans2020-09-111-1/+1
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-4/+0
* Remove duplicate lz4 implementationsToomas Soome2019-11-021-0/+1
* The efifat files are no longer used: remove the code to build themRebecca Cran2019-09-041-23/+0
* loader: support com.delphix:removingToomas Soome2019-08-081-0/+2
* 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-081-2/+2
* Fix when NOFAT is definedWarner Losh2019-06-061-2/+3
* 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
* Reach over and pull in devpath.c from libefiWarner Losh2019-05-061-1/+2
* Use SRC+= rather than SRC=Warner Losh2019-05-031-1/+1
* Substitute boot1 with ${BOOT1}Warner Losh2019-05-031-6/+7
* 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
* Centralize several variables.Warner Losh2018-02-021-5/+0
* Allow this file to be includedWarner Losh2018-01-121-2/+2
* boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'llWarner Losh2017-12-081-1/+1
* Make sure we include the right path for skein.h, as well only includeWarner Losh2017-12-051-3/+4
* Remove stale dependency on ufsread.cWarner Losh2017-12-021-2/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+129