X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FInclude%2FCommon%2FPiFirmwareVolume.h;h=dcc52cd5e4c21fbbf6a31e0d7dab6c36106c1b7a;hp=c3089e8b70d0cfee45d53467327a86b40ebed845;hb=f7496d717357b9af78414d19679b073403812340;hpb=39456d00f36e04b7e7efb208f350f4e83b6c3531 diff --git a/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h b/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h index c3089e8b70..dcc52cd5e4 100644 --- a/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h +++ b/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h @@ -4,7 +4,7 @@ @par Revision Reference: Version 1.2C - Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2018, 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 @@ -26,16 +26,16 @@ typedef UINT32 EFI_FV_FILE_ATTRIBUTES; // // Value of EFI_FV_FILE_ATTRIBUTES. -// +// #define EFI_FV_FILE_ATTRIB_ALIGNMENT 0x0000001F #define EFI_FV_FILE_ATTRIB_FIXED 0x00000100 #define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED 0x00000200 typedef UINT32 EFI_FVB_ATTRIBUTES_2; -// +// // Attributes bit definitions -// +// #define EFI_FVB2_READ_DISABLED_CAP 0x00000001 #define EFI_FVB2_READ_ENABLED_CAP 0x00000002 #define EFI_FVB2_READ_STATUS 0x00000004 @@ -118,7 +118,7 @@ typedef struct { // // Extension header pointed by ExtHeaderOffset of volume header. -// +// typedef struct { EFI_GUID FvName; UINT32 ExtHeaderSize; @@ -135,9 +135,9 @@ typedef struct { UINT32 TypeMask; // - // Array of GUIDs. + // Array of GUIDs. // Each GUID represents an OEM file type. - // + // // EFI_GUID Types[1]; // } EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE;