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: delete handle from events when a protocol is uninstalled
Ilias Apalodimas
2023-08-27
1
-24
/
+65
*
efi_loader: make efi_delete_handle() follow the EFI spec
Ilias Apalodimas
2023-07-28
1
-6
/
+14
*
efi_loader: make efi_remove_protocol() static
Ilias Apalodimas
2023-07-20
1
-3
/
+3
*
efi_loader: simplify efi_uninstall_protocol()
Heinrich Schuchardt
2023-07-20
1
-8
/
+1
*
efi_loader: fix the return codes of UninstallProtocol
Ilias Apalodimas
2023-07-15
1
-0
/
+2
*
efi_loader: check the status of disconnected drivers
Ilias Apalodimas
2023-07-15
1
-2
/
+8
*
efi_loader: reconnect drivers on failure
Ilias Apalodimas
2023-07-15
1
-5
/
+26
*
efi: loader: Make efi_event_queue and efi_register_notify_events static
Bin Meng
2023-04-08
1
-2
/
+2
*
efi_loader: static functions in efi_boottime.c
Heinrich Schuchardt
2023-02-10
1
-2
/
+4
*
efi_loader: don't use HandleProtocol
Heinrich Schuchardt
2023-01-27
1
-2
/
+3
*
efi_loader: populate console handles in system table
Heinrich Schuchardt
2023-01-04
1
-0
/
+3
*
efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...
Ilias Apalodimas
2022-11-16
1
-1
/
+1
*
efi_loader: internal CloseProtocol
Heinrich Schuchardt
2022-10-10
1
-33
/
+57
*
efi_loader: define internal implementations of install/uninstallmultiple
Ilias Apalodimas
2022-10-06
1
-55
/
+159
*
Merge branch 'master' into next
Tom Rini
2022-09-19
1
-2
/
+7
|
\
|
*
lib: efi_loader: don't delete invalid handles
Etienne Carriere
2022-09-09
1
-2
/
+7
*
|
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-18
1
-2
/
+2
*
|
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
2022-09-14
1
-20
/
+32
|
/
*
efi_loader: export efi_locate_device_handle()
AKASHI Takahiro
2022-05-03
1
-4
/
+3
*
efi_loader: support booting via short-form device-path
Heinrich Schuchardt
2022-03-20
1
-10
/
+10
*
efi_loader: efi_dp_find_obj() add protocol check
Heinrich Schuchardt
2022-03-20
1
-1
/
+1
*
efi_loader: copy GUID in InstallProtocolInterface()
Heinrich Schuchardt
2022-03-12
1
-7
/
+7
*
efi_loader: use %zu not %zd to print efi_uintn_t
Heinrich Schuchardt
2022-02-05
1
-3
/
+3
*
efi: Use 16-bit unicode strings
Simon Glass
2022-02-03
1
-1
/
+1
*
efi_loader: use %pUs for printing GUIDs
Heinrich Schuchardt
2022-01-19
1
-13
/
+13
*
efi_loader: correctly handle no tpm device error
Masahisa Kojima
2021-12-09
1
-3
/
+6
*
efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services
Tom Rini
2021-11-26
1
-3
/
+1
*
efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES
Heinrich Schuchardt
2021-11-20
1
-0
/
+13
*
efi_loader: add UEFI GPT measurement
Masahisa Kojima
2021-10-26
1
-1
/
+1
*
efi_loader: add SMBIOS table measurement
Masahisa Kojima
2021-10-26
1
-0
/
+2
*
efi_loader: add missing const qualifier
Masahisa Kojima
2021-10-25
1
-2
/
+3
*
efi_loader: add ExitBootServices() measurement
Masahisa Kojima
2021-08-14
1
-0
/
+5
*
efi_loader: add boot variable measurement
Masahisa Kojima
2021-08-14
1
-0
/
+20
*
efi_loader: remove asm/setjmp.h from efi_api.h
AKASHI Takahiro
2021-07-24
1
-0
/
+1
*
efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent
Heinrich Schuchardt
2021-06-28
1
-1
/
+0
*
efi_loader: Clean up file size calculations
Ilias Apalodimas
2021-03-25
1
-15
/
+1
*
efi: Add ESRT to the EFI system table
Jose Marinho
2021-03-25
1
-4
/
+3
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
efi_loader: notification with TPL_APPLICATION not allowed
Heinrich Schuchardt
2021-01-23
1
-1
/
+8
*
efi_loader: fix efi_load_image_from_path()
Heinrich Schuchardt
2021-01-23
1
-4
/
+1
*
efi_loader: event queueing
Heinrich Schuchardt
2020-12-31
1
-1
/
+1
*
efi_loader: use after free in efi_exit()
Heinrich Schuchardt
2020-12-31
1
-5
/
+12
*
efi_loader: efi_signal_event() fix comment typos
Heinrich Schuchardt
2020-12-31
1
-2
/
+2
*
efi_loader: missing parentheses after if
Heinrich Schuchardt
2020-12-31
1
-1
/
+1
*
efi_loader: make efi_protocol_open() non-static
Heinrich Schuchardt
2020-12-10
1
-1
/
+1
*
efi_loader: support EFI_LOAD_FILE_PROTOCOL
Heinrich Schuchardt
2020-12-10
1
-1
/
+48
*
efi_loader: carve out efi_load_image_from_file()
Heinrich Schuchardt
2020-12-10
1
-9
/
+36
*
efi_loader: pass boot_policy to efi_load_image_from_path
Heinrich Schuchardt
2020-12-10
1
-7
/
+9
*
efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
Heinrich Schuchardt
2020-12-10
1
-0
/
+3
*
efi_loader: resequence functions in efi_boottime.c
Heinrich Schuchardt
2020-12-10
1
-82
/
+82
[next]