aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader/main.c
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: There are systems without ConOut, also use ConOutDevToomas Soome2021-02-041-0/+2
* loader: implement framebuffer consoleToomas Soome2021-01-021-1/+2
* efi loader: fix typos in a commentEric van Gyzen2021-01-011-4/+4
* Add 'netserver' command to EFI loader.Michal Meloun2020-10-141-0/+35
* Fix video on PCI heuristicWarner Losh2020-09-281-2/+4
* loader: fix non-zfs buildToomas Soome2020-09-231-0/+2
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-2/+6
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-1/+1
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-061-1/+1
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-1/+14
* loader: add comconsole implementation on top of SIO protocolToomas Soome2020-03-141-3/+8
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-1/+1
* Create ptov() function.Warner Losh2020-02-201-1/+5
* efiloader: don't execute hooks when setting currdev/loaddevKyle Evans2020-02-121-2/+11
* loader.efi: print ImageBase so we know where we areToomas Soome2019-12-061-0/+1
* Remove comment. We're just going to the next node here.Warner Losh2019-11-281-1/+1
* loader.efi: Default to serial if we don't have a ConOut variableEmmanuel Vadot2019-11-081-1/+4
* loader: fall back to term_emu on efi console with serial backendToomas Soome2019-11-021-1/+1
* Guard reference to x86_hypervisorSimon J. Gerraty2019-10-241-0/+2
* Allow loader.efi to identify non-standard boot setupSimon J. Gerraty2019-10-241-0/+1
* Allow loader.efi to identify non-standard boot setupSimon J. Gerraty2019-10-171-0/+3
* loader: use teken teminal emulator for x86 and uefiToomas Soome2019-09-051-5/+1
* Verify files loaded in chain command.Marcin Wojtas2019-08-081-0/+8
* loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome2019-08-061-4/+5
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-241-2/+3
* 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
* Read in and parse /efi/freebsd/loader.env from the boot device'sWarner Losh2019-04-291-0/+106
* Add the proper range of years for Netflix's copyright on thisWarner Losh2019-04-251-1/+1
* Move initialization of the block device handles earlier (we're justWarner Losh2019-04-251-18/+19
* Create boot_img as a global variableWarner Losh2019-04-221-13/+14
* Move setting of console earlier in boot.Warner Losh2019-04-221-12/+12
* Start to reduce the number of #ifdef EFI_ZFS_BOOTWarner Losh2019-04-201-9/+2
* loader: command_lsefi: ret can be used uninitializedToomas Soome2019-04-071-1/+1
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-3/+3
* Extend libsecureboot(old libve) to obtain trusted certificates from UEFI and ...Marcin Wojtas2019-03-061-0/+11
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+2
* loader.efi: efi variable rework and lsefi command addedToomas Soome2019-01-031-53/+79
* loader.efi: update memmap command to recognize new attributesToomas Soome2019-01-031-20/+13
* 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
* 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-281-4/+13
* 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