summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
AgeCommit message (Expand)AuthorFilesLines
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
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-19efi_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
2016-04-19efi_loader: Always flush in cache line size granularityAlexander Graf1-1/+9
2016-03-16efi_loader: Add runtime servicesAlexander Graf1-0/+290