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: describe term_get_char()
Heinrich Schuchardt
2023-03-13
1
-0
/
+8
*
efi_loader: static functions in efi_console.c
Heinrich Schuchardt
2023-02-10
1
-1
/
+1
*
efi_loader: Avoid overwriting previous outputs on console screen clearing
Jan Kiszka
2023-01-20
1
-1
/
+12
*
efi_loader: Set default console colors on efi_cout_clear_screen if needed
Jan Kiszka
2023-01-20
1
-0
/
+6
*
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Simon Glass
2022-10-30
1
-1
/
+1
*
efi_loader: avoid EFI_CALL() when draining console
Heinrich Schuchardt
2022-10-16
1
-3
/
+1
*
efi_loader: avoid EFI_CALL() for clearing screen
Heinrich Schuchardt
2022-10-16
1
-9
/
+17
*
efi_loader: define internal implementations of install/uninstallmultiple
Ilias Apalodimas
2022-10-06
1
-6
/
+8
*
Merge branch 'master' into next
Tom Rini
2022-09-19
1
-0
/
+5
|
\
|
*
efi_loader: support CTRL+\ - CTRL+_
Heinrich Schuchardt
2022-09-03
1
-0
/
+4
|
*
efi_loader: compliance Simple Text Input Ex Protocol
Heinrich Schuchardt
2022-09-03
1
-0
/
+1
*
|
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
2022-09-14
1
-0
/
+70
|
/
*
efi_loader: initialize console size late
Heinrich Schuchardt
2022-06-19
1
-7
/
+13
*
efi_loader: reset colors before clearing screen
Heinrich Schuchardt
2022-05-03
1
-2
/
+2
*
efi_loader: add handle for UART
Heinrich Schuchardt
2022-02-05
1
-27
/
+25
*
efi_loader: missing parentheses in query_console_size
Heinrich Schuchardt
2021-07-02
1
-1
/
+1
*
efi_loader: NULL dereference in EFI console
Heinrich Schuchardt
2021-03-19
1
-13
/
+38
*
efi_loader: console size of vidconsole
Heinrich Schuchardt
2021-03-07
1
-1
/
+1
*
efi_loader: typedef efi_string_t text output protocol
Heinrich Schuchardt
2021-01-13
1
-3
/
+3
*
efi_loader: escape key handling
Heinrich Schuchardt
2020-12-29
1
-0
/
+12
*
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
1
-10
/
+10
*
efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
Heinrich Schuchardt
2020-06-05
1
-9
/
+115
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
efi_loader: clear screen should move cursor to home
Heinrich Schuchardt
2020-01-07
1
-1
/
+15
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
doc: UEFI API documentation
Heinrich Schuchardt
2019-09-05
1
-5
/
+6
*
efi_loader: do not set invalid screen mode
Heinrich Schuchardt
2019-09-05
1
-0
/
+4
*
efi_loader: cursor positioning
Heinrich Schuchardt
2019-09-05
1
-5
/
+13
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
efi_loader: console incorrectly advertised left logo key
Heinrich Schuchardt
2019-06-20
1
-3
/
+1
*
efi_loader: alternative scan codes for F5, END, HOME
Heinrich Schuchardt
2019-06-20
1
-8
/
+14
*
efi_loader: fix SetAttribute()
Heinrich Schuchardt
2019-06-14
1
-0
/
+2
*
efi_loader: fix SetMode()
Heinrich Schuchardt
2019-06-14
1
-17
/
+14
*
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
2019-06-10
1
-2
/
+2
*
efi_loader: fix EnableCursor()
Heinrich Schuchardt
2019-06-04
1
-0
/
+1
*
efi_loader: parameter check OutputString
Heinrich Schuchardt
2019-05-19
1
-0
/
+5
*
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter
Heinrich Schuchardt
2019-05-19
1
-3
/
+3
*
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
[next]