]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptInternalFormat.h
MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADER.Version.
[mirror_edk2.git] / MdeModulePkg / Library / PiDxeS3BootScriptLib / BootScriptInternalFormat.h
index 6edb11adf30a09a54d25cb18fb2b22e3c9ef7af0..99cb407dbd33d304a8430f5668f55de82bbc9625 100644 (file)
@@ -2,7 +2,7 @@
   This file declares the internal Framework Boot Script format used by\r
   the PI implementation of Script Saver and Executor.\r
 \r
-  Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -144,8 +144,8 @@ typedef struct {
 typedef struct {\r
   UINT16  OpCode;\r
   UINT8   Length;\r
-  UINT32                InformationLength;  \r
-  EFI_PHYSICAL_ADDRESS  Information;\r
+  UINT32  InformationLength;\r
+// UINT8   InformationData[InformationLength];\r
 } EFI_BOOT_SCRIPT_INFORMATION;\r
 \r
 typedef struct {\r
@@ -183,4 +183,6 @@ typedef struct {
 \r
 #define BOOT_SCRIPT_NODE_MAX_LENGTH   1024\r
 \r
+#define BOOT_SCRIPT_TABLE_VERSION     0x0001\r
+\r
 #endif\r