summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
AgeCommit message (Expand)Author
2020-03-22efi_loader: description efi_convert_pointer()Heinrich Schuchardt
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-15efi_loader: do not call efi_runtime_detach twiceHeinrich Schuchardt
2019-08-15efi_loader: parameter check in SetVirtualAddressMapHeinrich Schuchardt
2019-07-30efi_loader: implement ConvertPointer()Heinrich Schuchardt
2019-07-30efi_loader: definition of efi_virtual_address_map()Heinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-07-16efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt
2019-07-16efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt
2019-07-06efi_loader: simplify detachingHeinrich Schuchardt
2019-07-06efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt
2019-07-06efi_loader: split off detaching SetVirtualAddress()Heinrich Schuchardt
2019-07-06efi_loader: unimplemented runtime servicesHeinrich Schuchardt
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt
2019-07-06efi_loader: clean up runtime detachingHeinrich Schuchardt
2019-07-06efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt
2019-06-14efi_loader: GetTime() must return EFI_UNSUPPORTEDHeinrich Schuchardt
2019-06-14efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro
2019-06-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt
2019-06-01efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt
2019-05-31efi_loader: handling of daylight saving timeHeinrich Schuchardt
2019-05-31efi_loader: check time in SetTime()Heinrich Schuchardt
2019-05-24efi_loader: return values of GetTime()Heinrich Schuchardt
2019-05-24efi_loader: implement SetTimeHeinrich Schuchardt
2019-02-13efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt
2018-12-23efi_loader: Make RTS relocation more robustAlexander Graf
2018-12-02efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro
2018-12-02efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro
2018-12-02efi_loader: Handle RELA absolute relocations properlyAlexander Graf
2018-12-02efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt
2018-10-16efi_loader: fix relocation on x86_64Heinrich Schuchardt
2018-09-23efi_loader: description efi_update_capsule()Heinrich Schuchardt
2018-09-23efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt
2018-08-20efi_loader: relocate pointer to tablesHeinrich Schuchardt
2018-07-25efi_loader: complete implementation of GetTime()Heinrich Schuchardt
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt
2018-07-25efi_loader: correct headersize EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: specify UEFI spec revisionHeinrich Schuchardt
2018-07-25efi_loader: Use common elf.h reloc definesAlexander Graf
2018-07-25efi_loader: Move to compiler based target architecture determinationAlexander Graf
2018-06-14efi: Add a comment about duplicated ELF constantsSimon Glass
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt