aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* Fix pointer arithmeticWarner Losh2018-10-261-1/+3
* Ensure we have a full EFI_DEVICE_PATH header before we try to look atWarner Losh2018-10-261-1/+1
* Simplify the EFI delay() function by calling BS->Stall()Rebecca Cran2018-10-261-11/+1
* loader.efi: add poweroff commandToomas Soome2018-10-121-0/+17
* Ensure we have a large enough stack for the lua loaderAndrew Turner2018-08-272-0/+18
* efiloader: Setup FDT in autoload to fix overlays clobbering kenvKyle Evans2018-08-231-0/+19
* Fix casts between 64-bit physical addresses and pointers in EFI.John Baldwin2018-08-183-10/+10
* Install links for loader.efi.Warner Losh2018-08-161-0/+4
* Create a loader for each interpreter for x86 BIOS and all EFIWarner Losh2018-08-145-11/+36
* efi-autoresizecons: Don't fail the boot w/o GOP or UGAKyle Evans2018-08-041-1/+8
* loader.efi: clean up misleading noise from missing block devicesToomas Soome2018-08-031-4/+2
* loader.efi: efipart_inithandles() failure should not prevent devsw initializa...Toomas Soome2018-08-021-6/+9
* Be more conservative about setting hw.uart.consoleWarner Losh2018-07-282-16/+35
* Use % for printf, not a dollar signWarner Losh2018-07-271-1/+1
* Style nits noted by rpokalaWarner Losh2018-07-271-2/+1
* In the BootXXXX message, use the actual boot variable.Warner Losh2018-07-271-9/+11
* Add some additional debug to loader.efiWarner Losh2018-07-271-1/+2
* stand debugWarner Losh2018-07-271-6/+42
* Ignore Device Paths in the Boot Info that don't have Media pathWarner Losh2018-07-261-1/+6
* Finalize the boot manager protocol support for next-stage bootWarner Losh2018-07-231-17/+221
* Implement efiblk_get_pdinfo_by_device_pathWarner Losh2018-07-232-0/+23
* Implement efi_devpath_lengthWarner Losh2018-07-232-0/+11
* Implement efi_devpath_match_nodeWarner Losh2018-07-232-11/+20
* Store the number of handles we get back in efipart_nhandles ratherWarner Losh2018-07-231-13/+9
* Implement efi_devpath_to_media_pathWarner Losh2018-07-232-0/+17
* Fix the attempt to see if we're overriding the console in the commandWarner Losh2018-07-231-1/+2
* Hoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi/Makefile.incWarner Losh2018-07-203-22/+12
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-202-6/+0
* If the console is already set, don't override it.Warner Losh2018-07-181-34/+33
* If rootdev is set, use it as currdev.Warner Losh2018-07-181-5/+18
* Remove bogus attempt to simulate scrolling. It's not needed and messesWarner Losh2018-07-171-7/+6
* More typosWarner Losh2018-07-171-3/+3
* Fix typo in the command summary.Warner Losh2018-07-171-1/+1
* Minor adjustments:Warner Losh2018-07-141-15/+6
* Add reporting of whether or not a keyboard is detected. In addition,Warner Losh2018-07-141-0/+2
* uefi stand: Guess the console betterWarner Losh2018-07-142-17/+171
* Define ADR subtype of ACPI type for a device path.Warner Losh2018-07-131-0/+3
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-131-1/+7
* Transition to boot_env_to_howto and boot_howto_to_env in the bootWarner Losh2018-07-132-24/+7
* Eliminate boot loader copies of boot arg parsing.Warner Losh2018-07-131-72/+3
* Move ZFS files into libsaWarner Losh2018-07-082-7/+4
* Revert preference to be an int.Warner Losh2018-06-281-1/+1
* Many netboot scenarios don't have /boot/defaults/loader.conf. AsWarner Losh2018-06-171-1/+2
* There's no need to walk through the tables looking for the smbiosWarner Losh2018-06-151-5/+4
* Move arg parsing into its own routine for possible later reuse.Warner Losh2018-06-151-52/+62
* Provide a more direct interface to tell ZFS what the preferred handleWarner Losh2018-06-153-24/+23
* Migrate has_keyboard to bool.Warner Losh2018-06-151-5/+5
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-2/+0
* Use bool for vargood, since it's a boolean.Warner Losh2018-06-141-4/+5
* stand: One more trivial consolidation (setting environment from howto)Kyle Evans2018-06-091-4/+2