summaryrefslogtreecommitdiff
path: root/lib/console.c
AgeCommit message (Expand)Author
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