summaryrefslogtreecommitdiff
path: root/stand/efi/loader/framebuffer.c
AgeCommit message (Expand)Author
2026-01-06loader.efi: add stride & offset for MacBookPro3,1Frank Hilgendorf
2026-01-04loader.efi: probe for UGA if GOP isn't foundAhmad Khalifa
2025-11-16stand: Cut over to using the EDK2 filesWarner Losh
2025-11-16stand: Rename EFI_ERROR_CODE to DECODE_ERROR to avoid Edk2 ClashWarner Losh
2025-09-09loader/efi: return error from efi_find_framebufferAhmad Khalifa
2025-02-20loader.efi: add "gop blt <on|off>" commandToomas Soome
2024-09-20loader: Fix 32-bit compatibilityAhmad Khalifa
2024-09-20loader: Fix shadow_fb allocationAhmad Khalifa
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2024-01-23stand: Add 1440p to the list of known resolutions.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-08-26stand: More sensible defaults when ConOut is missingWarner Losh
2022-06-30Remove "All Rights Reserved" from Foundation copyrightsEd Maste
2021-12-22loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome
2021-12-16loader.efi: Do not use as frame buffer BLT-only GOPs.Alexander Motin
2021-12-11loader: framebuffer should only be written intoToomas Soome
2021-02-27loader: use display pixel density for font autoselectionToomas Soome
2021-01-17loader.efi: commands gop, uga and autoresize should use cached dataToomas Soome
2021-01-17loader.efi: variable 'hlist' is uninitializedToomas Soome
2021-01-17loader.efi: unused variable 'mode'Toomas Soome
2021-01-17loader.efi: handle multiple gop instancesToomas Soome
2021-01-12loader.efi: reworked framebuffer setupToomas Soome
2021-01-11loader.efi: efifb_mask_from_pixfmt is missing PixelBltOnlyToomas Soome
2021-01-02loader: implement framebuffer consoleToomas Soome
2020-06-14loader.efi: update console after gfx mode changeToomas Soome
2019-08-06loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome
2018-08-04efi-autoresizecons: Don't fail the boot w/o GOP or UGAKyle Evans
2018-04-19efi loader: Address two nits with recent graphics changesKyle Evans
2018-03-26loader efifb: implement uga_autoresize as a call to text_autoresizeKyle Evans
2018-03-24efi loader: Choose a console mode instead if hw.vga.textmode is setKyle Evans
2018-03-23efi loader: Respect efi_max_resolution in loader.conf(5)Kyle Evans
2018-03-21UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh