aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* bi_load: only add MODULEP on arches that have it definedRoger Pau Monné2021-02-161-0/+2
* stand/multiboot2: add support for booting a Xen dom0 in UEFI modeRoger Pau Monné2021-02-165-0/+1001
* stand/efi: add modulep to kernel metadataRoger Pau Monné2021-02-161-3/+6
* stand/efi: allow not exiting boot servicesRoger Pau Monné2021-02-166-14/+20
* loader.efi: There are systems without ConOut, also use ConOutDevToomas Soome2021-02-041-0/+2
* loader: create built in font from bold font faceToomas Soome2021-01-231-1/+1
* loader: Use TERM_EMU for arm and arm64Emmanuel Vadot2021-01-171-3/+0
* loader.efi: commands gop, uga and autoresize should use cached dataToomas Soome2021-01-171-30/+17
* loader.efi: variable 'hlist' is uninitializedToomas Soome2021-01-171-0/+1
* loader.efi: unused variable 'mode'Toomas Soome2021-01-171-1/+0
* loader.efi: handle multiple gop instancesToomas Soome2021-01-161-1/+36
* Revert "loader.efi: disable workaround for serial console on non-x86"Toomas Soome2021-01-131-4/+0
* loader.efi: initial terminal size should base on UEFI terminal sizeToomas Soome2021-01-131-6/+6
* loader.efi: disable workaround for serial console on non-x86Toomas Soome2021-01-121-0/+4
* loader.efi: reworked framebuffer setupToomas Soome2021-01-126-63/+90
* loader.efi: efifb_mask_from_pixfmt is missing PixelBltOnlyToomas Soome2021-01-111-0/+1
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-101-0/+3
* loader: implement framebuffer consoleToomas Soome2021-01-027-175/+361
* efi loader: fix typos in a commentEric van Gyzen2021-01-011-4/+4
* stand: properly declare subdir deps or .WAIT, do parallel buildKyle Evans2020-12-311-1/+5
* Drop EFI_STAGING_SIZE back down to 64MWarner Losh2020-12-171-3/+1
* loader: Ignore the .interp section on RISC-VJessica Clarke2020-12-141-0/+1
* Unobfuscate "KERNLOAD" parameter on amd64. This change lines-up amd64 with theMaxim Sobolev2020-11-251-5/+3
* Add 'netserver' command to EFI loader.Michal Meloun2020-10-141-0/+35
* Use adrp in the arm64 efi loaderAndrew Turner2020-10-131-5/+10
* Add zstd support to the boot loader.Warner Losh2020-10-121-0/+1
* Link efi programs with -pie rather than -sharedAlex Richardson2020-10-122-2/+2
* Fix video on PCI heuristicWarner Losh2020-09-281-2/+4
* loader: fix non-zfs buildToomas Soome2020-09-231-0/+2
* loader: zfs_probe_dev should pick first matching zfs poolToomas Soome2020-09-231-1/+2
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-214-4/+12
* Only set WARNS if not definedKyle Evans2020-09-112-2/+2
* Ignore the .interp section in the arm64 EFI loaderAndrew Turner2020-09-101-0/+1
* stand/efihttp: Work around a bug in edk2 http instance reconfigurationD Scott Phillips2020-09-091-0/+16
* Quiet int-to-pointer-cast warnings on i386 with GCC 9.John Baldwin2020-09-041-2/+2
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-1/+1
* loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-VJessica Clarke2020-07-262-2/+2
* Revert that!Simon J. Gerraty2020-07-191-5/+0
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-0/+5
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-068-4/+581
* boot1.efi: use malloc family from libsaToomas Soome2020-06-301-36/+16
* stand: remove redundant declarationsKyle Evans2020-06-232-1/+1
* Revert r362466Baptiste Daroussin2020-06-221-2/+2
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-2/+2
* loader: create single zfs nextboot implementationToomas Soome2020-06-202-1/+16
* loader.efi: update console after gfx mode changeToomas Soome2020-06-141-0/+3
* Fix the efi serial console in the Arm models.Andrew Turner2020-06-101-12/+9
* gptboot.efi: align secbuf to 4KMitchell Horne2020-06-031-1/+1
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-123-14/+0
* Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset.Andrew Turner2020-05-051-0/+2