aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2021-12-221-2/+11
* Don't sync the I/D caches when they are coherentAndrew Turner2021-12-201-1/+1
* loader.efi: Do not use as frame buffer BLT-only GOPs.Alexander Motin2021-12-161-4/+16
* loader: framebuffer should only be written intoToomas Soome2021-12-111-0/+3
* loader: abstract boot services exiting to libefi functionWarner Losh2021-11-212-4/+14
* loader: Do not force comconsole for arm and arm64Emmanuel Vadot2021-11-161-1/+1
* loader: lsefi: Print more informationEmmanuel Vadot2021-11-161-1/+25
* efi(8): Fix a typo in a source code commentGordon Bergling2021-11-071-1/+1
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-044-18/+15
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-09-301-2/+4
* loader.efi: remove extra extern STWarner Losh2021-09-301-2/+0
* efi loader: Call tslog_init from efi_mainColin Percival2021-09-252-2/+4
* efi loader: TypoMark Johnston2021-09-211-1/+1
* loader: implement mount/unmount rootfsToomas Soome2021-09-083-11/+10
* loader.efi: fix console output after BS offToomas Soome2021-09-021-1/+21
* efi loader: disallow user to configure staging area size less than defaultKonstantin Belousov2021-08-271-4/+9
* Restore the definition of EFI_STAGING_SIZEKonstantin Belousov2021-08-271-3/+3
* amd64 UEFI loader: enable automatic disable of staging area copyingKonstantin Belousov2021-08-251-1/+1
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-084-60/+330
* loader: Use tslog to instrument some functionsColin Percival2021-06-211-0/+3
* efi/loader: Call tslog_initColin Percival2021-06-211-0/+2
* Use the arm virtual counter in the arm64 loaderAndrew Turner2021-06-022-2/+75
* Update the EFI timer to be called once a secondAndrew Turner2021-05-121-4/+4
* EFI secure boot VECTX related changesEric van Gyzen2021-04-303-0/+6
* Loader: support booting OS from memory disk (MD)Yongbo Yao2021-04-072-0/+31
* gptboot.efi: Add man pageWarner Losh2021-04-062-0/+283
* Fix some common typos in commentsGordon Bergling2021-03-131-1/+1
* Revert "Split out the loader efifb setup to a new function"Andrew Turner2021-03-031-22/+0
* Split out the loader efifb setup to a new functionAndrew Turner2021-03-031-0/+22
* loader: use display pixel density for font autoselectionToomas Soome2021-02-272-10/+109
* stand/multiboot2: fix header length checkRoger Pau Monné2021-02-231-1/+1
* stand/multiboot2: fix error message formatRoger Pau Monné2021-02-231-2/+2
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-02-211-0/+3
* 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