aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
...
* Fix armv6 buildWarner Losh2017-09-071-0/+7
* ucs2lenWarner Losh2017-09-073-12/+13
* Fix loader bug causing too many pages allocation when bootloader is U-BootMarcin Wojtas2017-09-051-0/+7
* Revert r322941: Eliminate redundant device matching functionsWarner Losh2017-09-021-1/+48
* Save where we're booted fromWarner Losh2017-08-312-1/+34
* Exit rather than panic for most errors.Warner Losh2017-08-311-24/+26
* boot1.efi: print more info about where boot1.efi is loaded fromWarner Losh2017-08-311-18/+22
* Make efichar.c routines available to libefi.Warner Losh2017-08-312-1/+7
* Eliminate redunant device path matching.Warner Losh2017-08-271-48/+1
* Use efi_devpath_str for debug path info.Warner Losh2017-08-264-184/+29
* Link in libefi for boot1Warner Losh2017-08-264-13/+8
* No need for MK_ZFS around these: they are by their nature only activeWarner Losh2017-08-261-2/+0
* Use the loader.efi conventions for the various EFI tables.Warner Losh2017-08-264-36/+35
* Cleanup efi_main return typeWarner Losh2017-08-264-7/+6
* Move efi_main into efi/loaderWarner Losh2017-08-265-152/+191
* Make spinconsole platform independent and hook it up into EFI loader onMaxim Sobolev2017-08-253-4/+8
* Define proposed GUID for FreeBSD boot loader variables.Warner Losh2017-08-161-0/+6
* Remove unused defines.Warner Losh2017-08-161-6/+0
* loader.efi: repace XXX with real comments in trap.cToomas Soome2017-08-151-2/+12
* libefi/time.c cstyle cleanupToomas Soome2017-08-051-165/+178
* Move EFI fmtdev functionality to libefiWarner Losh2017-08-045-8/+6
* Add EFI utility functions to libefiWarner Losh2017-08-043-39/+139
* Move EFI ZFS functions to libefiWarner Losh2017-08-044-51/+174
* Add definitions and utilities for EFI driversWarner Losh2017-08-045-1/+253
* Always set the receive mask in loader.efi. Some UEFI implementations setAndrew Turner2017-07-271-9/+8
* Fix printf format warning in zfs_module.cDimitry Andric2017-07-201-2/+2
* Integer underflow in efipart_realstrategy when I/O starts after end of diskAllan Jude2017-07-011-1/+10
* Link EFI/uboot loaders with -znotextEd Maste2017-07-012-2/+2
* 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
* Make structure padding explicit in EFI_MEMORY_DESCRIPTOREd Maste2017-06-221-0/+1
* 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-063-42/+54
* loader.efi: ResetSystem does not use data with EFI_SUCCESSToomas Soome2017-05-011-2/+1
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-181-1/+1
* loader.efi: only fetch zfs pool guid for the actual boot deviceToomas Soome2017-04-111-21/+9
* Silence GCC warning by initializing the local variable.Alexander Kabaev2017-04-071-0/+1
* Do not use -msoft-float with intention of disabling FP on aarch64Alexander Kabaev2017-04-075-5/+11
* loader: zfs reader should check all labelsToomas Soome2017-04-062-0/+20
* 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
* loader: efipart should check disk size from partition tableToomas Soome2017-03-301-9/+28
* self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha...Enji Cooper2017-03-282-0/+8
* Use `-Wno-missing-declarations` with CWARNFLAGS for skein.cEnji Cooper2017-03-281-0/+4
* Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC insteadEnji Cooper2017-03-281-2/+2
* Remove redundant declarationsEnji Cooper2017-03-282-3/+0
* Mark the EFI PE header as allocated. While ld.bfd doesn't seem to careAndrew Turner2017-03-171-1/+1
* loader: remove open_disk cacheToomas Soome2017-03-161-4/+2