summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2016-04-19efi_loader: Expose ascending efi memory mapAlexander Graf1-2/+7
2016-04-19efi_loader: Always flush in cache line size granularityAlexander Graf1-1/+9
2016-04-19efi_loader: Increase path string to 32 charactersAlexander Graf1-2/+2
2016-04-19efi_loader: Add el torito supportAlexander Graf1-0/+35
2016-04-19efi_loader: Split drive add into functionAlexander Graf1-37/+47
2016-04-02efi_loader: Always allocate the highest available addressAlexander Graf1-0/+29
2016-03-27efi_loader: Fix some entry/exit pointsAlexander Graf2-7/+11
2016-03-27efi_loader: Add GOP supportAlexander Graf2-0/+153
2016-03-16efi_loader: Pass proper device path in on bootAlexander Graf1-6/+0
2016-03-16efi_loader: hook up in build environmentAlexander Graf2-0/+21
2016-03-16efi_loader: Implement memory allocation and mapAlexander Graf1-0/+319
2016-03-16efi_loader: Add disk interfacesAlexander Graf1-0/+218
2016-03-16efi_loader: Add runtime servicesAlexander Graf2-3/+293
2016-03-16efi_loader: Add console interfaceAlexander Graf1-0/+360
2016-03-16efi_loader: Add boot time servicesAlexander Graf1-0/+781
2016-03-15efi_loader: Add PE image loaderAlexander Graf1-0/+188