summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-15efi_loader: do not call efi_runtime_detach twiceHeinrich Schuchardt1-9/+4
2019-08-15efi_loader: parameter check in SetVirtualAddressMapHeinrich Schuchardt1-3/+10
2019-07-30efi_loader: implement ConvertPointer()Heinrich Schuchardt1-4/+71
2019-07-30efi_loader: definition of efi_virtual_address_map()Heinrich Schuchardt1-7/+7
2019-07-17efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue1-3/+3
2019-07-17efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt1-2/+12
2019-07-17efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt1-1/+1
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt1-1/+1
2019-07-06efi_loader: simplify detachingHeinrich Schuchardt1-32/+8
2019-07-06efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt1-4/+1
2019-07-06efi_loader: split off detaching SetVirtualAddress()Heinrich Schuchardt1-11/+58
2019-07-06efi_loader: unimplemented runtime servicesHeinrich Schuchardt1-32/+2
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt1-9/+0
2019-07-06efi_loader: clean up runtime detachingHeinrich Schuchardt1-23/+55
2019-07-06efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt1-16/+0
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt1-27/+0
2019-06-14efi_loader: GetTime() must return EFI_UNSUPPORTEDHeinrich Schuchardt1-2/+1
2019-06-14efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro1-0/+24
2019-06-11efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt1-1/+1
2019-06-01efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt1-3/+3
2019-06-01efi_loader: handling of daylight saving timeHeinrich Schuchardt1-4/+5
2019-06-01efi_loader: check time in SetTime()Heinrich Schuchardt1-1/+25
2019-05-24efi_loader: return values of GetTime()Heinrich Schuchardt1-7/+7
2019-05-24efi_loader: implement SetTimeHeinrich Schuchardt1-1/+72
2019-02-13efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt1-1/+2
2018-12-23efi_loader: Make RTS relocation more robustAlexander Graf1-3/+31
2018-12-02efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro1-1/+1
2018-12-02efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro1-2/+2
2018-12-02efi_loader: Handle RELA absolute relocations properlyAlexander Graf1-0/+3
2018-12-02efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt1-1/+3
2018-10-16efi_loader: fix relocation on x86_64Heinrich Schuchardt1-4/+12
2018-09-23efi_loader: description efi_update_capsule()Heinrich Schuchardt1-1/+1
2018-09-23efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt1-7/+8
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt1-4/+149
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt1-0/+15
2018-08-20efi_loader: relocate pointer to tablesHeinrich Schuchardt1-1/+8
2018-07-25efi_loader: complete implementation of GetTime()Heinrich Schuchardt1-12/+41
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-5/+0
2018-07-25efi_loader: correct headersize EFI tablesHeinrich Schuchardt1-1/+1
2018-07-25efi_loader: specify UEFI spec revisionHeinrich Schuchardt1-1/+1
2018-07-25efi_loader: Use common elf.h reloc definesAlexander Graf1-4/+3
2018-07-25efi_loader: Move to compiler based target architecture determinationAlexander Graf1-6/+8
2018-06-14efi: Add a comment about duplicated ELF constantsSimon Glass1-0/+4
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt1-5/+5
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt1-1/+0
2018-05-29efi_loader: Enable RISC-V supportRick Chen1-3/+34
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf1-7/+0
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-2/+1