summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
Commit message (Expand)AuthorAgeFilesLines
* common: Move ARM cache operations 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: do not call efi_runtime_detach twiceHeinrich Schuchardt2019-08-151-9/+4
* efi_loader: parameter check in SetVirtualAddressMapHeinrich Schuchardt2019-08-151-3/+10
* efi_loader: implement ConvertPointer()Heinrich Schuchardt2019-07-301-4/+71
* efi_loader: definition of efi_virtual_address_map()Heinrich Schuchardt2019-07-301-7/+7
* efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2019-07-161-3/+3
* efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2019-07-161-2/+12
* efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt2019-07-161-1/+1
* efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt2019-07-061-1/+1
* efi_loader: simplify detachingHeinrich Schuchardt2019-07-061-32/+8
* efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt2019-07-061-4/+1
* efi_loader: split off detaching SetVirtualAddress()Heinrich Schuchardt2019-07-061-11/+58
* efi_loader: unimplemented runtime servicesHeinrich Schuchardt2019-07-061-32/+2
* efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt2019-07-061-9/+0
* efi_loader: clean up runtime detachingHeinrich Schuchardt2019-07-061-23/+55
* efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt2019-07-061-16/+0
* efi_loader: move efi_query_variable_info()Heinrich Schuchardt2019-07-061-27/+0
* efi_loader: GetTime() must return EFI_UNSUPPORTEDHeinrich Schuchardt2019-06-141-2/+1
* efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro2019-06-141-0/+24
* efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt2019-06-101-1/+1
* efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt2019-06-011-3/+3
* efi_loader: handling of daylight saving timeHeinrich Schuchardt2019-05-311-4/+5
* efi_loader: check time in SetTime()Heinrich Schuchardt2019-05-311-1/+25
* efi_loader: return values of GetTime()Heinrich Schuchardt2019-05-241-7/+7
* efi_loader: implement SetTimeHeinrich Schuchardt2019-05-241-1/+72
* efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt2019-02-131-1/+2
* efi_loader: Make RTS relocation more robustAlexander Graf2018-12-231-3/+31
* efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro2018-12-021-1/+1
* efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro2018-12-021-2/+2
* efi_loader: Handle RELA absolute relocations properlyAlexander Graf2018-12-021-0/+3
* efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt2018-12-021-1/+3
* efi_loader: fix relocation on x86_64Heinrich Schuchardt2018-10-161-4/+12
* efi_loader: description efi_update_capsule()Heinrich Schuchardt2018-09-231-1/+1
* efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt2018-09-231-7/+8
* efi_loader: document runtime functionsHeinrich Schuchardt2018-08-201-4/+149
* efi_loader: update runtime services table crc32Heinrich Schuchardt2018-08-201-0/+15
* efi_loader: relocate pointer to tablesHeinrich Schuchardt2018-08-201-1/+8
* efi_loader: complete implementation of GetTime()Heinrich Schuchardt2018-07-251-12/+41
* efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt2018-07-251-5/+0
* efi_loader: correct headersize EFI tablesHeinrich Schuchardt2018-07-251-1/+1
* efi_loader: specify UEFI spec revisionHeinrich Schuchardt2018-07-251-1/+1
* efi_loader: Use common elf.h reloc definesAlexander Graf2018-07-251-4/+3
* efi_loader: Move to compiler based target architecture determinationAlexander Graf2018-07-251-6/+8
* efi: Add a comment about duplicated ELF constantsSimon Glass2018-06-141-0/+4
* efi_loader: adjust definitions of variable servicesHeinrich Schuchardt2018-06-031-5/+5
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-031-1/+0
* efi_loader: Enable RISC-V supportRick Chen2018-05-291-3/+34
* efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2018-05-291-7/+0
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1