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_boottime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: describe returning of control
Heinrich Schuchardt
2020-01-15
1
-4
/
+4
*
efi_loader: Add guidcpy function
Sughosh Ganu
2020-01-07
1
-2
/
+2
*
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
1
-0
/
+1
*
efi_loader: incorrect return value form DisconnectController
Heinrich Schuchardt
2019-09-20
1
-12
/
+14
*
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
1
-1
/
+0
*
efi_loader: re-enable GRUB workaround on 32bit ARM
Heinrich Schuchardt
2019-07-30
1
-15
/
+13
*
efi_loader: fix comments for efi_update_exit_data()
Heinrich Schuchardt
2019-07-16
1
-3
/
+3
*
efi_loader: fix function comments in efi_boottime.c
Heinrich Schuchardt
2019-07-16
1
-3
/
+4
*
efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
Heinrich Schuchardt
2019-07-16
1
-6
/
+19
*
efi_loader: detach runtime in ExitBootServices()
Heinrich Schuchardt
2019-07-06
1
-0
/
+3
*
efi_loader: let the variable driver patch out the runtime
Heinrich Schuchardt
2019-07-06
1
-1
/
+2
*
efi_loader: remove NULL entries from runtime detach list
Heinrich Schuchardt
2019-07-06
1
-4
/
+9
*
efi_loader: remove superfluous spaces in comments
Heinrich Schuchardt
2019-07-06
1
-4
/
+4
*
efi_loader: system table setup
Heinrich Schuchardt
2019-06-20
1
-5
/
+5
*
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
*
efi_loader: implement event queue
Heinrich Schuchardt
2019-06-10
1
-26
/
+68
*
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
2019-06-10
1
-18
/
+24
*
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 tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efi
Tom Rini
2019-06-05
1
-5
/
+50
|
\
|
*
efi_loader: close protocols in UnloadImage()
Heinrich Schuchardt
2019-06-04
1
-2
/
+36
|
*
efi_loader: check timer events in Stall()
Heinrich Schuchardt
2019-06-04
1
-1
/
+7
|
*
efi_loader: DisconnectController() with no driver
Heinrich Schuchardt
2019-06-04
1
-2
/
+7
*
|
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: 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: correct notification of protocol installation
Heinrich Schuchardt
2019-05-31
1
-13
/
+45
|
/
*
efi_loader: correct device path check
Heinrich Schuchardt
2019-05-24
1
-1
/
+4
*
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: infinite recursion notifying events
Heinrich Schuchardt
2019-05-12
1
-1
/
+3
*
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: 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
1
-1
/
+6
*
efi_loader: HandleProtocol parameter checks
Heinrich Schuchardt
2019-05-07
1
-1
/
+8
[next]