aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader
Commit message (Expand)AuthorAgeFilesLines
...
* loader.efi: fix an off-by-one bug in efi_verify_staging_size()Dexuan Cui2017-03-071-4/+1
* loader.efi: fix recent UEFI-boot regression on physical machinesDexuan Cui2017-03-061-9/+26
* loader.efi: reduce the size of the staging area if necessaryDexuan Cui2017-03-021-4/+81
* loader: 313329 missed ZFS guard in loader/main.cToomas Soome2017-02-061-0/+2
* loader: Replace EFI part devices.Toomas Soome2017-02-063-80/+208
* loader.efi environment related cleanupsToomas Soome2017-02-011-357/+1
* loader.efi: find_currdev() can leak memoryToomas Soome2017-01-151-6/+5
* [efi] Fix .rel.data.* being erroneously merged into .data on ARMOleksandr Tymoshenko2017-01-101-1/+1
* [efi] Fix off-by-one error in ARM .bss zeroing code in loader's _startOleksandr Tymoshenko2017-01-101-1/+1
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-4/+1
* Reduce boot loader version string duplicationEd Maste2016-12-181-7/+2
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-6/+25
* In loader.efi, instead of exiting directly, try to fallback on theEmmanuel Vadot2016-10-311-0/+5
* Add better comment...Warner Losh2016-10-251-1/+11
* Fix the build on both arm64 and when WITHOUT_FORTH is defined.Andrew Turner2016-10-251-0/+2
* Preliminary support for EFI in boot loader. Define efi-boot forthWarner Losh2016-10-241-2/+6
* Update i386 build of loader.efi (but leave it disabled) so that we atSean Bruno2016-10-143-4/+17
* In UEFI mode expose the SMBIOS anchor base address via kenv so the kernelDoug Ambrisko2016-10-141-1/+6
* Create a new linker set, Xficl_compile_set which contains a list ofWarner Losh2016-10-145-0/+21
* Disable loop unrolling in skein for sys/bootAllan Jude2016-10-061-0/+2
* Fix a cluster of bugs in list EFI environment variables:Warner Losh2016-09-301-4/+30
* Use 32-bit value for .text padding, for linker portabilityEd Maste2016-09-232-2/+2
* Simple post-mortem reporter for amd64 loader.efi.Konstantin Belousov2016-09-213-1/+566
* revert unintended change from r305994Ed Maste2016-09-192-2/+2
* Catch up to sys/capability.h rename to sys/capsicum.h in r263232Ed Maste2016-09-192-2/+2
* Utilize pmap.h names for constants and types used to construct EFIKonstantin Belousov2016-09-181-18/+18
* 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-311-0/+4
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-312-7/+0
* 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-231-1/+1
* Add tftpfs support for the EFI loaderBaptiste Daroussin2016-08-232-0/+8
* 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-181-0/+3
* Add defines needed to export SMBIOS serial numbersJohn Baldwin2016-08-121-0/+12
* Use the UEFI event timer to update the time on arm and arm64. The currentAndrew Turner2016-06-045-4/+19
* Fix unit number of EFI net interfaces and ignore psuedo network interfaces.John Baldwin2016-05-261-1/+42
* Remove second copy of the -Wno-format band-aid for printf %S.John Baldwin2016-05-261-4/+0
* 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-183-12/+34
* 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-171-5/+201
* sys/boot: spelling fixes in comments.Pedro F. Giffuni2016-04-301-1/+1
* sys/boot: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1