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: Kconfig entries for GetTime(), SetTime()
Heinrich Schuchardt
2019-06-01
4
-15
/
+26
*
|
efi_loader: handling of daylight saving time
Heinrich Schuchardt
2019-05-31
1
-4
/
+5
*
|
efi_loader: check time in SetTime()
Heinrich Schuchardt
2019-05-31
1
-1
/
+25
*
|
efi_loader: correct UninstallProtocolInterface()
Heinrich Schuchardt
2019-05-31
1
-4
/
+0
*
|
efi_loader: avoid crash in OpenProtocol()
Heinrich Schuchardt
2019-05-31
1
-9
/
+17
*
|
efi_loader: correct OpenProtocol()
Heinrich Schuchardt
2019-05-31
1
-3
/
+11
*
|
efi_loader: registration key in LocateProtocol()
Heinrich Schuchardt
2019-05-31
1
-10
/
+39
*
|
efi_loader: factor out efi_check_register_notify_event()
Heinrich Schuchardt
2019-05-31
1
-8
/
+23
*
|
efi_loader: bootmgr: print a message when loading from BootNext failed
AKASHI Takahiro
2019-05-31
1
-1
/
+5
*
|
efi_loader: correct notification of protocol installation
Heinrich Schuchardt
2019-05-31
2
-21
/
+58
|
/
*
efi_loader: variable: attributes may not be changed if a variable exists
AKASHI Takahiro
2019-05-24
1
-2
/
+11
*
efi_loader: variable: return error for APPEND_WRITE
AKASHI Takahiro
2019-05-24
1
-1
/
+3
*
efi: selftest: APPEND_WRITE is not supported
AKASHI Takahiro
2019-05-24
1
-14
/
+14
*
efi_loader: DEL is an illegal file name character
Heinrich Schuchardt
2019-05-24
1
-1
/
+1
*
efi_loader: correct device path check
Heinrich Schuchardt
2019-05-24
1
-1
/
+4
*
efi_loader: return values of GetTime()
Heinrich Schuchardt
2019-05-24
1
-7
/
+7
*
efi_loader: implement SetTime
Heinrich Schuchardt
2019-05-24
2
-9
/
+120
*
fdtdec: Remove fdt_{addr,size}_unpack()
Thierry Reding
2019-05-21
2
-4
/
+12
*
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: GetNextMonotonicCount() check parameter
Heinrich Schuchardt
2019-05-19
1
-1
/
+8
*
efi_loader: parameter checks CalculateCrc32()
Heinrich Schuchardt
2019-05-19
1
-1
/
+8
*
efi_loader: check device path in InstallMultipleProtocolInterfaces
Heinrich Schuchardt
2019-05-19
1
-0
/
+12
*
efi_loader: implement deprecated Unicode collation protocol
Heinrich Schuchardt
2019-05-19
3
-1
/
+44
*
efi_loader: rename Unicode collation protocol 2 variables
Heinrich Schuchardt
2019-05-19
5
-10
/
+11
*
efi_loader: merge adjacent sprintf()
Heinrich Schuchardt
2019-05-19
1
-3
/
+2
*
efi_loader: parameter checks simple network protocol
Heinrich Schuchardt
2019-05-19
1
-3
/
+3
*
efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALL
Heinrich Schuchardt
2019-05-19
1
-5
/
+10
*
efi_loader: ACPI device node to text
Heinrich Schuchardt
2019-05-12
1
-3
/
+3
*
efi_loader: infinite recursion notifying events
Heinrich Schuchardt
2019-05-12
1
-1
/
+3
*
efi_loader: simplify efi_allocate_pages()
Heinrich Schuchardt
2019-05-12
1
-28
/
+15
*
efi_loader: AllocateAdress error handling
Heinrich Schuchardt
2019-05-12
1
-6
/
+13
*
efi_loader: out of resources in AllocatePages()
Heinrich Schuchardt
2019-05-12
1
-2
/
+2
*
efi_loader: check memory address before freeing
Heinrich Schuchardt
2019-05-12
1
-5
/
+47
*
efi_loader: error code in UninstallProtocolInterface()
Heinrich Schuchardt
2019-05-12
1
-1
/
+1
*
efi_loader: superfluous check in efi_remove_protocol()
Heinrich Schuchardt
2019-05-12
1
-2
/
+0
*
efi_loader: LocateDevicePath() incorrect parameter check
Heinrich Schuchardt
2019-05-12
1
-1
/
+5
*
efi_loader: fix typo in efi_locate_handle() comment
Heinrich Schuchardt
2019-05-12
1
-1
/
+1
*
efi_loader: make device path to text protocol customizable
Heinrich Schuchardt
2019-05-12
5
-3
/
+14
*
efi_loader: make Unicode collation protocol customizable
Heinrich Schuchardt
2019-05-12
4
-2
/
+16
*
efi_loader: reword the EFI_LOADER config option
Heinrich Schuchardt
2019-05-12
1
-5
/
+5
*
efi_loader: format Kconfig
Heinrich Schuchardt
2019-05-12
1
-21
/
+22
*
efi_loader: observe CONFIG_EFI_LOADER_HII
Heinrich Schuchardt
2019-05-12
1
-1
/
+1
*
efi_loader: signature of ExitBootServices()
Heinrich Schuchardt
2019-05-07
1
-2
/
+2
*
efi_loader: LoadImage() check source size
Heinrich Schuchardt
2019-05-07
1
-0
/
+4
*
efi_loader: LoadImage() check parent image
Heinrich Schuchardt
2019-05-07
2
-23
/
+32
*
efi_loader: HandleProtocol parameter checks
Heinrich Schuchardt
2019-05-07
1
-1
/
+8
*
efi_loader: use EFI_PRINT instead of debug
Heinrich Schuchardt
2019-05-07
1
-10
/
+7
*
efi_loader: CloseProtocol() requires valid agent handle
Heinrich Schuchardt
2019-05-07
1
-2
/
+5
*
efi_selftest: unit test for RegisterProtocolNotify()
Heinrich Schuchardt
2019-05-07
2
-0
/
+232
[prev]
[next]