index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: correct CTRL-A - CTRL-Z console input
Heinrich Schuchardt
2019-04-07
1
-0
/
+17
*
efi_loader: Fix serial console size detection
Matthias Brugger
2019-03-10
1
-27
/
+35
*
efi_loader: fix typos
Heinrich Schuchardt
2018-12-02
1
-2
/
+2
*
efi_loader: eliminate handle member
Heinrich Schuchardt
2018-12-02
1
-10
/
+10
*
efi_loader: return type efi_console_register()
Heinrich Schuchardt
2018-10-16
1
-1
/
+3
*
efi_loader: query serial console size reliably
Heinrich Schuchardt
2018-09-23
1
-13
/
+37
*
efi_loader: terminal left upper corner is [1, 1]
Heinrich Schuchardt
2018-09-23
1
-3
/
+21
*
efi_loader: implement key notify functions
Heinrich Schuchardt
2018-09-23
1
-3
/
+98
*
efi_loader: support modifiers for F1 - F4
Heinrich Schuchardt
2018-09-23
1
-25
/
+39
*
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-22
/
+231
*
efi_loader: rework event handling for console
Heinrich Schuchardt
2018-09-23
1
-38
/
+137
*
efi_loader: support Unicode text input
Heinrich Schuchardt
2018-09-23
1
-6
/
+7
*
efi_loader: typos in efi_console.c
Heinrich Schuchardt
2018-09-23
1
-4
/
+4
*
efi_loader: struct efi_simple_text_input_protocol
Heinrich Schuchardt
2018-09-23
1
-3
/
+3
*
efi_loader: Add console handle references to in/out/err
Alexander Graf
2018-09-23
1
-0
/
+6
*
efi_loader: don't use unlimited stack as buffer
Heinrich Schuchardt
2018-09-23
1
-7
/
+13
*
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()
Heinrich Schuchardt
2018-08-21
1
-8
/
+14
*
efi_loader: clear screen has to reset cursor position
Heinrich Schuchardt
2018-07-25
1
-0
/
+2
*
efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()
Heinrich Schuchardt
2018-07-25
1
-1
/
+6
*
efi_loader: Fix warning in raw/cols query
Alexander Graf
2018-06-03
1
-1
/
+1
*
efi_loader: avoid using unitialized values as console size
Heinrich Schuchardt
2018-06-03
1
-2
/
+12
*
efi_loader: always check parameters in efi_cout_query_mode()
Heinrich Schuchardt
2018-06-03
1
-42
/
+48
*
efi_loader: updating the cursor position
Heinrich Schuchardt
2018-06-03
1
-8
/
+19
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
efi_loader: implement event groups
Heinrich Schuchardt
2018-04-04
1
-3
/
+3
*
efi_loader: correct input of special keys
Heinrich Schuchardt
2018-04-04
1
-10
/
+94
*
efi_loader: remove deprecated ConsoleControlProtocol
Heinrich Schuchardt
2018-04-04
1
-46
/
+0
*
efi_loader: add check_tpl parameter to efi_signal_event
Heinrich Schuchardt
2018-01-22
1
-3
/
+11
*
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
2018-01-22
1
-3
/
+3
*
efi_loader: efi_console: use helper functions
Heinrich Schuchardt
2017-12-01
1
-13
/
+35
*
efi_loader: console support for color attributes
Rob Clark
2017-10-12
1
-2
/
+25
*
efi_loader: use type bool for event states
Heinrich Schuchardt
2017-10-09
1
-1
/
+1
*
efi_loader: Some console improvements for vidconsole
Rob Clark
2017-09-20
1
-23
/
+35
*
efi_loader: Correctly figure out size for vidconsole
Rob Clark
2017-09-20
1
-1
/
+15
*
efi_loader: split out escape sequence based size query
Rob Clark
2017-09-20
1
-23
/
+30
*
efi_loader: implement queueing of the notification function
Heinrich Schuchardt
2017-09-18
1
-1
/
+3
*
lib: add some utf16 handling helpers
Rob Clark
2017-09-12
1
-14
/
+3
*
efi_loader: expose protocols via GUID
Rob Clark
2017-07-25
1
-0
/
+14
*
efi_console: use EFIAPI for callback functions
xypron.glpk@gmx.de
2017-07-24
1
-2
/
+3
*
efi_console: set up events
xypron.glpk@gmx.de
2017-07-19
1
-1
/
+39
*
efi_loader: console: Correctly report modes
Emmanuel Vadot
2016-11-14
1
-16
/
+84
*
efi_loader: Add console interface
Alexander Graf
2016-03-15
1
-0
/
+360