]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/Include/Common/PiFirmwareVolume.h
SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch buffer...
[mirror_edk2.git] / BaseTools / Source / C / Include / Common / PiFirmwareVolume.h
CommitLineData
30fdf114
LG
1/** @file\r
2 The firmware volume related definitions in PI.\r
3\r
2bcc713e 4 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
30fdf114
LG
5\r
6 This program and the accompanying materials are licensed and made available\r
7 under the terms and conditions of the BSD License which accompanies this\r
8 distribution. The full text of the license may be found at:\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14 File Name: PiFirmwareVolume.h\r
15\r
16 @par Revision Reference:\r
2bcc713e 17 Version 1.2C\r
30fdf114
LG
18\r
19**/\r
20\r
21#ifndef __PI_FIRMWAREVOLUME_H__\r
22#define __PI_FIRMWAREVOLUME_H__\r
23\r
24//\r
25// EFI_FV_FILE_ATTRIBUTES\r
26//\r
27typedef UINT32 EFI_FV_FILE_ATTRIBUTES;\r
28\r
29//\r
30// Value of EFI_FV_FILE_ATTRIBUTES.\r
31// \r
32#define EFI_FV_FILE_ATTRIB_ALIGNMENT 0x0000001F\r
33#define EFI_FV_FILE_ATTRIB_FIXED 0x00000100\r
34#define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED 0x00000200\r
35\r
2bcc713e 36typedef UINT32 EFI_FVB_ATTRIBUTES_2;\r
30fdf114
LG
37\r
38// \r
39// Attributes bit definitions\r
40// \r
41#define EFI_FVB2_READ_DISABLED_CAP 0x00000001\r
42#define EFI_FVB2_READ_ENABLED_CAP 0x00000002\r
43#define EFI_FVB2_READ_STATUS 0x00000004\r
44#define EFI_FVB2_WRITE_DISABLED_CAP 0x00000008\r
45#define EFI_FVB2_WRITE_ENABLED_CAP 0x00000010\r
46#define EFI_FVB2_WRITE_STATUS 0x00000020\r
47#define EFI_FVB2_LOCK_CAP 0x00000040\r
48#define EFI_FVB2_LOCK_STATUS 0x00000080\r
49#define EFI_FVB2_STICKY_WRITE 0x00000200\r
50#define EFI_FVB2_MEMORY_MAPPED 0x00000400\r
51#define EFI_FVB2_ERASE_POLARITY 0x00000800\r
52#define EFI_FVB2_READ_LOCK_CAP 0x00001000\r
53#define EFI_FVB2_READ_LOCK_STATUS 0x00002000\r
54#define EFI_FVB2_WRITE_LOCK_CAP 0x00004000\r
55#define EFI_FVB2_WRITE_LOCK_STATUS 0x00008000\r
56#define EFI_FVB2_ALIGNMENT 0x001F0000\r
57#define EFI_FVB2_ALIGNMENT_1 0x00000000\r
58#define EFI_FVB2_ALIGNMENT_2 0x00010000\r
59#define EFI_FVB2_ALIGNMENT_4 0x00020000\r
60#define EFI_FVB2_ALIGNMENT_8 0x00030000\r
61#define EFI_FVB2_ALIGNMENT_16 0x00040000\r
62#define EFI_FVB2_ALIGNMENT_32 0x00050000\r
63#define EFI_FVB2_ALIGNMENT_64 0x00060000\r
64#define EFI_FVB2_ALIGNMENT_128 0x00070000\r
65#define EFI_FVB2_ALIGNMENT_256 0x00080000\r
66#define EFI_FVB2_ALIGNMENT_512 0x00090000\r
67#define EFI_FVB2_ALIGNMENT_1K 0x000A0000\r
68#define EFI_FVB2_ALIGNMENT_2K 0x000B0000\r
69#define EFI_FVB2_ALIGNMENT_4K 0x000C0000\r
70#define EFI_FVB2_ALIGNMENT_8K 0x000D0000\r
71#define EFI_FVB2_ALIGNMENT_16K 0x000E0000\r
72#define EFI_FVB2_ALIGNMENT_32K 0x000F0000\r
73#define EFI_FVB2_ALIGNMENT_64K 0x00100000\r
74#define EFI_FVB2_ALIGNMENT_128K 0x00110000\r
75#define EFI_FVB2_ALIGNMENT_256K 0x00120000\r
2bcc713e 76#define EFI_FVB2_ALIGNMENT_512K 0x00130000\r
30fdf114
LG
77#define EFI_FVB2_ALIGNMENT_1M 0x00140000\r
78#define EFI_FVB2_ALIGNMENT_2M 0x00150000\r
79#define EFI_FVB2_ALIGNMENT_4M 0x00160000\r
80#define EFI_FVB2_ALIGNMENT_8M 0x00170000\r
81#define EFI_FVB2_ALIGNMENT_16M 0x00180000\r
82#define EFI_FVB2_ALIGNMENT_32M 0x00190000\r
83#define EFI_FVB2_ALIGNMENT_64M 0x001A0000\r
84#define EFI_FVB2_ALIGNMENT_128M 0x001B0000\r
85#define EFI_FVB2_ALIGNMENT_256M 0x001C0000\r
86#define EFI_FVB2_ALIGNMENT_512M 0x001D0000\r
87#define EFI_FVB2_ALIGNMENT_1G 0x001E0000\r
88#define EFI_FVB2_ALIGNMENT_2G 0x001F0000\r
89\r
90\r
91typedef struct {\r
92 UINT32 NumBlocks;\r
93 UINT32 Length;\r
94} EFI_FV_BLOCK_MAP_ENTRY;\r
95\r
96//\r
97// Describes the features and layout of the firmware volume.\r
98//\r
99typedef struct {\r
100 UINT8 ZeroVector[16];\r
101 EFI_GUID FileSystemGuid;\r
102 UINT64 FvLength;\r
103 UINT32 Signature;\r
2bcc713e 104 EFI_FVB_ATTRIBUTES_2 Attributes;\r
30fdf114
LG
105 UINT16 HeaderLength;\r
106 UINT16 Checksum;\r
107 UINT16 ExtHeaderOffset;\r
108 UINT8 Reserved[1];\r
109 UINT8 Revision;\r
110 EFI_FV_BLOCK_MAP_ENTRY BlockMap[1];\r
111} EFI_FIRMWARE_VOLUME_HEADER;\r
112\r
113#define EFI_FVH_SIGNATURE EFI_SIGNATURE_32 ('_', 'F', 'V', 'H')\r
114\r
115///\r
116/// Firmware Volume Header Revision definition\r
117///\r
118#define EFI_FVH_REVISION 0x02\r
119\r
120//\r
121// Extension header pointed by ExtHeaderOffset of volume header.\r
122// \r
123typedef struct {\r
124 EFI_GUID FvName;\r
125 UINT32 ExtHeaderSize;\r
126} EFI_FIRMWARE_VOLUME_EXT_HEADER;\r
127\r
128typedef struct {\r
129 UINT16 ExtEntrySize;\r
130 UINT16 ExtEntryType;\r
131} EFI_FIRMWARE_VOLUME_EXT_ENTRY;\r
132\r
133#define EFI_FV_EXT_TYPE_OEM_TYPE 0x01\r
134typedef struct {\r
135 EFI_FIRMWARE_VOLUME_EXT_ENTRY Hdr;\r
136 UINT32 TypeMask;\r
137\r
138 //\r
139 // Array of GUIDs. \r
140 // Each GUID represents an OEM file type.\r
141 // \r
2bcc713e
LG
142 // EFI_GUID Types[1];\r
143 //\r
30fdf114
LG
144} EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE;\r
145\r
2bcc713e
LG
146#define EFI_FV_EXT_TYPE_GUID_TYPE 0x0002\r
147typedef struct {\r
148 EFI_FIRMWARE_VOLUME_EXT_ENTRY Hdr;\r
149 EFI_GUID FormatType;\r
150\r
151 //\r
152 // An arry of bytes of length Length.\r
153 //\r
154 // UINT8 Data[1];\r
155 //\r
156} EFI_FIRMWARE_VOLUME_EXT_ENTRY_GUID_TYPE;\r
30fdf114
LG
157\r
158#endif\r