summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
AgeCommit message (Expand)AuthorFilesLines
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-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt1-1/+1
2019-06-01efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt1-3/+3
2019-05-31efi_loader: handling of daylight saving timeHeinrich Schuchardt1-4/+5
2019-05-31efi_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-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-04efi_loader: Fix return value for efi_add_runtime_mmioAlexander Graf1-7/+7
2018-04-04efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt1-0/+1
2018-04-04efi_loader: implement event groupsHeinrich Schuchardt1-0/+11
2018-04-04efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt1-1/+2
2018-04-04efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt1-3/+12
2018-02-10efi_loader: add missing runtime services stubsHeinrich Schuchardt1-0/+29
2017-09-20efi_loader: efi variable supportRob Clark1-4/+13
2017-09-18efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt1-2/+4
2017-08-12efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de1-1/+1
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf1-10/+10
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass1-0/+4
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf1-11/+91
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-11/+3
2016-05-27efi_loader: Clean up system table on exitAlexander Graf1-0/+16