]> git.proxmox.com Git - mirror_edk2.git/commitdiff
remove CAPSULE_HOB_INFO definition from MdeModulePkg.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 28 Oct 2009 07:54:40 +0000 (07:54 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 28 Oct 2009 07:54:40 +0000 (07:54 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9380 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Guid/CapsuleVendor.h

index d779e916ac8739ea2bde197c112a7b25328ed381..910f634286e3eb86bc2bd1003a731e2638520806 100644 (file)
@@ -2,11 +2,8 @@
   This file defines:\r
   * the capsule vendor GUID for capsule variables and the HOB\r
   * the capsule variable name\r
-  * the capsule GUID HOB data structure.\r
-  The capsule HOB and variable can be used to store the capsule image start address and length.\r
-  They are used by EDKII implementation of capsule update across a system reset.\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
@@ -35,13 +32,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /// \r
 #define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData"\r
 \r
-///\r
-/// Data structure of capsule guid hob entry\r
-///\r
-typedef struct {\r
-  EFI_PHYSICAL_ADDRESS BaseAddress;  ///< Capsule data start address\r
-  UINT32 Length;                     ///< Length of capsule data.\r
-} CAPSULE_HOB_INFO;\r
 \r
 extern EFI_GUID gEfiCapsuleVendorGuid;\r
 \r