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