summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
AgeCommit message (Expand)Author
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
2018-05-29efi_loader: Enable RISC-V supportRick Chen
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-04-04efi_loader: Fix return value for efi_add_runtime_mmioAlexander Graf
2018-04-04efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt
2018-04-04efi_loader: implement event groupsHeinrich Schuchardt
2018-04-04efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt
2018-04-04efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt
2018-02-10efi_loader: add missing runtime services stubsHeinrich Schuchardt
2017-09-20efi_loader: efi variable supportRob Clark
2017-09-18efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt
2017-08-12efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf
2016-05-27efi_loader: Clean up system table on exitAlexander Graf
2016-04-18efi_loader: Always flush in cache line size granularityAlexander Graf
2016-03-15efi_loader: Add runtime servicesAlexander Graf