]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/CapsuleVendor.h
remove CAPSULE_HOB_INFO definition from MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / CapsuleVendor.h
index 118e08b5b118f937323367aa9b4ae417fd66cfd6..910f634286e3eb86bc2bd1003a731e2638520806 100644 (file)
@@ -1,8 +1,9 @@
 /** @file\r
+  This file defines:\r
+  * the capsule vendor GUID for capsule variables and the HOB\r
+  * the capsule variable name\r
 \r
-  Capsule update Guid definitions for capsule varialbe and capsule hob.\r
-\r
-Copyright (c) 2006 - 2008, Intel Corporation\r
+Copyright (c) 2006 - 2009, Intel Corporation\r
 All rights reserved. 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
@@ -16,27 +17,22 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __EFI_CAPSULE_VENDOR_GUID_H__\r
 #define __EFI_CAPSULE_VENDOR_GUID_H__\r
 \r
-//\r
-// Note -- This guid is used as a vendor GUID (depending on implementation)\r
-// for the capsule variable if the capsule pointer is passes through reset\r
-// via a variable.\r
-//\r
+///\r
+/// This guid is used as a variable GUID for the capsule variable \r
+/// if the capsule pointer is passed through reset via a variable.\r
+///\r
+/// This guid is also used as a hob GUID for the capsule data \r
+/// when the capsule pointer is passed from PEI phase to DXE phase.\r
+///\r
 #define EFI_CAPSULE_VENDOR_GUID  \\r
   { 0x711C703F, 0xC285, 0x4B10, { 0xA3, 0xB0, 0x36, 0xEC, 0xBD, 0x3C, 0x8B, 0xE2 } }\r
 \r
-//\r
-// Name of capsule variable\r
-// \r
+///\r
+/// Name of capsule variable\r
+/// \r
 #define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData"\r
 \r
-extern EFI_GUID gEfiCapsuleVendorGuid;\r
 \r
-//\r
-// Data structure of capsule guid hob \r
-//\r
-typedef struct {\r
-  EFI_PHYSICAL_ADDRESS BaseAddress;\r
-  UINT32 Length;\r
-} CAPSULE_HOB_INFO;\r
+extern EFI_GUID gEfiCapsuleVendorGuid;\r
 \r
 #endif // #ifndef _EFI_CAPSULE_VENDOR_GUID_H_\r