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
/
efi_loader
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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_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: 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
1
-3
/
+3
*
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
1
-0
/
+10
*
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
*
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
*
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
2018-09-23
4
-4
/
+4
*
efi_loader: Pass address to fs_read()
Alexander Graf
2018-09-23
1
-1
/
+4
*
efi_loader: pass system table in loaded image protocol
Heinrich Schuchardt
2018-09-23
1
-0
/
+1
*
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-09-10
7
-14
/
+7
*
efi: Fix truncation of constant value
Eugeniu Rosca
2018-08-21
1
-4
/
+3
*
efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()
Heinrich Schuchardt
2018-08-21
1
-8
/
+14
*
efi_loader: document runtime functions
Heinrich Schuchardt
2018-08-20
1
-4
/
+149
*
efi_loader: update runtime services table crc32
Heinrich Schuchardt
2018-08-20
2
-12
/
+15
*
efi_loader: avoid NULL dereference in efi_get_memory_map()
Heinrich Schuchardt
2018-08-20
1
-1
/
+3
*
efi_loader: fix a parameter check at CreateEvent()
AKASHI Takahiro
2018-08-20
1
-1
/
+2
*
efi_loader: relocate pointer to tables
Heinrich Schuchardt
2018-08-20
1
-1
/
+8
*
Revert "efi_loader: efi_allocate_pages is too restrictive"
Stephen Warren
2018-08-20
1
-1
/
+1
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2018-07-30
8
-113
/
+241
|
\
|
*
efi_loader: complete implementation of GetTime()
Heinrich Schuchardt
2018-07-25
1
-12
/
+41
|
*
efi_loader: remove unused efi_get_time_init()
Heinrich Schuchardt
2018-07-25
1
-5
/
+0
|
*
efi_loader: update crc32 in InstallConfigurationTable
Heinrich Schuchardt
2018-07-25
1
-0
/
+3
|
*
efi_loader: correct signature of CalculateCrc32()
Heinrich Schuchardt
2018-07-25
1
-4
/
+4
|
*
efi_loader: allocate configuration table array
Heinrich Schuchardt
2018-07-25
1
-20
/
+19
|
*
efi_loader: calculate crc32 for EFI tables
Heinrich Schuchardt
2018-07-25
1
-4
/
+28
|
*
efi_loader: provide firmware revision
Heinrich Schuchardt
2018-07-25
2
-2
/
+6
|
*
efi_loader: correct headersize EFI tables
Heinrich Schuchardt
2018-07-25
2
-3
/
+3
|
*
efi_loader: specify UEFI spec revision
Heinrich Schuchardt
2018-07-25
2
-2
/
+4
|
*
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: set revision in loaded image protocol
Heinrich Schuchardt
2018-07-25
1
-0
/
+1
|
*
efi_loader: check map_key in ExitBootServices
Heinrich Schuchardt
2018-07-25
2
-1
/
+11
|
*
efi_loader: check parameters of GetMemoryMap
Heinrich Schuchardt
2018-07-25
1
-10
/
+15
|
*
efi_loader: check parameters in memory allocation
Heinrich Schuchardt
2018-07-25
1
-0
/
+6
|
*
efi_loader: check parameters of CreateEvent
Heinrich Schuchardt
2018-07-25
1
-3
/
+32
[prev]
[next]