aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-131/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-1/+1
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-101-6/+2
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-6/+6
* Move machine and other link creation to defs.mkWarner Losh2017-11-061-15/+0
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-301-19/+5
* Define new EFI variablesWarner Losh2017-10-291-20/+20
* loader.efi: Make framebuffer commands available for arm64Emmanuel Vadot2017-10-251-0/+1
* Revert "Unify boot1 with loader" change r324646Warner Losh2017-10-171-0/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-0/+5
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-8/+0
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-3/+1
* Unify boot1 with loaderWarner Losh2017-10-161-1/+0
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-4/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-091-2/+2
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* Move efi_main into efi/loaderWarner Losh2017-08-261-0/+1
* Move EFI fmtdev functionality to libefiWarner Losh2017-08-041-1/+0
* Link EFI/uboot loaders with -znotextEd Maste2017-07-011-1/+1
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-6/+0
* loader: network read reworkToomas Soome2017-05-061-0/+5
* self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha...Enji Cooper2017-03-281-0/+4
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-4/+1
* Create a new linker set, Xficl_compile_set which contains a list ofWarner Losh2016-10-141-0/+1
* Disable loop unrolling in skein for sys/bootAllan Jude2016-10-061-0/+2
* Set UEFI boot loader PE/COFF timestamps to known value for reproducible buildsEd Maste2016-08-311-0/+4
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-311-4/+0
* EFI loader: only open/close on the net device with tftpfsBaptiste Daroussin2016-08-231-1/+1
* Add tftpfs support for the EFI loaderBaptiste Daroussin2016-08-231-0/+4
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-181-0/+3
* Add defines needed to export SMBIOS serial numbersJohn Baldwin2016-08-121-0/+12
* Remove second copy of the -Wno-format band-aid for printf %S.John Baldwin2016-05-261-4/+0
* Minor spelling fixes.Pedro F. Giffuni2016-05-181-4/+4
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-181-0/+4
* Fix build breakage on arm64 by papering over the problem. We implementWarner Losh2016-05-181-0/+7
* boot/efi: Prefer nm to objdumpEd Maste2016-03-121-3/+3
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-111-2/+2
* Add EFI ZFS boot supportSteven Hartland2016-01-151-0/+15
* Only build EFI components on supported compilersSteven Hartland2016-01-141-5/+0
* Enable warnings in EFI boot codeSteven Hartland2016-01-121-0/+1
* loader.efi: strip trailing whitespaceEd Maste2015-12-211-1/+1
* Various small cleanups to EFI loader Makefiles.John Baldwin2015-09-171-2/+1
* Install the forth bits on arm64. For now limit it to just arm64 as on x86Andrew Turner2015-09-011-2/+2
* The self-relocation code is not efi-specific, move it to boot/common.Ian Lepore2015-05-101-1/+1
* When cross-building ${LIBSTAND} may be set to the host copy. Point to theAndrew Turner2015-05-051-0/+6
* Add support for arm64 to loader.efi and boot1.efiAndrew Turner2015-04-141-1/+1
* Use MACHINE in the efi loader when it is what we mean, it may not be theAndrew Turner2015-04-141-7/+7
* Create the correct symlinks for the machine directory, and only create theAndrew Turner2015-04-131-3/+8
* Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, theyAndrew Turner2015-04-111-2/+1
* Move reloc.c to the top level Makefile as it has become generic.Andrew Turner2015-04-111-0/+1