aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader
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
* loader.efi: add poweroff commandToomas Soome2018-10-121-0/+17
* Ensure we have a large enough stack for the lua loaderAndrew Turner2018-08-271-0/+17
* 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-141-10/+14
* 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
* 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-201-11/+0
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-201-3/+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
* 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
* 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-081-4/+2
* 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-151-11/+5
* 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
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-091-10/+3
* efi loader: Address two nits with recent graphics changesKyle Evans2018-04-191-6/+8
* Refactor currdev settingWarner Losh2018-04-111-80/+208
* loader efifb: implement uga_autoresize as a call to text_autoresizeKyle Evans2018-03-261-2/+2
* efi loader: Choose a console mode instead if hw.vga.textmode is setKyle Evans2018-03-241-0/+29
* efi loader: Respect efi_max_resolution in loader.conf(5)Kyle Evans2018-03-231-2/+94
* UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans2018-03-211-0/+66
* EFIRT: SetVirtualAddressMap with 1:1 mapping after exiting boot servicesKyle Evans2018-03-131-0/+43
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-1/+1
* Print the load and device path as well as BootCurrent and BootOrderWarner Losh2018-03-121-0/+36
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-4/+1