summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-10-28 07:54:40 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-10-28 07:54:40 +0000
commit53c13ffba4ba18e1fa2f84973d9bda06670ea677 (patch)
treef457e5e72278efdd22eebd81a6b0bc648b8a5d75 /MdeModulePkg
parent019dfb9c281494a686d251997a5b36ef66b8cca1 (diff)
downloadedk2-53c13ffba4ba18e1fa2f84973d9bda06670ea677.zip
edk2-53c13ffba4ba18e1fa2f84973d9bda06670ea677.tar.gz
edk2-53c13ffba4ba18e1fa2f84973d9bda06670ea677.tar.bz2
remove CAPSULE_HOB_INFO definition from MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9380 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Include/Guid/CapsuleVendor.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/MdeModulePkg/Include/Guid/CapsuleVendor.h b/MdeModulePkg/Include/Guid/CapsuleVendor.h
index d779e91..910f634 100644
--- a/MdeModulePkg/Include/Guid/CapsuleVendor.h
+++ b/MdeModulePkg/Include/Guid/CapsuleVendor.h
@@ -2,11 +2,8 @@
This file defines:
* the capsule vendor GUID for capsule variables and the HOB
* the capsule variable name
- * the capsule GUID HOB data structure.
- The capsule HOB and variable can be used to store the capsule image start address and length.
- They are used by EDKII implementation of capsule update across a system reset.
-Copyright (c) 2006 - 2008, Intel Corporation
+Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -35,13 +32,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
///
#define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData"
-///
-/// Data structure of capsule guid hob entry
-///
-typedef struct {
- EFI_PHYSICAL_ADDRESS BaseAddress; ///< Capsule data start address
- UINT32 Length; ///< Length of capsule data.
-} CAPSULE_HOB_INFO;
extern EFI_GUID gEfiCapsuleVendorGuid;