X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FGuid%2FCapsuleVendor.h;h=910f634286e3eb86bc2bd1003a731e2638520806;hb=53c13ffba4ba18e1fa2f84973d9bda06670ea677;hp=58ac355bd4190ab161950b4f6d2a01bba127426f;hpb=e56187913724379012649c0411668f94ac2ffd9f;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Guid/CapsuleVendor.h b/MdeModulePkg/Include/Guid/CapsuleVendor.h index 58ac355bd4..910f634286 100644 --- a/MdeModulePkg/Include/Guid/CapsuleVendor.h +++ b/MdeModulePkg/Include/Guid/CapsuleVendor.h @@ -1,9 +1,9 @@ /** @file - This file defines capsule vendor guid for capsule variable and hob. - It also defines capsule varialbe name and capsule guid hob data structure. - They are used by EDKII implementation of capsule update across a system reset. + This file defines: + * the capsule vendor GUID for capsule variables and the HOB + * the capsule variable name -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 @@ -32,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;