aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: use and prefer coninex interfaceToomas Soome2019-09-021-7/+66
* loader.efi: some systems do not translate scan code 0x8 to backspaceToomas Soome2019-09-021-5/+8
* loader.efi: use shift 16 in efipart as it is max ashift supported by zfsToomas Soome2019-08-311-2/+3
* qemu-system-aarch64 does list block device with very large block sizeToomas Soome2019-08-301-1/+4
* loader.efi: efipart should be more careful about constructing block device listsToomas Soome2019-08-201-351/+284
* Reduce size of EFI_STAGING_SIZE to 32 on armTom Jones2019-08-171-0/+2
* loader: support com.delphix:removingToomas Soome2019-08-081-0/+2
* Verify files loaded in chain command.Marcin Wojtas2019-08-081-0/+8
* loader.efi: efilib.h and libefi.c were left out of 350654Toomas Soome2019-08-062-0/+8
* loader.efi: boot1.c was left out of 350654Toomas Soome2019-08-061-5/+6
* loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome2019-08-068-22/+25
* Fix EFI loader build when LOADER_NET_SUPPORT=no.Ruslan Bukin2019-07-301-0/+4
* Allow efi loader to get network params from ubootJustin Hibbits2019-07-121-0/+73
* efihttp: mac and err can be used uninitializedToomas Soome2019-07-021-5/+8
* efihttp: mark unused arguments with __unusedToomas Soome2019-06-301-5/+7
* efihttp: comparison of integers of different signsToomas Soome2019-06-301-1/+1
* Clean efihttp pointer-sign warningsToomas Soome2019-06-301-14/+14
* Increase EFI_STAGING_SIZE to 100MB on x64Rebecca Cran2019-06-271-0/+4
* Re-enable loader efi http boot and fix dv_open bug if dv_init failedRebecca Cran2019-06-262-0/+12
* Disconnect EFI HTTP supportRebecca Cran2019-06-251-2/+0
* loader: add HTTP support using UEFIRebecca Cran2019-06-248-0/+1734
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-241-2/+3
* efinet: Defer exclusively opening the network handlesRebecca Cran2019-06-191-14/+18
* Fix gcc build by removing redeclarationLi-Wen Hsu2019-06-131-1/+0
* Add stuff to disable warning for %SWarner Losh2019-06-081-0/+2
* Create gptboot.efiWarner Losh2019-06-084-1/+338
* Break out the disk selection protocol from the rest of boot1.Warner Losh2019-06-085-196/+280
* Rework the reporting of the priority.Warner Losh2019-06-071-55/+34
* Remove left-over status variablesWarner Losh2019-06-072-2/+0
* Fix when NOFAT is definedWarner Losh2019-06-061-2/+3
* Use simple malloc/free instead of dropping down to the UEFIWarner Losh2019-06-062-18/+16
* Don't make the efifat thing if NOFAT is defined.Warner Losh2019-06-061-0/+4
* ufs_module.c can't currently be compiled with -Wcast-align, but theWarner Losh2019-06-051-0/+3
* Don't shadow a global zfsmount variable.Warner Losh2019-06-051-3/+3
* Use newly minted efi_devpath_same_disk() instead ofWarner Losh2019-06-041-1/+1
* Introduce efi_devpath_same_diskWarner Losh2019-06-042-2/+27
* boot1.efi should also provide CallocToomas Soome2019-05-291-1/+15
* loader: no-TERM_EMU is broken nowToomas Soome2019-05-091-1/+1
* loader: implement proper 8 char tab stopsToomas Soome2019-05-091-4/+6
* Simplify boot1 allocation of handles.Warner Losh2019-05-061-25/+8
* Abstract out efi_devpath_to_handle to search for a handle that matchesWarner Losh2019-05-063-14/+26
* We only ever need one devinfo per handle. So allocate it outside ofWarner Losh2019-05-061-12/+12
* Reach over and pull in devpath.c from libefiWarner Losh2019-05-062-63/+4
* Use SRC+= rather than SRC=Warner Losh2019-05-031-1/+1
* Substitute boot1 with ${BOOT1}Warner Losh2019-05-031-6/+7
* When we can't get memory, trying again right away is going toWarner Losh2019-05-031-1/+1
* Remove stray '*'Warner Losh2019-05-031-1/+1
* stand: correct mis-merge from r346879Kyle Evans2019-05-021-14/+0
* Implement uefi_ignore_boot_mgr env variable.Warner Losh2019-04-291-29/+35
* Implement uefi_rootdevWarner Losh2019-04-291-2/+24