summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi_loader: Fix return value for efi_add_runtime_mmioAlexander Graf2018-04-041-7/+7
* efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt2018-04-041-0/+1
* efi_loader: implement event groupsHeinrich Schuchardt2018-04-041-0/+11
* efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt2018-04-041-1/+2
* efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt2018-04-041-3/+12
* efi_loader: add missing runtime services stubsHeinrich Schuchardt2018-02-101-0/+29
* efi_loader: efi variable supportRob Clark2017-09-201-4/+13
* efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt2017-09-181-2/+4
* efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de2017-08-121-1/+1
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-191-10/+10
* x86: efi: Add EFI loader support for x86Simon Glass2016-10-191-0/+4
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-181-11/+91
* efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-061-11/+3
* efi_loader: Clean up system table on exitAlexander Graf2016-05-271-0/+16
* efi_loader: Always flush in cache line size granularityAlexander Graf2016-04-181-1/+9
* efi_loader: Add runtime servicesAlexander Graf2016-03-151-0/+290