]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/IndustryStandard/LinuxBzimage.h
OvmfPkg: Fix typing errors in header files
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / LinuxBzimage.h
index d16b112fa1e9d75feb96445ab226f766d2d013c0..a6d899973002a089de1e6b23771e3990b814779d 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
@@ -46,7 +45,7 @@ struct setup_header {
        UINT16 movesize;\r
        UINT32 code32_start;    /* Start of code loaded high */\r
        UINT32 ramdisk_start;   /* Start of initial ramdisk */\r
-       UINT32 ramdisk_len;     /* Lenght of initial ramdisk */\r
+       UINT32 ramdisk_len;     /* Length of initial ramdisk */\r
        UINT32 bootsect_kludge;\r
        UINT16 heap_end;\r
        UINT8 ext_loader_ver;  /* Extended boot loader version */\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