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: fix SetAttribute()
Heinrich Schuchardt
2019-06-14
1
-0
/
+2
*
efi_loader: fix SetMode()
Heinrich Schuchardt
2019-06-14
1
-17
/
+14
*
efi_loader: GetTime() must return EFI_UNSUPPORTED
Heinrich Schuchardt
2019-06-14
1
-2
/
+1
*
efi_loader: add RuntimeServicesSupported variable
AKASHI Takahiro
2019-06-14
2
-0
/
+29
*
efi_loader: parameter checks SetVariable()
Heinrich Schuchardt
2019-06-14
1
-1
/
+3
*
efi_loader: legal characters in StrToFat()
Heinrich Schuchardt
2019-06-14
1
-2
/
+2
*
efi_loader: MetaiMatch() must be case insensitive
Heinrich Schuchardt
2019-06-14
1
-24
/
+41
*
efi_loader: AllocatePages() must accept addr == 0
Heinrich Schuchardt
2019-06-14
1
-3
/
+3
*
efi_loader: correct ExitBootServices()
Heinrich Schuchardt
2019-06-14
1
-5
/
+8
*
efi_loader: loaded images cannot be started twice
Heinrich Schuchardt
2019-06-14
1
-0
/
+3
*
efi_loader: LoadImage must return EFI_NOT_FOUND
Heinrich Schuchardt
2019-06-14
1
-1
/
+1
*
efi_loader: LoadImage w/o SourceBuffer and DevicePath
Heinrich Schuchardt
2019-06-14
1
-11
/
+4
*
Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efi
Tom Rini
2019-06-12
5
-49
/
+99
|
\
|
*
efi_loader: implement event queue
Heinrich Schuchardt
2019-06-10
1
-26
/
+68
|
*
efi_selftest: correct event group test
Heinrich Schuchardt
2019-06-10
1
-5
/
+4
|
*
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
2019-06-10
4
-22
/
+28
|
*
efi_loader: SignalEvent for event in signaled state
Heinrich Schuchardt
2019-06-10
1
-0
/
+2
|
*
efi_loader: RegisterProtocolNotify event signaling
Heinrich Schuchardt
2019-06-10
1
-0
/
+1
*
|
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
2019-06-08
2
-0
/
+52
|
\
\
|
|
/
|
/
|
|
*
lib: Implement strndup()
Thierry Reding
2019-06-05
1
-0
/
+23
|
*
fdtdec: Add fdtdec_set_ethernet_mac_address()
Thierry Reding
2019-06-05
1
-0
/
+29
*
|
lib/vsprintf: allow printing upper case GUIDs
Heinrich Schuchardt
2019-06-07
2
-12
/
+20
*
|
Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efi
Tom Rini
2019-06-05
6
-10
/
+74
|
\
\
|
|
/
|
/
|
|
*
efi_loader: bootmgr: make BootNext non-volatile
AKASHI Takahiro
2019-06-04
1
-1
/
+2
|
*
efi_loader: variable: support non-volatile attribute
AKASHI Takahiro
2019-06-04
1
-3
/
+9
|
*
efi_loader: notify memory map changes
Heinrich Schuchardt
2019-06-04
1
-0
/
+11
|
*
efi_loader: bootmgr: print a message when loading from BootNext failed
AKASHI Takahiro
2019-06-04
1
-1
/
+5
|
*
efi_loader: close protocols in UnloadImage()
Heinrich Schuchardt
2019-06-04
1
-2
/
+36
|
*
efi_loader: fix EnableCursor()
Heinrich Schuchardt
2019-06-04
1
-0
/
+1
|
*
efi_loader: check timer events in Stall()
Heinrich Schuchardt
2019-06-04
1
-1
/
+7
|
*
lib: time: export usec_to_tick()
Heinrich Schuchardt
2019-06-04
1
-1
/
+1
|
*
efi_loader: DisconnectController() with no driver
Heinrich Schuchardt
2019-06-04
1
-2
/
+7
*
|
efi_selftest: unit test for OpenProtocolInformation()
Heinrich Schuchardt
2019-06-01
2
-0
/
+206
*
|
efi_loader: CloseProtocol() fix open protocol information
Heinrich Schuchardt
2019-06-01
1
-1
/
+0
*
|
efi_loader: open protocol information
Heinrich Schuchardt
2019-06-01
1
-1
/
+2
*
|
efi_loader: correct HandleProtocol()
Heinrich Schuchardt
2019-06-01
1
-1
/
+1
*
|
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
[next]