summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeLines
* efi_loader: Fix efi_add_runtime_mmio definitionAlexander Graf2016-11-17-1/+1
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-19-6/+6
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-19-1/+1
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-19-0/+2
* efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-19-0/+2
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-18-0/+18
* efi_loader: Readd freed pages to memory poolStefan Brüns2016-10-18-1/+1
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-18-0/+2
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-18-0/+3
* efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-06-9/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-27-1/+1
|\
| * dm: efi: Update for CONFIG_BLKSimon Glass2016-05-27-1/+1
* | efi_loader: Add bounce buffer supportAlexander Graf2016-05-27-0/+5
* | efi_loader: Add network access supportAlexander Graf2016-05-27-0/+7
|/
* efi_loader: Pass file path to payloadAlexander Graf2016-04-18-2/+3
* efi_loader: Add GOP supportAlexander Graf2016-03-27-0/+2
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-15-0/+10
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-15-0/+19
* efi_loader: Add disk interfacesAlexander Graf2016-03-15-0/+2
* efi_loader: Add runtime servicesAlexander Graf2016-03-15-0/+17
* efi_loader: Add console interfaceAlexander Graf2016-03-15-0/+5
* efi_loader: Add boot time servicesAlexander Graf2016-03-15-0/+85
* efi_loader: Add PE image loaderAlexander Graf2016-03-15-0/+20