summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/LoadLinuxLib/Linux.c
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran2020-04-301-4/+4
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* OvmfPkg: Make more use of ARRAY_SIZE()Gary Lin2016-10-271-1/+1
* OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek2015-07-281-1/+2
* OvmfPkg: Fix VS2005 build warningsJordan Justen2014-09-251-3/+3
* OvmfPkg: EFI handover flags are in Bp->hdr.xloadflagsMatt Fleming2013-09-241-1/+1
* OvmfPkg: allocate the EFI memory map for Linux as Loader DataLaszlo Ersek2013-08-181-2/+6
* Fix IA32 build failure.Ruiyu Ni2013-07-161-3/+3
* OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where availablejljusten2013-02-141-4/+13
* Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available"jljusten2013-01-281-12/+4
* OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where availablejljusten2013-01-161-4/+12
* OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten2013-01-161-0/+28
* OvmfPkg: LoadLinuxLib: Fix check for relocatable kerneljljusten2013-01-161-3/+4
* OvmfPkg: Add LoadLinuxLib library implementationjljusten2012-11-021-0/+627