aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi/efi_console.c
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: fix console output after BS offToomas Soome2021-09-021-1/+21
* loader: use display pixel density for font autoselectionToomas Soome2021-02-271-6/+17
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-02-211-0/+3
* 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-121-42/+19
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-101-0/+3
* loader: implement framebuffer consoleToomas Soome2021-01-021-159/+325
* loader.efi: restore the init and fix the color setupToomas Soome2020-03-281-11/+26
* loader.efi: conout->QueryMode() can fail to return screen dimensionsToomas Soome2020-03-271-5/+13
* loader.efi: handle efi_cons_init() failure cases betterToomas Soome2020-03-181-24/+22
* loader: add comconsole implementation on top of SIO protocolToomas Soome2020-03-141-8/+13
* loader.efi: efi_readkey_ex needs to key despite the shift status or toggle st...Toomas Soome2019-12-171-4/+8
* loader: ReadKeyStrokeEx may return partial keystrokesToomas Soome2019-12-031-3/+4
* Also turn of teken for RB_MULTIPLEWarner Losh2019-11-281-2/+10
* loader: fall back to term_emu on efi console with serial backendToomas Soome2019-11-021-27/+503
* loader.efi: for text mode, use STM to scroll the whole screenToomas Soome2019-10-061-6/+25
* loader: fix indentation in efi_console and vidconsoleToomas Soome2019-09-251-1/+1
* loader: add teken.fg_color and teken.bg_color variablesToomas Soome2019-09-251-0/+92
* loader.efi: UEFI text mode background colors are only using 3 bitsToomas Soome2019-09-061-1/+1
* loader: use teken teminal emulator for x86 and uefiToomas Soome2019-09-051-351/+306
* loader.efi: use and prefer coninex interfaceToomas Soome2019-09-021-7/+66
* loader.efi: some systems do not translate scan code 0x8 to backspaceToomas Soome2019-09-021-5/+8
* loader: no-TERM_EMU is broken nowToomas Soome2019-05-091-1/+1
* loader: implement proper 8 char tab stopsToomas Soome2019-05-091-4/+6
* loader.efi: fix EFI getchar() for multiple consolesToomas Soome2018-11-301-37/+103
* Remove bogus attempt to simulate scrolling. It's not needed and messesWarner Losh2018-07-171-7/+6
* loader consoles: Implement SGR 24, 25Kyle Evans2018-03-241-0/+4
* Loader consoles: Implement SGR 22, reset intensityKyle Evans2018-03-231-0/+3
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+518