]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Protocol/FirmwareVolume.h
Clean the public header files to remove the unnecessary include files.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / FirmwareVolume.h
CommitLineData
79964ac8 1/** @file\r
38db7507 2 This file declares the Firmware Volume Protocol.\r
8411f1c0 3 \r
38db7507 4 The Firmware Volume Protocol provides file-level access to the firmware volume.\r
5 Each firmware volume driver must produce an instance of the Firmware Volume\r
6 Protocol if the firmware volume is to be visible to the system. The Firmware\r
7 Volume Protocol also provides mechanisms for determining and modifying some\r
8 attributes of the firmware volume.\r
9\r
2bbaeb0d 10 Copyright (c) 2007 - 2009, Intel Corporation\r
79964ac8 11 All rights reserved. This program and the accompanying materials\r
12 are licensed and made available under the terms and conditions of the BSD License\r
13 which accompanies this distribution. The full text of the license may be found at\r
14 http://opensource.org/licenses/bsd-license.php\r
15\r
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18\r
79964ac8 19 @par Revision Reference:\r
20 This protocol is defined in Firmware Volume specification.\r
21 Version 0.9\r
22\r
23**/\r
24\r
25#ifndef _FIRMWARE_VOLUME_H_\r
26#define _FIRMWARE_VOLUME_H_\r
27\r
28\r
29//\r
30// Firmware Volume Protocol GUID definition\r
31//\r
32#define EFI_FIRMWARE_VOLUME_PROTOCOL_GUID \\r
33 { \\r
34 0x389F751F, 0x1838, 0x4388, {0x83, 0x90, 0xCD, 0x81, 0x54, 0xBD, 0x27, 0xF8 } \\r
35 }\r
36\r
e89ec8f6 37#define FV_DEVICE_SIGNATURE SIGNATURE_32 ('_', 'F', 'V', '_')\r
79964ac8 38\r
39typedef struct _EFI_FIRMWARE_VOLUME_PROTOCOL EFI_FIRMWARE_VOLUME_PROTOCOL;\r
40\r
41//\r
3d02e416 42// FRAMEWORK_EFI_FV_ATTRIBUTES bit definitions\r
79964ac8 43//\r
3d02e416 44typedef UINT64 FRAMEWORK_EFI_FV_ATTRIBUTES;\r
79964ac8 45\r
46//\r
47// ************************************************************\r
3d02e416 48// FRAMEWORK_EFI_FV_ATTRIBUTES bit definitions\r
79964ac8 49// ************************************************************\r
50//\r
51#define EFI_FV_READ_DISABLE_CAP 0x0000000000000001ULL\r
52#define EFI_FV_READ_ENABLE_CAP 0x0000000000000002ULL\r
53#define EFI_FV_READ_STATUS 0x0000000000000004ULL\r
54\r
55#define EFI_FV_WRITE_DISABLE_CAP 0x0000000000000008ULL\r
56#define EFI_FV_WRITE_ENABLE_CAP 0x0000000000000010ULL\r
57#define EFI_FV_WRITE_STATUS 0x0000000000000020ULL\r
58\r
59#define EFI_FV_LOCK_CAP 0x0000000000000040ULL\r
60#define EFI_FV_LOCK_STATUS 0x0000000000000080ULL\r
61#define EFI_FV_WRITE_POLICY_RELIABLE 0x0000000000000100ULL\r
62\r
63#define EFI_FV_ALIGNMENT_CAP 0x0000000000008000ULL\r
64#define EFI_FV_ALIGNMENT_2 0x0000000000010000ULL\r
65#define EFI_FV_ALIGNMENT_4 0x0000000000020000ULL\r
66#define EFI_FV_ALIGNMENT_8 0x0000000000040000ULL\r
67#define EFI_FV_ALIGNMENT_16 0x0000000000080000ULL\r
68#define EFI_FV_ALIGNMENT_32 0x0000000000100000ULL\r
69#define EFI_FV_ALIGNMENT_64 0x0000000000200000ULL\r
70#define EFI_FV_ALIGNMENT_128 0x0000000000400000ULL\r
71#define EFI_FV_ALIGNMENT_256 0x0000000000800000ULL\r
72#define EFI_FV_ALIGNMENT_512 0x0000000001000000ULL\r
73#define EFI_FV_ALIGNMENT_1K 0x0000000002000000ULL\r
74#define EFI_FV_ALIGNMENT_2K 0x0000000004000000ULL\r
75#define EFI_FV_ALIGNMENT_4K 0x0000000008000000ULL\r
76#define EFI_FV_ALIGNMENT_8K 0x0000000010000000ULL\r
77#define EFI_FV_ALIGNMENT_16K 0x0000000020000000ULL\r
78#define EFI_FV_ALIGNMENT_32K 0x0000000040000000ULL\r
79#define EFI_FV_ALIGNMENT_64K 0x0000000080000000ULL\r
80\r
81//\r
82// Protocol API definitions\r
83//\r
84\r
85/**\r
86 Retrieves attributes, insures positive polarity of attribute bits, returns\r
87 resulting attributes in output parameter\r
88\r
38db7507 89 @param This Indicates the EFI_FIRMWARE_VOLUME_PROTOCOL instance.\r
79964ac8 90 @param Attributes output buffer which contains attributes\r
91\r
38db7507 92 @retval EFI_SUCCESS The firmware volume attributes were returned.\r
79964ac8 93**/\r
94typedef\r
95EFI_STATUS\r
69686d56 96(EFIAPI *FRAMEWORK_EFI_FV_GET_ATTRIBUTES)(\r
3d02e416 97 IN EFI_FIRMWARE_VOLUME_PROTOCOL *This,\r
98 OUT FRAMEWORK_EFI_FV_ATTRIBUTES *Attributes\r
79964ac8 99 );\r
100\r
101/**\r
102 Sets volume attributes\r
103\r
38db7507 104 @param This Indicates the EFI_FIRMWARE_VOLUME_PROTOCOL instance.\r
105 @param Attributes On input, Attributes is a pointer to an \r
106 EFI_FV_ATTRIBUTES containing the desired firmware \r
107 volume settings.O n successful return, it contains \r
108 the new settings of the firmware volume. On \r
109 unsuccessful return, Attributes is not modified \r
110 and the firmware volume settings are not changed.\r
79964ac8 111\r
38db7507 112 @retval EFI_INVALID_PARAMETER A bit in Attributes was invalid\r
113 @retval EFI_SUCCESS The requested firmware volume attributes were set \r
114 and the resulting EFI_FV_ATTRIBUTES is returned in\r
115 Attributes.\r
116 @retval EFI_ACCESS_DENIED the Device is locked and does not permit modification. \r
79964ac8 117\r
118**/\r
119typedef\r
120EFI_STATUS\r
69686d56 121(EFIAPI *FRAMEWORK_EFI_FV_SET_ATTRIBUTES)(\r
38db7507 122 IN EFI_FIRMWARE_VOLUME_PROTOCOL *This,\r
123 IN OUT FRAMEWORK_EFI_FV_ATTRIBUTES *Attributes\r
79964ac8 124 );\r
125\r
79964ac8 126/**\r
38db7507 127 Read the requested file (NameGuid) or file information from the firmware volume \r
128 and returns data in Buffer.\r
79964ac8 129\r
38db7507 130 @param This Indicates the EFI_FIRMWARE_VOLUME_PROTOCOL instance.\r
131 @param NameGuid pointer to EFI_GUID which is the filename identifying which file to read\r
79964ac8 132 @param Buffer Pointer to pointer to buffer in which contents of file are returned.\r
133 <br>\r
134 If Buffer is NULL, only type, attributes, and size are returned as\r
135 there is no output buffer.\r
136 <br>\r
137 If Buffer != NULL and *Buffer == NULL, the output buffer is allocated\r
138 from BS pool by ReadFile\r
139 <br>\r
140 If Buffer != NULL and *Buffer != NULL, the output buffer has been\r
141 allocated by the caller and is being passed in.\r
142 @param BufferSize Indicates the buffer size passed in, and on output the size\r
143 required to complete the read\r
38db7507 144 @param FoundType pointer to type of the file who's data is returned\r
145 @param FileAttributes pointer to attributes of the file who's data is resturned\r
146 @param AuthenticationStatus pointer to authentication status of the data\r
147\r
148 @retval EFI_SUCCESS The call completed successfully\r
149 @retval EFI_WARN_BUFFER_TOO_SMALL The buffer is too small to contain the requested output.\r
150 The buffer is filled and the output is truncated.\r
151 @retval EFI_NOT_FOUND NameGuid was not found int he firmware volume.\r
152 @retval EFI_DEVICE_ERROR A hardware error occurred when attempting to access the firmware volume.\r
153 @retval EFI_ACCESS_DENIED The firmware volumen is configured to disallow reads.\r
154 @retval EFI_OUT_OF_RESOURCES An allocation failure occurred.\r
79964ac8 155\r
156**/\r
157typedef\r
158EFI_STATUS\r
69686d56 159(EFIAPI *FRAMEWORK_EFI_FV_READ_FILE)(\r
79964ac8 160 IN EFI_FIRMWARE_VOLUME_PROTOCOL *This,\r
161 IN EFI_GUID *NameGuid,\r
162 IN OUT VOID **Buffer,\r
163 IN OUT UINTN *BufferSize,\r
164 OUT EFI_FV_FILETYPE *FoundType,\r
165 OUT EFI_FV_FILE_ATTRIBUTES *FileAttributes,\r
166 OUT UINT32 *AuthenticationStatus\r
167 );\r
168\r
169/**\r
170 Read the requested section from the specified file and returns data in Buffer.\r
171\r
38db7507 172 @param This Indicates the EFI_FIRMWARE_VOLUME_PROTOCOL instance.\r
79964ac8 173 @param NameGuid Filename identifying the file from which to read\r
174 @param SectionType Indicates what section type to retrieve\r
175 @param SectionInstance Indicates which instance of SectionType to retrieve\r
176 @param Buffer Pointer to pointer to buffer in which contents of file are returned.\r
177 <br>\r
178 If Buffer is NULL, only type, attributes, and size are returned as\r
179 there is no output buffer.\r
180 <br>\r
181 If Buffer != NULL and *Buffer == NULL, the output buffer is allocated\r
182 from BS pool by ReadFile\r
183 <br>\r
184 If Buffer != NULL and *Buffer != NULL, the output buffer has been\r
185 allocated by the caller and is being passed in.\r
38db7507 186 @param BufferSize pointer to the buffer size passed in, and on output the size\r
79964ac8 187 required to complete the read\r
38db7507 188 @param AuthenticationStatus pointer to the authentication status of the data\r
79964ac8 189\r
920d2c23
LG
190 @retval EFI_SUCCESS The call completed successfully.\r
191 @retval EFI_WARN_BUFFER_TOO_SMALL The buffer is too small to contain the requested output. \r
192 The buffer is filled and the output is truncated.\r
193 @retval EFI_OUT_OF_RESOURCES An allocation failure occurred.\r
194 @retval EFI_NOT_FOUND Name was not found in the firmware volume.\r
195 @retval EFI_DEVICE_ERROR A hardware error occurred when attempting to access the firmware volume.\r
196 @retval EFI_ACCESS_DENIED The firmware volume is configured to disallow reads.\r
79964ac8 197\r
198**/\r
199typedef\r
200EFI_STATUS\r
69686d56 201(EFIAPI *FRAMEWORK_EFI_FV_READ_SECTION)(\r
79964ac8 202 IN EFI_FIRMWARE_VOLUME_PROTOCOL *This,\r
203 IN EFI_GUID *NameGuid,\r
204 IN EFI_SECTION_TYPE SectionType,\r
205 IN UINTN SectionInstance,\r
206 IN OUT VOID **Buffer,\r
207 IN OUT UINTN *BufferSize,\r
208 OUT UINT32 *AuthenticationStatus\r
209 );\r
210\r
3d02e416 211typedef UINT32 FRAMEWORK_EFI_FV_WRITE_POLICY;\r
79964ac8 212\r
3d02e416 213#define FRAMEWORK_EFI_FV_UNRELIABLE_WRITE 0x00000000\r
214#define FRAMEWORK_EFI_FV_RELIABLE_WRITE 0x00000001\r
79964ac8 215\r
216typedef struct {\r
217 EFI_GUID *NameGuid;\r
218 EFI_FV_FILETYPE Type;\r
219 EFI_FV_FILE_ATTRIBUTES FileAttributes;\r
220 VOID *Buffer;\r
221 UINT32 BufferSize;\r
3d02e416 222} FRAMEWORK_EFI_FV_WRITE_FILE_DATA;\r
79964ac8 223\r
224/**\r
225 Write the supplied file (NameGuid) to the FV.\r
226\r
38db7507 227 @param This Indicates the EFI_FIRMWARE_VOLUME_PROTOCOL instance.\r
79964ac8 228 @param NumberOfFiles Indicates the number of file records pointed to by FileData\r
229 @param WritePolicy Indicates the level of reliability of the write with respect to\r
230 things like power failure events.\r
231 @param FileData A pointer to an array of EFI_FV_WRITE_FILE_DATA structures. Each\r
232 element in the array indicates a file to write, and there are\r
233 NumberOfFiles elements in the input array.\r
234\r
920d2c23
LG
235 @retval EFI_SUCCESS The write completed successfully.\r
236 @retval EFI_OUT_OF_RESOURCES The firmware volume does not have enough free space to store file(s).\r
237 @retval EFI_DEVICE_ERROR A hardware error occurred when attempting to access the firmware volume.\r
238 @retval EFI_WRITE_PROTECTED The firmware volume is configured to disallow writes.\r
239 @retval EFI_NOT_FOUND A delete was requested, but the requested file was not \r
240 found in the firmware volume.\r
241 @retval EFI_INVALID_PARAMETER A delete was requested with a multiple file write.\r
242 An unsupported WritePolicy was requested.\r
243 An unknown file type was specified.\r
244 A file system specific error has occurred.\r
79964ac8 245**/\r
246typedef\r
247EFI_STATUS\r
69686d56 248(EFIAPI *FRAMEWORK_EFI_FV_WRITE_FILE)(\r
3d02e416 249 IN EFI_FIRMWARE_VOLUME_PROTOCOL *This,\r
250 IN UINT32 NumberOfFiles,\r
251 IN FRAMEWORK_EFI_FV_WRITE_POLICY WritePolicy,\r
252 IN FRAMEWORK_EFI_FV_WRITE_FILE_DATA *FileData\r
79964ac8 253 );\r
254\r
255/**\r
256 Given the input key, search for the next matching file in the volume.\r
257\r
38db7507 258 @param This Indicates the EFI_FIRMWARE_VOLUME_PROTOCOL instance.\r
79964ac8 259 @param Key Pointer to a caller allocated buffer that contains an implementation\r
260 specific key that is used to track where to begin searching on\r
261 successive calls.\r
38db7507 262 @param FileType pointer to the file type to filter for\r
263 @param NameGuid pointer to Guid filename of the file found\r
264 @param Attributes pointer to Attributes of the file found\r
265 @param Size pointer to Size in bytes of the file found\r
79964ac8 266\r
920d2c23
LG
267 @retval EFI_SUCCESS The output parameters are filled with data obtained from \r
268 the first matching file that was found.\r
269 @retval EFI_NOT_FOUND No files of type FileType were found.\r
270 @retval EFI_DEVICE_ERROR A hardware error occurred when attempting to access \r
271 the firmware volume.\r
272 @retval EFI_ACCESS_DENIED The firmware volume is configured to disallow reads.\r
79964ac8 273\r
274**/\r
275typedef\r
276EFI_STATUS\r
69686d56 277(EFIAPI *FRAMEWORK_EFI_FV_GET_NEXT_FILE)(\r
79964ac8 278 IN EFI_FIRMWARE_VOLUME_PROTOCOL *This,\r
279 IN OUT VOID *Key,\r
280 IN OUT EFI_FV_FILETYPE *FileType,\r
281 OUT EFI_GUID *NameGuid,\r
282 OUT EFI_FV_FILE_ATTRIBUTES *Attributes,\r
283 OUT UINTN *Size\r
284 );\r
285\r
38db7507 286//\r
287// Protocol interface structure\r
288//\r
79964ac8 289struct _EFI_FIRMWARE_VOLUME_PROTOCOL {\r
2bbaeb0d 290 ///\r
291 /// Retrieves volume capabilities and current settings.\r
292 ///\r
3d02e416 293 FRAMEWORK_EFI_FV_GET_ATTRIBUTES GetVolumeAttributes;\r
2bbaeb0d 294\r
295 ///\r
296 /// Modifies the current settings of the firmware volume.\r
297 ///\r
3d02e416 298 FRAMEWORK_EFI_FV_SET_ATTRIBUTES SetVolumeAttributes;\r
2bbaeb0d 299\r
300 ///\r
301 /// Reads an entire file from the firmware volume.\r
302 ///\r
3d02e416 303 FRAMEWORK_EFI_FV_READ_FILE ReadFile;\r
2bbaeb0d 304\r
305 ///\r
306 /// Reads a single section from a file into a buffer.\r
307 ///\r
3d02e416 308 FRAMEWORK_EFI_FV_READ_SECTION ReadSection;\r
2bbaeb0d 309\r
310 ///\r
311 /// Writes an entire file into the firmware volume.\r
312 ///\r
3d02e416 313 FRAMEWORK_EFI_FV_WRITE_FILE WriteFile;\r
2bbaeb0d 314\r
315 ///\r
316 /// Provides service to allow searching the firmware volume.\r
317 ///\r
3d02e416 318 FRAMEWORK_EFI_FV_GET_NEXT_FILE GetNextFile;\r
2bbaeb0d 319\r
320 ///\r
321 /// Data field that indicates the size in bytes of the Key input buffer for\r
322 /// the GetNextFile() API.\r
323 ///\r
324 UINT32 KeySize;\r
325\r
326 ///\r
327 /// Handle of the parent firmware volume.\r
328 ///\r
79964ac8 329 EFI_HANDLE ParentHandle;\r
330};\r
331\r
332extern EFI_GUID gEfiFirmwareVolumeProtocolGuid;\r
333\r
334#endif\r