aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader/main.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-936/+0
* 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
* Move EFI ZFS functions to libefiWarner Losh2017-08-041-50/+4
* loader.efi: Disable smbios for armEmmanuel Vadot2017-06-241-0/+4
* 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.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
* 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
* loader: 313329 missed ZFS guard in loader/main.cToomas Soome2017-02-061-0/+2
* loader: Replace EFI part devices.Toomas Soome2017-02-061-58/+164
* loader.efi environment related cleanupsToomas Soome2017-02-011-357/+1
* loader.efi: find_currdev() can leak memoryToomas Soome2017-01-151-6/+5
* 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
* In UEFI mode expose the SMBIOS anchor base address via kenv so the kernelDoug Ambrisko2016-10-141-1/+6
* Fix a cluster of bugs in list EFI environment variables:Warner Losh2016-09-301-4/+30
* Use the UEFI event timer to update the time on arm and arm64. The currentAndrew Turner2016-06-041-0/+3
* Fix unit number of EFI net interfaces and ignore psuedo network interfaces.John Baldwin2016-05-261-1/+42
* 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
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-181-11/+29
* 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
* A new implementation of the loader block cacheAllan Jude2016-04-181-0/+5
* Implement -P for boot loader. It's a bit easier to implement here thanWarner Losh2016-02-081-3/+93
* Parse the command line arguments, and do it before we initialize theWarner Losh2016-01-261-13/+94
* Connect the ZFS boot environment menu to the UEFI loaderAllan Jude2016-01-151-0/+33
* Add EFI ZFS boot supportSteven Hartland2016-01-151-1/+74
* Modularise EFI boot loaderSteven Hartland2016-01-151-15/+48
* Enable warnings in EFI boot codeSteven Hartland2016-01-121-9/+11
* loader.efi style(9) cleanupEd Maste2016-01-061-35/+29
* loader.efi: add terminal emulation supportEd Maste2016-01-061-1/+2
* loader.efi: support non-contiguous console modesEd Maste2016-01-041-2/+3
* Set env vars from values on the efi loader command line.Ian Lepore2015-12-221-2/+25
* Add FDT to the list of known GUIDs.Andrew Turner2015-05-051-0/+3
* SMBIOS support for EFI.Rui Paulo2015-04-061-0/+11