summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-1/+1
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt1-1/+48
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt1-9/+36
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt1-7/+9
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt1-0/+3
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt1-82/+82
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt1-4/+9
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt1-8/+11
2020-10-27efi_loader: Disable devices before handing over controlIlias Apalodimas1-0/+6
2020-10-27efi_loader: Sort header file orderingIlias Apalodimas1-4/+3
2020-09-15efi_loader: save global data pointer on RISC-VHeinrich Schuchardt1-9/+9
2020-09-06efi_loader: remove duplicate image size checkHeinrich Schuchardt1-4/+0
2020-07-22efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt1-5/+15
2020-07-12efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt1-4/+8
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt1-5/+5
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro1-2/+8
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro1-8/+8
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt1-1/+1
2020-01-15efi_loader: describe returning of controlHeinrich Schuchardt1-4/+4
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu1-2/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-09-20efi_loader: incorrect return value form DisconnectControllerHeinrich Schuchardt1-12/+14
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-07-30efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt1-15/+13
2019-07-17efi_loader: fix comments for efi_update_exit_data()Heinrich Schuchardt1-3/+3
2019-07-17efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt1-3/+4
2019-07-17efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt1-6/+19
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt1-0/+3
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt1-1/+2
2019-07-06efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt1-4/+9
2019-07-06efi_loader: remove superfluous spaces in commentsHeinrich Schuchardt1-4/+4
2019-06-21efi_loader: system table setupHeinrich Schuchardt1-5/+5
2019-06-14efi_loader: correct ExitBootServices()Heinrich Schuchardt1-5/+8
2019-06-14efi_loader: loaded images cannot be started twiceHeinrich Schuchardt1-0/+3
2019-06-14efi_loader: LoadImage must return EFI_NOT_FOUNDHeinrich Schuchardt1-1/+1
2019-06-14efi_loader: LoadImage w/o SourceBuffer and DevicePathHeinrich Schuchardt1-11/+4
2019-06-11efi_loader: implement event queueHeinrich Schuchardt1-26/+68
2019-06-11efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt1-18/+24
2019-06-11efi_loader: SignalEvent for event in signaled stateHeinrich Schuchardt1-0/+2
2019-06-11efi_loader: RegisterProtocolNotify event signalingHeinrich Schuchardt1-0/+1
2019-06-05Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efiTom Rini1-5/+50
2019-06-04efi_loader: close protocols in UnloadImage()Heinrich Schuchardt1-2/+36
2019-06-04efi_loader: check timer events in Stall()Heinrich Schuchardt1-1/+7
2019-06-04efi_loader: DisconnectController() with no driverHeinrich Schuchardt1-2/+7
2019-06-01efi_loader: CloseProtocol() fix open protocol informationHeinrich Schuchardt1-1/+0
2019-06-01efi_loader: open protocol informationHeinrich Schuchardt1-1/+2
2019-06-01efi_loader: correct HandleProtocol()Heinrich Schuchardt1-1/+1