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