summaryrefslogtreecommitdiff
path: root/lib/console.c
AgeCommit message (Expand)Author
2025-01-15Backport EFI_HTTP_ERROR status codeDan Nicholson
2023-06-21Rename 'msecs' to 'usecs' to avoid potential confusionKamil Aronowski
2023-06-21Skip testing msleep()Kamil Aronowski
2022-05-17shim: use SHIM_DEVEL_VERBOSE when built in devel modePeter Jones
2022-05-17Use ASCII as fallback if Unicode Box Drawing characters failTony Persson
2022-03-30MokManager: removed Locate graphic output protocol fail error messageLee, Chun-Yi
2021-10-12console: add a clear_screen() primitivePeter Jones
2021-10-12console: check that ST->ConIn and ST->ConOut are non-NULLPeter Jones
2021-09-07shim/mm/fb: move global state to its own source filePeter Jones
2021-09-07cleanup: always use BS and RT, not gBS and gRTPeter Jones
2021-03-12More va_* workPeter Jones
2021-03-10Fix stdarg to work the same everywhere.Peter Jones
2021-03-10Restructure our includes.Peter Jones
2021-03-09Don't use WCHAR even when we're assigning wide string literalsPeter Jones
2021-02-16console: Fix a typo in the EFI warning list in gnu-efiPeter Jones
2021-02-16lib: move print_crypto_errors() out of console.cGary Lin
2021-02-16Make sure MIN() and MAX() are always defined.Peter Jones
2021-02-16SPDX: Clarify the attribution for James's lib/ codePeter Jones
2020-07-23MokManager: console mode modification for hi-dpi screen devicesIvan Hu
2018-04-05Fix get_variable() usage in setup_verbosity()Peter Jones
2018-04-05Make setup_console(-1) do GetMode() and call it from setup_verbosity()Peter Jones
2018-03-13console: Fix indentationHans de Goede
2018-03-12console: Do not set EFI console to textmode until something is printedHans de Goede
2018-03-12console: Move setup_console() definition to higher in the fileHans de Goede
2018-03-12console: Add console_print and console_print_at helpersHans de Goede
2018-03-12Don't use uefi_call_wrapper(), ever.Peter Jones
2018-03-12lib: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.Peter Jones
2018-03-12Get rid of all the places we cast to (CHAR16 *[])Peter Jones
2018-03-12Fix some "if (x < 0)" tests where x is UINTN.Peter Jones
2018-03-12Don't have tons of local guid definitions for no reason at all.Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2017-12-19"in_protocol" is used in more than shim.o; make it not static.Peter Jones
2017-08-31Add a mechanism to print openssl errorsPeter Jones
2017-08-31Make msleep() be a thingPeter Jones
2015-06-29More incorrect unsigned vs signed fixups from yours truly.Peter Jones
2015-06-16Fix console_print_box*() parameters.Peter Jones
2015-04-13Make lib/ build right with the cflags it should be using...Peter Jones
2014-12-11Add nostdinc to the CFLAGS for libGary Ching-Pang Lin
2014-06-25Remove the duplicate calls in lib/console.cGary Ching-Pang Lin
2014-06-25MokManager: handle the error status from ReadKeyStrokeGary Ching-Pang Lin
2013-10-04Put SHIM_VERBOSE under shim's guid, not global.Peter Jones
2013-10-04Try to actually make debug printing look reasonable.Peter Jones
2013-10-03Add ident-like blobs to shim.efi for version checking.Peter Jones
2013-10-01Merge console_control.h and console.hPeter Jones
2013-09-26Port MokManager to Linux Foundation loader UI codeMatthew Garrett