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