index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
console.c
Age
Commit message (
Expand
)
Author
2025-01-15
Backport EFI_HTTP_ERROR status code
Dan Nicholson
2023-06-21
Rename 'msecs' to 'usecs' to avoid potential confusion
Kamil Aronowski
2023-06-21
Skip testing msleep()
Kamil Aronowski
2022-05-17
shim: use SHIM_DEVEL_VERBOSE when built in devel mode
Peter Jones
2022-05-17
Use ASCII as fallback if Unicode Box Drawing characters fail
Tony Persson
2022-03-30
MokManager: removed Locate graphic output protocol fail error message
Lee, Chun-Yi
2021-10-12
console: add a clear_screen() primitive
Peter Jones
2021-10-12
console: check that ST->ConIn and ST->ConOut are non-NULL
Peter Jones
2021-09-07
shim/mm/fb: move global state to its own source file
Peter Jones
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-03-12
More va_* work
Peter Jones
2021-03-10
Fix stdarg to work the same everywhere.
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-03-09
Don't use WCHAR even when we're assigning wide string literals
Peter Jones
2021-02-16
console: Fix a typo in the EFI warning list in gnu-efi
Peter Jones
2021-02-16
lib: move print_crypto_errors() out of console.c
Gary Lin
2021-02-16
Make sure MIN() and MAX() are always defined.
Peter Jones
2021-02-16
SPDX: Clarify the attribution for James's lib/ code
Peter Jones
2020-07-23
MokManager: console mode modification for hi-dpi screen devices
Ivan Hu
2018-04-05
Fix get_variable() usage in setup_verbosity()
Peter Jones
2018-04-05
Make setup_console(-1) do GetMode() and call it from setup_verbosity()
Peter Jones
2018-03-13
console: Fix indentation
Hans de Goede
2018-03-12
console: Do not set EFI console to textmode until something is printed
Hans de Goede
2018-03-12
console: Move setup_console() definition to higher in the file
Hans de Goede
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
lib: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
Get rid of all the places we cast to (CHAR16 *[])
Peter Jones
2018-03-12
Fix some "if (x < 0)" tests where x is UINTN.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
Move 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-31
Add a mechanism to print openssl errors
Peter Jones
2017-08-31
Make msleep() be a thing
Peter Jones
2015-06-29
More incorrect unsigned vs signed fixups from yours truly.
Peter Jones
2015-06-16
Fix console_print_box*() parameters.
Peter Jones
2015-04-13
Make lib/ build right with the cflags it should be using...
Peter Jones
2014-12-11
Add nostdinc to the CFLAGS for lib
Gary Ching-Pang Lin
2014-06-25
Remove the duplicate calls in lib/console.c
Gary Ching-Pang Lin
2014-06-25
MokManager: handle the error status from ReadKeyStroke
Gary Ching-Pang Lin
2013-10-04
Put SHIM_VERBOSE under shim's guid, not global.
Peter Jones
2013-10-04
Try to actually make debug printing look reasonable.
Peter Jones
2013-10-03
Add ident-like blobs to shim.efi for version checking.
Peter Jones
2013-10-01
Merge console_control.h and console.h
Peter Jones
2013-09-26
Port MokManager to Linux Foundation loader UI code
Matthew Garrett