aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1435-5371/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-102-14/+1
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-103-8/+5
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+2
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-301-19/+5
* Define new EFI variablesWarner Losh2017-10-294-27/+27
* loader.efi: Make framebuffer commands available for arm64Emmanuel Vadot2017-10-255-4/+5
* Revert "Unify boot1 with loader" change r324646Warner Losh2017-10-172-0/+189
* 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-162-189/+0
* Rename exit to efi_exit to avoid clashing with libsa exit definitionWarner Losh2017-10-122-10/+11
* 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
* Unbreak building efiboot with MK_ZFS == noEnji Cooper2017-10-071-1/+2
* Encapsulate ZFS preferences into efi_zfs_is_preferredWarner Losh2017-10-061-4/+12
* libefi: pdinfo_t pd_unit and pd_open should be unsignedToomas Soome2017-09-221-1/+1
* r323389 breaks the kernel build when WITHOUT_ZFS is defined in src.confToomas Soome2017-09-111-0/+4
* loader.efi: chain loader should provide proper device handleToomas Soome2017-09-101-3/+35
* Fix loader bug causing too many pages allocation when bootloader is U-BootMarcin Wojtas2017-09-051-0/+7
* Link in libefi for boot1Warner Losh2017-08-261-5/+0
* Cleanup efi_main return typeWarner Losh2017-08-261-3/+2
* Move efi_main into efi/loaderWarner Losh2017-08-262-0/+188
* Make spinconsole platform independent and hook it up into EFI loader onMaxim Sobolev2017-08-253-4/+8
* loader.efi: repace XXX with real comments in trap.cToomas Soome2017-08-151-2/+12
* Move EFI fmtdev functionality to libefiWarner Losh2017-08-043-222/+0
* Move EFI ZFS functions to libefiWarner Losh2017-08-041-50/+4
* Link EFI/uboot loaders with -znotextEd Maste2017-07-011-1/+1
* As with arm64 mark the EFI PE header as allocated on arm. This is neededAndrew Turner2017-06-291-1/+1
* loader.efi: Disable smbios for armEmmanuel Vadot2017-06-241-0/+4
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-6/+0
* Add chain loader support for loaderToomas Soome2017-06-161-0/+94
* Set the right variable when overriding the default console speed.Mark Johnston2017-05-111-1/+1
* loader: network read reworkToomas Soome2017-05-061-0/+5
* loader.efi: ResetSystem does not use data with EFI_SUCCESSToomas Soome2017-05-011-2/+1
* loader.efi: only fetch zfs pool guid for the actual boot deviceToomas Soome2017-04-111-21/+9
* Do not use -msoft-float with intention of disabling FP on aarch64Alexander Kabaev2017-04-071-1/+1
* loader: zfs reader should check all labelsToomas Soome2017-04-061-0/+11
* Restore EFI boot environment functionality broken in r313333Allan Jude2017-04-031-0/+1
* loader: simplify efi_zfs_probe and avoid double probing for zfs.Toomas Soome2017-03-301-43/+22
* self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha...Enji Cooper2017-03-281-0/+4
* Mark the EFI PE header as allocated. While ld.bfd doesn't seem to careAndrew Turner2017-03-171-1/+1
* loader.efi: use stricter check for Hyper-VDexuan Cui2017-03-141-2/+7
* loader.efi: only include the machine/ header files on x86Dexuan Cui2017-03-091-2/+2
* loader.efi: only reduce the size of the staging area on Hyper-VDexuan Cui2017-03-091-2/+50
* loader.efi: finally fix the off-by-one bug in efi_verify_staging_size()Dexuan Cui2017-03-081-0/+2