]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where available
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Feb 2013 19:21:39 +0000 (19:21 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Feb 2013 19:21:39 +0000 (19:21 +0000)
commitdd71f6e2876cb791fda1feb889558d1efcf41ea2
tree41cb724168e3fc6bb61e7b5ceecb575319e68bdd
parent25ca06f9a0b64011f93682d3e46511f57c61b7b8
OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where available

Usage of the EFI entry point was made feasible in the kernel
x64 boot protocol 2.12 where a 32-bit & 64-bit entry point
became well defined.

http://git.kernel.org/linus/09c205af

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14132 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.S
OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm
OvmfPkg/Library/LoadLinuxLib/Linux.c
OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h
OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.S
OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.asm