index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
2018-09-23
2
-58
/
+57
*
efi_loader: Disable efi selftest on sandbox for now
Alexander Graf
2018-09-23
1
-1
/
+1
*
efi_loader: remove efi_exit_caches()
Heinrich Schuchardt
2018-09-23
1
-28
/
+0
*
efi_loader: remove redundant statement
Heinrich Schuchardt
2018-09-23
1
-1
/
+9
*
efi_loader: create root node
Heinrich Schuchardt
2018-09-23
4
-22
/
+80
*
efi_loader: avoid out of bound access in efi_get_variable()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_driver: convert function descriptions to Sphinx style
Heinrich Schuchardt
2018-09-23
1
-32
/
+54
*
efi_loader: query serial console size reliably
Heinrich Schuchardt
2018-09-23
1
-13
/
+37
*
efi_loader: Merge memory map entries
Alexander Graf
2018-09-23
1
-0
/
+45
*
efi_selftest: missing braces in efi_selftest_textinputex.c
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: check parameter new_handle of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: terminal left upper corner is [1, 1]
Heinrich Schuchardt
2018-09-23
1
-3
/
+21
*
efi_loader: more debug info for efi_file_getinfo()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi: Correct the operation of efi_file_write()
Simon Glass
2018-09-23
1
-4
/
+2
*
efi: sandbox: Enable EFI loader build for sandbox
Simon Glass
2018-09-23
1
-1
/
+1
*
efi_loader: loosen check of parameters of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-1
/
+10
*
efi_loader: provide description of file_open()
Heinrich Schuchardt
2018-09-23
1
-2
/
+12
*
efi_loader: check parameters of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-4
/
+26
*
efi_selftest: test key notification functions
Heinrich Schuchardt
2018-09-23
1
-7
/
+66
*
efi_loader: implement key notify functions
Heinrich Schuchardt
2018-09-23
1
-3
/
+98
*
efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
2018-09-23
2
-0
/
+140
*
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_selftest: use WaitForKey to test text input
Heinrich Schuchardt
2018-09-23
1
-3
/
+24
*
efi_loader: rework event handling for console
Heinrich Schuchardt
2018-09-23
1
-38
/
+137
*
efi_selftest: refactor text input test
Heinrich Schuchardt
2018-09-23
2
-107
/
+95
*
efi_loader: support Unicode text input
Heinrich Schuchardt
2018-09-23
2
-54
/
+96
*
efi_loader: implement a file delete
AKASHI Takahiro
2018-09-23
1
-1
/
+13
*
efi_loader: file: support creating a directory
AKASHI Takahiro
2018-09-23
1
-4
/
+10
*
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
2
-4
/
+4
*
efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL
Heinrich Schuchardt
2018-09-23
2
-0
/
+261
*
efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
Heinrich Schuchardt
2018-09-23
3
-3
/
+347
*
lib: charset: upper/lower case conversion
Heinrich Schuchardt
2018-09-23
2
-0
/
+57
*
efi_loader: Add console handle references to in/out/err
Alexander Graf
2018-09-23
1
-0
/
+6
*
efi_loader: use correct documentation style
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: description efi_update_capsule()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: fix typos in efi_runtime.c
Heinrich Schuchardt
2018-09-23
1
-7
/
+8
*
efi_loader: fix typos in efi_boottime.c
Heinrich Schuchardt
2018-09-23
1
-21
/
+21
*
Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""
Stephen Warren
2018-09-23
1
-1
/
+1
*
lib: charset: remove obsolete functions
Heinrich Schuchardt
2018-09-23
1
-79
/
+0
*
efi_loader: don't use unlimited stack as buffer
Heinrich Schuchardt
2018-09-23
1
-7
/
+13
*
efi_loader: remove limit on variable length
Heinrich Schuchardt
2018-09-23
1
-22
/
+30
*
lib: vsprintf: correct printing of Unicode strings
Heinrich Schuchardt
2018-09-23
1
-9
/
+4
*
test: unit tests for Unicode functions
Heinrich Schuchardt
2018-09-23
1
-1
/
+3
*
lib: charset: utility functions for Unicode
Heinrich Schuchardt
2018-09-23
1
-3
/
+233
*
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
2018-09-23
6
-8
/
+12
*
lib: build charset.o only if needed
Heinrich Schuchardt
2018-09-23
2
-5
/
+12
*
vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)
Heinrich Schuchardt
2018-09-23
1
-4
/
+4
*
efi_loader: Pass address to fs_read()
Alexander Graf
2018-09-23
1
-1
/
+4
[next]