index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_console.c
Age
Commit message (
Expand
)
Author
2018-06-03
efi_loader: Fix warning in raw/cols query
Alexander Graf
2018-06-03
efi_loader: avoid using unitialized values as console size
Heinrich Schuchardt
2018-06-03
efi_loader: always check parameters in efi_cout_query_mode()
Heinrich Schuchardt
2018-06-03
efi_loader: updating the cursor position
Heinrich Schuchardt
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2018-04-04
efi_loader: implement event groups
Heinrich Schuchardt
2018-04-04
efi_loader: correct input of special keys
Heinrich Schuchardt
2018-04-04
efi_loader: remove deprecated ConsoleControlProtocol
Heinrich Schuchardt
2018-01-22
efi_loader: add check_tpl parameter to efi_signal_event
Heinrich Schuchardt
2018-01-22
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
2017-12-01
efi_loader: efi_console: use helper functions
Heinrich Schuchardt
2017-10-12
efi_loader: console support for color attributes
Rob Clark
2017-10-09
efi_loader: use type bool for event states
Heinrich Schuchardt
2017-09-20
efi_loader: Some console improvements for vidconsole
Rob Clark
2017-09-20
efi_loader: Correctly figure out size for vidconsole
Rob Clark
2017-09-20
efi_loader: split out escape sequence based size query
Rob Clark
2017-09-18
efi_loader: implement queueing of the notification function
Heinrich Schuchardt
2017-09-12
lib: add some utf16 handling helpers
Rob Clark
2017-07-25
efi_loader: expose protocols via GUID
Rob Clark
2017-07-24
efi_console: use EFIAPI for callback functions
xypron.glpk@gmx.de
2017-07-19
efi_console: set up events
xypron.glpk@gmx.de
2016-11-14
efi_loader: console: Correctly report modes
Emmanuel Vadot
2016-03-15
efi_loader: Add console interface
Alexander Graf