summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/efi_boottime.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Clean up file size calculationsIlias Apalodimas2021-03-251-15/+1
* efi: Add ESRT to the EFI system tableJose Marinho2021-03-251-4/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt2021-01-231-1/+8
* efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt2021-01-231-4/+1
* efi_loader: event queueingHeinrich Schuchardt2020-12-311-1/+1
* efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-311-5/+12
* efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt2020-12-311-2/+2
* efi_loader: missing parentheses after ifHeinrich Schuchardt2020-12-311-1/+1
* efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2020-12-101-1/+1
* efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-101-1/+48
* efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt2020-12-101-9/+36
* efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt2020-12-101-7/+9
* efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2020-12-101-0/+3
* efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt2020-12-101-82/+82
* efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt2020-11-141-4/+9
* efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt2020-10-301-8/+11
* efi_loader: Disable devices before handing over controlIlias Apalodimas2020-10-271-0/+6
* efi_loader: Sort header file orderingIlias Apalodimas2020-10-271-4/+3
* efi_loader: save global data pointer on RISC-VHeinrich Schuchardt2020-09-141-9/+9
* efi_loader: remove duplicate image size checkHeinrich Schuchardt2020-09-061-4/+0
* efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt2020-07-221-5/+15
* efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt2020-07-111-4/+8
* efi_loader: allow compiling with clangHeinrich Schuchardt2020-06-031-5/+5
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-161-2/+8
* efi_loader: export a couple of protocol related functionsAKASHI Takahiro2020-03-171-8/+8
* efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt2020-03-111-1/+1
* efi_loader: describe returning of controlHeinrich Schuchardt2020-01-151-4/+4
* efi_loader: Add guidcpy functionSughosh Ganu2020-01-071-2/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* efi_loader: incorrect return value form DisconnectControllerHeinrich Schuchardt2019-09-201-12/+14
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt2019-07-301-15/+13
* efi_loader: fix comments for efi_update_exit_data()Heinrich Schuchardt2019-07-161-3/+3
* efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt2019-07-161-3/+4
* efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2019-07-161-6/+19
* efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt2019-07-061-0/+3
* efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt2019-07-061-1/+2
* efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt2019-07-061-4/+9
* efi_loader: remove superfluous spaces in commentsHeinrich Schuchardt2019-07-061-4/+4
* efi_loader: system table setupHeinrich Schuchardt2019-06-201-5/+5
* efi_loader: correct ExitBootServices()Heinrich Schuchardt2019-06-141-5/+8
* efi_loader: loaded images cannot be started twiceHeinrich Schuchardt2019-06-141-0/+3
* efi_loader: LoadImage must return EFI_NOT_FOUNDHeinrich Schuchardt2019-06-141-1/+1
* efi_loader: LoadImage w/o SourceBuffer and DevicePathHeinrich Schuchardt2019-06-141-11/+4
* efi_loader: implement event queueHeinrich Schuchardt2019-06-101-26/+68
* efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt2019-06-101-18/+24