summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-04 06:51:34 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-04 06:51:34 +0000
commit7be273b7f583ef202bb4e3d4cede9e332cb306e5 (patch)
tree34a92e892ca819b4af1cf916cd4fce485c818177
parent61acaac87fd8567a1b975aa3ec9c3cb9c33a4900 (diff)
downloadedk2-7be273b7f583ef202bb4e3d4cede9e332cb306e5.zip
edk2-7be273b7f583ef202bb4e3d4cede9e332cb306e5.tar.gz
edk2-7be273b7f583ef202bb4e3d4cede9e332cb306e5.tar.bz2
added comments for CAPSULE_HOB_INFO in CapsuleVendor.h (MdeModuleModulePkg).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9390 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Include/Guid/CapsuleVendor.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Guid/CapsuleVendor.h b/MdeModulePkg/Include/Guid/CapsuleVendor.h
index d779e91..946025d 100644
--- a/MdeModulePkg/Include/Guid/CapsuleVendor.h
+++ b/MdeModulePkg/Include/Guid/CapsuleVendor.h
@@ -5,8 +5,11 @@
* 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.
+
+ @par Note: EDKII implementation of capsule updating has obsolted this capsule GUID HOB data
+ structur and used one UEFI Capsule HOB (defined in PI Specification 1.2) instead.
-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
@@ -37,6 +40,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
///
/// Data structure of capsule guid hob entry
+/// Note: EDKII implementation has obsoleted this structure and used
+/// UEFI_CAPSULE_HOB instead.
///
typedef struct {
EFI_PHYSICAL_ADDRESS BaseAddress; ///< Capsule data start address