]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg LinuxBzimage.h: Update for kernel boot protocol 2.12
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Feb 2013 19:21:12 +0000 (19:21 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Feb 2013 19:21:12 +0000 (19:21 +0000)
This was made available in:
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@14131 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/Include/IndustryStandard/LinuxBzimage.h

index d16b112fa1e9d75feb96445ab226f766d2d013c0..b83b7916a001bf1f34f346d2e42122c1ad349ebb 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,7 +15,6 @@
 #define __LINUX_BZIMAGE_H__\r
 \r
 #define BOOTSIG                        0x1FE\r
-#define SETUP_VERSION          0x206\r
 #define SETUP_HDR              0x53726448      /* 0x53726448 == "HdrS" */\r
 \r
 #define E820_RAM               1\r
@@ -55,7 +54,8 @@ struct setup_header {
        UINT32 ramdisk_max;    /* Highest legal initrd address */\r
        UINT32 kernel_alignment; /* Physical addr alignment required for kernel */\r
        UINT8 relocatable_kernel; /* Whether kernel is relocatable or not */\r
-       UINT8 _pad2[3];\r
+       UINT8 min_alignment;\r
+       UINT16 xloadflags;\r
        UINT32 cmdline_size;\r
        UINT32 hardware_subarch;\r
        UINT64 hardware_subarch_data;\r