summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_runtime.c
AgeCommit message (Expand)AuthorFilesLines
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