summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
Commit message (Expand)AuthorAgeLines
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-17-0/+2
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-19-3/+3
* x86: efi: Add EFI loader support for x86Simon Glass2016-10-19-0/+9
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-19-2/+3
* efi_loader: Fix efi_install_configuration_tableAlexander Graf2016-10-19-1/+1
* efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-19-9/+13
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-18-3/+3
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-18-6/+5
* efi_loader: Fix crash on 32-bit systemsRobin Randhawa2016-10-18-1/+3
* arm: Add return value argument to longjmpAlexander Graf2016-10-08-1/+1
* efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-06-5/+1
* efi_loader: Add exit supportAlexander Graf2016-06-06-5/+16
* efi_loader: Fix some entry/exit pointsAlexander Graf2016-03-27-3/+10
* efi_loader: Add runtime servicesAlexander Graf2016-03-15-3/+3
* efi_loader: Add boot time servicesAlexander Graf2016-03-15-0/+781