]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptInternalFormat.h
1. Duplicate the original boot script data copy, because it may have INSERT boot...
[mirror_edk2.git] / MdeModulePkg / Library / PiDxeS3BootScriptLib / BootScriptInternalFormat.h
index 6edb11adf30a09a54d25cb18fb2b22e3c9ef7af0..dce2a1ca77ea767fddb70e3c25b38a7c0aaed506 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 - 2012, 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