mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
61acaac87f
commit
7be273b7f5
|
@ -6,7 +6,10 @@
|
||||||
The capsule HOB and variable can be used to store the capsule image start address and length.
|
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.
|
They are used by EDKII implementation of capsule update across a system reset.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation
|
@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 - 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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
|
/// Data structure of capsule guid hob entry
|
||||||
|
/// Note: EDKII implementation has obsoleted this structure and used
|
||||||
|
/// UEFI_CAPSULE_HOB instead.
|
||||||
///
|
///
|
||||||
typedef struct {
|
typedef struct {
|
||||||
EFI_PHYSICAL_ADDRESS BaseAddress; ///< Capsule data start address
|
EFI_PHYSICAL_ADDRESS BaseAddress; ///< Capsule data start address
|
||||||
|
|
Loading…
Reference in New Issue