aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
...
* Catch up to sys/capability.h rename to sys/capsicum.h in r263232Ed Maste2016-09-192-2/+2
* Add comment for the closing guard.Konstantin Belousov2016-09-181-1/+1
* Utilize pmap.h names for constants and types used to construct EFIKonstantin Belousov2016-09-181-18/+18
* Add double-inclusion protection.Konstantin Belousov2016-09-181-0/+5
* Use arch-specific .text padding fill value in EFI loadersEd Maste2016-09-163-3/+3
* loader.efi: Bump the staging size to 64M.Will Andrews2016-09-061-1/+1
* Set UEFI boot loader PE/COFF timestamps to known value for reproducible buildsEd Maste2016-08-312-0/+8
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-313-11/+0
* When the EFI implementation (like U-Boot) does not support WaitForKey, weJared McNeill2016-08-291-8/+28
* Don't set *dev in the zfs root case, it may be NULL and will correctly beAndrew Turner2016-08-251-1/+0
* EFI loader: only open/close on the net device with tftpfsBaptiste Daroussin2016-08-232-2/+2
* Add tftpfs support for the EFI loaderBaptiste Daroussin2016-08-233-0/+12
* loader is filling fixed length command_errbuf with sprintf() and is trustingToomas Soome2016-08-201-12/+14
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-182-0/+8
* boot1.efi Free() should check for NULL to provide consistent behaviorToomas Soome2016-08-171-1/+2
* Correctly print and cast u_int64_t and off_t.Emmanuel Vadot2016-08-172-5/+5
* Only use WaitForKeys event if it exists, this is not the case in u-boot efi i...Emmanuel Vadot2016-08-161-2/+7
* Use %ju modifier for u_int64_t and %jd modifier for off_t.Emmanuel Vadot2016-08-162-2/+2
* Add defines needed to export SMBIOS serial numbersJohn Baldwin2016-08-121-0/+12
* Fix a few cosmetic issues in boot1.efi.Mark Johnston2016-08-033-19/+9
* Do not use TERM_EMU on arm and arm64 as it doesn't behave well with serial co...Emmanuel Vadot2016-07-191-0/+4
* boot1.efi: fix assignment / comparison expressionEd Maste2016-07-041-1/+1
* Print a message when disks are found but no logical partition areEmmanuel Vadot2016-06-171-3/+6
* Print a message when the efi disk isn't a logical partition.Emmanuel Vadot2016-06-091-1/+4
* Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI,Andrew Turner2016-06-081-0/+4
* Print the newline character along with the carriage return when TERM_EMU isAndrew Turner2016-06-081-2/+1
* Allow libefi to be built with TERM_EMU undefined. There were a few placesAndrew Turner2016-06-081-1/+8
* Use the UEFI event timer to update the time on arm and arm64. The currentAndrew Turner2016-06-049-5/+121
* If the I/O offset and length is multiple of the media size thenDoug Ambrisko2016-05-271-3/+6
* Fix unit number of EFI net interfaces and ignore psuedo network interfaces.John Baldwin2016-05-262-25/+83
* Use a unique error message if we fail to find the simple network protocol.John Baldwin2016-05-261-1/+8
* Apply the printf %S band-aid for efinet.c to fix the arm64 build.John Baldwin2016-05-261-0/+7
* Remove second copy of the -Wno-format band-aid for printf %S.John Baldwin2016-05-261-4/+0
* Use routines from the recently added devpath.c.John Baldwin2016-05-261-19/+4
* Output the device path description for EFI network devices.John Baldwin2016-05-261-3/+8
* Add some routines for working with EFI DEVICE_PATH objects.John Baldwin2016-05-263-2/+177
* efi loader: Match format string to EFI_ERROR_CODE()Conrad Meyer2016-05-251-2/+2
* Large improvements to efi-show (though some weird problemsWarner Losh2016-05-201-64/+40
* Implement efi-set and efi-unsetWarner Losh2016-05-201-3/+67
* Cleanup to use %S.Warner Losh2016-05-201-18/+4
* Fix logic error so UEFI variables are reported correctlyWarner Losh2016-05-191-6/+8
* Minor spelling fixes.Pedro F. Giffuni2016-05-181-4/+4
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-185-17/+48
* Fix build breakage on arm64 by papering over the problem. We implementWarner Losh2016-05-181-0/+7
* Implement UEFI set environment variable, as well as exporting the EFIWarner Losh2016-05-173-6/+257
* It sure would be nice to use printf with wide strings. Implement %S toWarner Losh2016-05-171-1/+1
* libefi: Tag an unreachable switch default.Pedro F. Giffuni2016-05-161-0/+2
* efipart: Support an arbitrary number of partitionsConrad Meyer2016-05-051-5/+6
* bcache read ahead may attempt to read past end of diskAllan Jude2016-05-011-1/+9
* sys/boot: spelling fixes in comments.Pedro F. Giffuni2016-04-307-9/+9