On Fri, 2012-10-26 at 10:35 -0700, Jordan Justen wrote: > This code is based on efilinux's bzimage support. > git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git > > Signed-off-by: Jordan Justen <jordan.l.jus...@intel.com> > Cc: Matt Fleming <matt.flem...@intel.com> > --- > OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.S | 29 + > OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm | 35 ++ > OvmfPkg/Library/LoadLinuxLib/Linux.c | 655 > ++++++++++++++++++++ > OvmfPkg/Library/LoadLinuxLib/LinuxGdt.c | 181 ++++++ > OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h | 58 ++ > OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf | 50 ++ > OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.S | 30 + > OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.asm | 34 + > OvmfPkg/OvmfPkgIa32.dsc | 1 + > OvmfPkg/OvmfPkgIa32X64.dsc | 1 + > OvmfPkg/OvmfPkgX64.dsc | 1 + > 11 files changed, 1075 insertions(+) > create mode 100644 OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.S > create mode 100644 OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm > create mode 100644 OvmfPkg/Library/LoadLinuxLib/Linux.c > create mode 100644 OvmfPkg/Library/LoadLinuxLib/LinuxGdt.c > create mode 100644 OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h > create mode 100644 OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf > create mode 100644 OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.S > create mode 100644 OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.asm
Reviewed-by: Matt Fleming <matt.flem...@intel.com> -- Matt Fleming, Intel Open Source Technology Center ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel