summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)Author
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-23efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt
2021-01-23efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt
2020-12-31efi_loader: event queueingHeinrich Schuchardt
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt
2020-10-27efi_loader: Disable devices before handing over controlIlias Apalodimas
2020-10-27efi_loader: Sort header file orderingIlias Apalodimas
2020-09-14efi_loader: save global data pointer on RISC-VHeinrich Schuchardt
2020-09-06efi_loader: remove duplicate image size checkHeinrich Schuchardt
2020-07-22efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt
2020-07-11efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt
2020-01-15efi_loader: describe returning of controlHeinrich Schuchardt
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-09-20efi_loader: incorrect return value form DisconnectControllerHeinrich Schuchardt
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-07-30efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt
2019-07-16efi_loader: fix comments for efi_update_exit_data()Heinrich Schuchardt
2019-07-16efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt
2019-07-16efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt
2019-07-06efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt
2019-07-06efi_loader: remove superfluous spaces in commentsHeinrich Schuchardt
2019-06-20efi_loader: system table setupHeinrich Schuchardt
2019-06-14efi_loader: correct ExitBootServices()Heinrich Schuchardt
2019-06-14efi_loader: loaded images cannot be started twiceHeinrich Schuchardt
2019-06-14efi_loader: LoadImage must return EFI_NOT_FOUNDHeinrich Schuchardt
2019-06-14efi_loader: LoadImage w/o SourceBuffer and DevicePathHeinrich Schuchardt
2019-06-10efi_loader: implement event queueHeinrich Schuchardt
2019-06-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt
2019-06-10efi_loader: SignalEvent for event in signaled stateHeinrich Schuchardt
2019-06-10efi_loader: RegisterProtocolNotify event signalingHeinrich Schuchardt