summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library/LoadLinuxLib/Linux.c
AgeCommit message (Expand)AuthorFilesLines
14 daysOvmfPkg: Remove OVMF IA32Oliver Smith-Denny1-10/+6
2025-01-28OvmfPkg: make legacy direct kernel loader code nx cleanGerd Hoffmann1-1/+1
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-261/+266
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran1-4/+4
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2016-10-27OvmfPkg: Make more use of ARRAY_SIZE()Gary Lin1-1/+1
2015-07-28OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek1-1/+2
2014-09-25OvmfPkg: Fix VS2005 build warningsJordan Justen1-3/+3
2013-09-24OvmfPkg: EFI handover flags are in Bp->hdr.xloadflagsMatt Fleming1-1/+1
2013-08-18OvmfPkg: allocate the EFI memory map for Linux as Loader DataLaszlo Ersek1-2/+6
2013-07-16Fix IA32 build failure.Ruiyu Ni1-3/+3
2013-02-14OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where availablejljusten1-4/+13
2013-01-28Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available"jljusten1-12/+4
2013-01-16OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where availablejljusten1-4/+12
2013-01-16OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten1-0/+28
2013-01-16OvmfPkg: LoadLinuxLib: Fix check for relocatable kerneljljusten1-3/+4
2012-11-02OvmfPkg: Add LoadLinuxLib library implementationjljusten1-0/+627