On Mon, Jan 28, 2013 at 3:31 PM, David Woodhouse <[email protected]> wrote: > > Take 2. This time the corresponding flags have actually been merged into > the Linux x86 maintainers' git tree. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: David Woodhouse <[email protected]> > --- > OvmfPkg/Include/IndustryStandard/LinuxBzimage.h | 3 ++- > OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.S | 19 ++++++++++++++++- > OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm | 21 ++++++++++++++++++- > OvmfPkg/Library/LoadLinuxLib/Linux.c | 16 +++++++++++---- > OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h | 11 +++++++++- > OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.S | 22 ++++++++++++++++++++ > OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.asm | 24 > ++++++++++++++++++++++ > 7 files changed, 108 insertions(+), 8 deletions(-) > > diff --git a/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h > b/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h > index d16b112..29362de 100644 > --- a/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h > +++ b/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h > @@ -55,7 +55,8 @@ struct setup_header { > UINT32 ramdisk_max; /* Highest legal initrd address */ > UINT32 kernel_alignment; /* Physical addr alignment required for > kernel */ > UINT8 relocatable_kernel; /* Whether kernel is relocatable or not */ > - UINT8 _pad2[3]; > + UINT8 min_alignment; > + UINT16 xloadflags;
I would like to break this out to be a separate change, but I'm not certain about the commit message. Is there a kernel commit hash or boot protocol version I might be able to reference? I guess the same might be useful for the commit message for LoadLinuxLib. Thanks, -Jordan ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
