Revision: 14131
          http://edk2.svn.sourceforge.net/edk2/?rev=14131&view=rev
Author:   jljusten
Date:     2013-02-14 19:21:12 +0000 (Thu, 14 Feb 2013)
Log Message:
-----------
OvmfPkg LinuxBzimage.h: Update for kernel boot protocol 2.12

This was made available in:
http://git.kernel.org/linus/09c205af

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Woodhouse <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

Modified Paths:
--------------
    trunk/edk2/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h

Modified: trunk/edk2/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h
===================================================================
--- trunk/edk2/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h  2013-02-14 
19:20:57 UTC (rev 14130)
+++ trunk/edk2/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h  2013-02-14 
19:21:12 UTC (rev 14131)
@@ -1,6 +1,6 @@
 /** @file
 
-  Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution.  The full text of the license may be 
found at
@@ -15,7 +15,6 @@
 #define __LINUX_BZIMAGE_H__
 
 #define BOOTSIG                        0x1FE
-#define SETUP_VERSION          0x206
 #define SETUP_HDR              0x53726448      /* 0x53726448 == "HdrS" */
 
 #define E820_RAM               1
@@ -55,7 +54,8 @@
        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;
        UINT32 cmdline_size;
        UINT32 hardware_subarch;
        UINT64 hardware_subarch_data;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
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-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to