aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
...
* Set mm before passing it to the UEFI firmwareAndrew Turner2022-06-071-0/+1
* stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34.John Baldwin2022-05-112-0/+6
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-05-031-1/+1
* stand: libefi: swap /Pci() printing aroundKyle Evans2022-04-211-2/+2
* stand: Fix a common typo in source code commentsGordon Bergling2022-04-021-1/+1
* loader: accept "yellow" as a named colorEd Maste2022-03-181-1/+1
* loader: support numeric and named bright colors (8-15)Ed Maste2022-03-181-12/+22
* Add support for getting early entropy from UEFIColin Percival2022-03-112-0/+92
* loader: Do not force comconsole for arm and arm64Emmanuel Vadot2022-01-141-1/+1
* loader: lsefi: Print more informationEmmanuel Vadot2022-01-141-1/+25
* loader: implement mount/unmount rootfsToomas Soome2022-01-133-11/+10
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2022-01-101-2/+11
* loader: framebuffer should only be written intoToomas Soome2022-01-101-0/+3
* Don't sync the I/D caches when they are coherentAndrew Turner2022-01-041-1/+1
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-12-291-2/+4
* MFC loader+userland TSLOG supportColin Percival2021-12-292-0/+7
* loader.efi: Do not use as frame buffer BLT-only GOPs.Alexander Motin2021-12-231-4/+16
* efi(8): Fix a typo in a source code commentGordon Bergling2021-11-111-1/+1
* amd64 UEFI loader: enable automatic disable of staging area copyingKonstantin Belousov2021-10-011-1/+1
* efi loader: TypoMark Johnston2021-09-241-1/+1
* loader.efi: fix console output after BS offToomas Soome2021-09-091-1/+21
* efi loader: disallow user to configure staging area size less than defaultKonstantin Belousov2021-09-031-4/+9
* Restore the definition of EFI_STAGING_SIZEKonstantin Belousov2021-09-031-3/+3
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-234-60/+330
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-08-052-2/+75
* Update the EFI timer to be called once a secondAndrew Turner2021-06-121-4/+4
* loader: use display pixel density for font autoselectionToomas Soome2021-03-042-10/+109
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-03-011-0/+3
* 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-02-021-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