]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/FirmwareManagement.h
MdePkg: Trim trailing whitespaces for ESRT related files
[mirror_edk2.git] / MdePkg / Include / Protocol / FirmwareManagement.h
CommitLineData
252b9c7a 1/** @file\r
2 UEFI Firmware Management Protocol definition\r
6e746540
HW
3 Firmware Management Protocol provides an abstraction for device to provide firmware\r
4 management support. The base requirements for managing device firmware images include\r
252b9c7a 5 identifying firmware image revision level and programming the image into the device.\r
6\r
6e746540
HW
7 GetImageInfo() is the only required function. GetImage(), SetImage(),\r
8 CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return\r
252b9c7a 9 EFI_UNSUPPORTED if not supported by the driver.\r
6e746540 10\r
2ca32f8d 11 Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
6e746540
HW
12 Copyright (c) 2013 - 2014, Hewlett-Packard Development Company, L.P.<BR>\r
13 This program and the accompanying materials\r
14 are licensed and made available under the terms and conditions of the BSD License\r
15 which accompanies this distribution. The full text of the license may be found at\r
16 http://opensource.org/licenses/bsd-license.php\r
252b9c7a 17\r
6e746540
HW
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
252b9c7a 20\r
6e746540
HW
21 @par Revision Reference:\r
22 This Protocol is introduced in UEFI Specification 2.3\r
252b9c7a 23\r
24**/\r
25\r
26#ifndef __EFI_FIRMWARE_MANAGEMENT_PROTOCOL_H__\r
27#define __EFI_FIRMWARE_MANAGEMENT_PROTOCOL_H__\r
28\r
29\r
30#define EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GUID \\r
31 { \\r
32 0x86c77a67, 0xb97, 0x4633, {0xa1, 0x87, 0x49, 0x10, 0x4d, 0x6, 0x85, 0xc7 } \\r
33 }\r
34\r
35typedef struct _EFI_FIRMWARE_MANAGEMENT_PROTOCOL EFI_FIRMWARE_MANAGEMENT_PROTOCOL;\r
36\r
37///\r
38/// EFI_FIRMWARE_IMAGE_DESCRIPTOR\r
39///\r
40typedef struct {\r
6e746540
HW
41 ///\r
42 /// A unique number identifying the firmware image within the device. The number is\r
252b9c7a 43 /// between 1 and DescriptorCount.\r
6e746540 44 ///\r
252b9c7a 45 UINT8 ImageIndex;\r
46 ///\r
2ca32f8d
HW
47 /// A unique GUID identifying the firmware image type.\r
48 ///\r
252b9c7a 49 EFI_GUID ImageTypeId;\r
6e746540
HW
50 ///\r
51 /// A unique number identifying the firmware image.\r
52 ///\r
252b9c7a 53 UINT64 ImageId;\r
6e746540
HW
54 ///\r
55 /// A pointer to a null-terminated string representing the firmware image name.\r
56 ///\r
252b9c7a 57 CHAR16 *ImageIdName;\r
6e746540
HW
58 ///\r
59 /// Identifies the version of the device firmware. The format is vendor specific and new\r
252b9c7a 60 /// version must have a greater value than an old version.\r
6e746540 61 ///\r
252b9c7a 62 UINT32 Version;\r
6e746540 63 ///\r
4f077902 64 /// A pointer to a null-terminated string representing the firmware image version name.\r
6e746540 65 ///\r
252b9c7a 66 CHAR16 *VersionName;\r
6e746540
HW
67 ///\r
68 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.\r
69 ///\r
252b9c7a 70 UINTN Size;\r
6e746540
HW
71 ///\r
72 /// Image attributes that are supported by this device. See 'Image Attribute Definitions'\r
73 /// for possible returned values of this parameter. A value of 1 indicates the attribute is\r
74 /// supported and the current setting value is indicated in AttributesSetting. A\r
75 /// value of 0 indicates the attribute is not supported and the current setting value in\r
252b9c7a 76 /// AttributesSetting is meaningless.\r
6e746540 77 ///\r
252b9c7a 78 UINT64 AttributesSupported;\r
6e746540
HW
79 ///\r
80 /// Image attributes. See 'Image Attribute Definitions' for possible returned values of\r
252b9c7a 81 /// this parameter.\r
6e746540 82 ///\r
252b9c7a 83 UINT64 AttributesSetting;\r
6e746540
HW
84 ///\r
85 /// Image compatibilities. See 'Image Compatibility Definitions' for possible returned\r
252b9c7a 86 /// values of this parameter.\r
6e746540 87 ///\r
252b9c7a 88 UINT64 Compatibilities;\r
7076ecdb
SQ
89 ///\r
90 /// Describes the lowest ImageDescriptor version that the device will accept. Only\r
91 /// present in version 2 or higher.\r
92 ///\r
93 UINT32 LowestSupportedImageVersion;\r
2ca32f8d
HW
94 ///\r
95 /// Describes the version that was last attempted to update. If no update attempted the\r
96 /// value will be 0. If the update attempted was improperly formatted and no version\r
97 /// number was available then the value will be zero. Only present in version 3 or higher.\r
98 UINT32 LastAttemptVersion;\r
99 ///\r
100 /// Describes the status that was last attempted to update. If no update has been attempted\r
101 /// the value will be LAST_ATTEMPT_STATUS_SUCCESS. Only present in version 3 or higher.\r
102 ///\r
103 UINT32 LastAttemptStatus;\r
104 ///\r
105 /// An optional number to identify the unique hardware instance within the system for\r
106 /// devices that may have multiple instances (Example: a plug in pci network card). This\r
107 /// number must be unique within the namespace of the ImageTypeId GUID and\r
108 /// ImageIndex. For FMP instances that have multiple descriptors for a single\r
109 /// hardware instance, all descriptors must have the same HardwareInstance value.\r
110 /// This number must be consistent between boots and should be based on some sort of\r
111 /// hardware identified unique id (serial number, etc) whenever possible. If a hardware\r
112 /// based number is not available the FMP provider may use some other characteristic\r
113 /// such as device path, bus/dev/function, slot num, etc for generating the\r
114 /// HardwareInstance. For implementations that will never have more than one\r
115 /// instance a zero can be used. A zero means the FMP provider is not able to determine a\r
116 /// unique hardware instance number or a hardware instance number is not needed. Only\r
117 /// present in version 3 or higher.\r
118 ///\r
119 UINT64 HardwareInstance;\r
252b9c7a 120} EFI_FIRMWARE_IMAGE_DESCRIPTOR;\r
121\r
122\r
123//\r
124// Image Attribute Definitions\r
125//\r
126///\r
6e746540 127/// The attribute IMAGE_ATTRIBUTE_IMAGE_UPDATABLE indicates this device supports firmware\r
252b9c7a 128/// image update.\r
129///\r
130#define IMAGE_ATTRIBUTE_IMAGE_UPDATABLE 0x0000000000000001\r
131///\r
6e746540
HW
132/// The attribute IMAGE_ATTRIBUTE_RESET_REQUIRED indicates a reset of the device is required\r
133/// for the new firmware image to take effect after a firmware update. The device is the device hosting\r
252b9c7a 134/// the firmware image.\r
6e746540 135///\r
252b9c7a 136#define IMAGE_ATTRIBUTE_RESET_REQUIRED 0x0000000000000002\r
137///\r
6e746540
HW
138/// The attribute IMAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED indicates authentication is\r
139/// required to perform the following image operations: GetImage(), SetImage(), and\r
252b9c7a 140/// CheckImage(). See 'Image Attribute - Authentication'.\r
6e746540 141///\r
252b9c7a 142#define IMAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED 0x0000000000000004\r
143///\r
6e746540
HW
144/// The attribute IMAGE_ATTRIBUTE_IN_USE indicates the current state of the firmware image.\r
145/// This distinguishes firmware images in a device that supports redundant images.\r
146///\r
252b9c7a 147#define IMAGE_ATTRIBUTE_IN_USE 0x0000000000000008\r
cb9ec399
SEHM
148///\r
149/// The attribute IMAGE_ATTRIBUTE_UEFI_IMAGE indicates that this image is an EFI compatible image.\r
150///\r
151#define IMAGE_ATTRIBUTE_UEFI_IMAGE 0x0000000000000010\r
252b9c7a 152\r
153\r
154//\r
155// Image Compatibility Definitions\r
156//\r
157/// Values from 0x0000000000000002 thru 0x000000000000FFFF are reserved for future assignments.\r
6e746540 158/// Values from 0x0000000000010000 thru 0xFFFFFFFFFFFFFFFF are used by firmware vendor for\r
252b9c7a 159/// compatibility check.\r
160///\r
161#define IMAGE_COMPATIBILITY_CHECK_SUPPORTED 0x0000000000000001\r
162\r
163///\r
9938c13d 164/// Descriptor Version exposed by GetImageInfo() function\r
252b9c7a 165///\r
2ca32f8d 166#define EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION 3\r
252b9c7a 167\r
168\r
169///\r
fa3e7746 170/// Image Attribute -Authentication Required\r
252b9c7a 171///\r
172typedef struct {\r
173 ///\r
6e746540
HW
174 /// It is included in the signature of AuthInfo. It is used to ensure freshness/no replay.\r
175 /// It is incremented during each firmware image operation.\r
176 ///\r
252b9c7a 177 UINT64 MonotonicCount;\r
178 ///\r
6e746540
HW
179 /// Provides the authorization for the firmware image operations. It is a signature across\r
180 /// the image data and the Monotonic Count value. Caller uses the private key that is\r
181 /// associated with a public key that has been provisioned via the key exchange.\r
9938c13d
LG
182 /// Because this is defined as a signature, WIN_CERTIFICATE_UEFI_GUID.CertType must\r
183 /// be EFI_CERT_TYPE_PKCS7_GUID.\r
252b9c7a 184 ///\r
185 WIN_CERTIFICATE_UEFI_GUID AuthInfo;\r
186} EFI_FIRMWARE_IMAGE_AUTHENTICATION;\r
187\r
188\r
189//\r
190// ImageUpdatable Definitions\r
191//\r
192///\r
6e746540 193/// IMAGE_UPDATABLE_VALID indicates SetImage() will accept the new image and update the\r
252b9c7a 194/// device with the new image.\r
195///\r
196#define IMAGE_UPDATABLE_VALID 0x0000000000000001\r
197///\r
6e746540 198/// IMAGE_UPDATABLE_INVALID indicates SetImage() will reject the new image. No additional\r
252b9c7a 199/// information is provided for the rejection.\r
200///\r
201#define IMAGE_UPDATABLE_INVALID 0x0000000000000002\r
202///\r
6e746540 203/// IMAGE_UPDATABLE_INVALID_TYPE indicates SetImage() will reject the new image. The\r
252b9c7a 204/// rejection is due to the new image is not a firmware image recognized for this device.\r
205///\r
206#define IMAGE_UPDATABLE_INVALID_TYPE 0x0000000000000004\r
207///\r
6e746540 208/// IMAGE_UPDATABLE_INVALID_OLD indicates SetImage() will reject the new image. The\r
252b9c7a 209/// rejection is due to the new image version is older than the current firmware image\r
6e746540 210/// version in the device. The device firmware update policy does not support firmware\r
252b9c7a 211/// version downgrade.\r
212///\r
213#define IMAGE_UPDATABLE_INVALID_OLD 0x0000000000000008\r
214\r
215\r
216//\r
217// Package Attribute Definitions\r
218//\r
219///\r
6e746540 220/// The attribute PACKAGE_ATTRIBUTE_VERSION_UPDATABLE indicates this device supports the\r
252b9c7a 221/// update of the firmware package version.\r
222///\r
223#define PACKAGE_ATTRIBUTE_VERSION_UPDATABLE 0x0000000000000001\r
224///\r
6e746540 225/// The attribute PACKAGE_ATTRIBUTE_RESET_REQUIRED indicates a reset of the device is\r
252b9c7a 226/// required for the new package info to take effect after an update.\r
227///\r
228#define PACKAGE_ATTRIBUTE_RESET_REQUIRED 0x0000000000000002\r
229///\r
6e746540 230/// The attribute PACKAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED indicates authentication\r
252b9c7a 231/// is required to update the package info.\r
232///\r
233#define PACKAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED 0x0000000000000004\r
234\r
6e746540 235/**\r
252b9c7a 236 Callback funtion to report the process of the firmware updating.\r
237\r
238 @param[in] Completion A value between 1 and 100 indicating the current completion\r
6e746540 239 progress of the firmware update. Completion progress is\r
252b9c7a 240 reported as from 1 to 100 percent. A value of 0 is used by\r
241 the driver to indicate that progress reporting is not supported.\r
242\r
243 @retval EFI_SUCCESS SetImage() continues to do the callback if supported.\r
244 @retval other SetImage() discontinues the callback and completes\r
245 the update and returns.\r
246\r
247**/\r
248typedef\r
249EFI_STATUS\r
250(EFIAPI *EFI_FIRMWARE_MANAGEMENT_UPDATE_IMAGE_PROGRESS)(\r
251 IN UINTN Completion\r
252 );\r
253\r
254/**\r
255 Returns information about the current firmware image(s) of the device.\r
256\r
257 This function allows a copy of the current firmware image to be created and saved.\r
258 The saved copy could later been used, for example, in firmware image recovery or rollback.\r
259\r
260 @param[in] This A pointer to the EFI_FIRMWARE_MANAGEMENT_PROTOCOL instance.\r
6e746540 261 @param[in, out] ImageInfoSize A pointer to the size, in bytes, of the ImageInfo buffer.\r
252b9c7a 262 On input, this is the size of the buffer allocated by the caller.\r
6e746540 263 On output, it is the size of the buffer returned by the firmware\r
252b9c7a 264 if the buffer was large enough, or the size of the buffer needed\r
265 to contain the image(s) information if the buffer was too small.\r
266 @param[in, out] ImageInfo A pointer to the buffer in which firmware places the current image(s)\r
267 information. The information is an array of EFI_FIRMWARE_IMAGE_DESCRIPTORs.\r
268 @param[out] DescriptorVersion A pointer to the location in which firmware returns the version number\r
6e746540 269 associated with the EFI_FIRMWARE_IMAGE_DESCRIPTOR.\r
252b9c7a 270 @param[out] DescriptorCount A pointer to the location in which firmware returns the number of\r
271 descriptors or firmware images within this device.\r
272 @param[out] DescriptorSize A pointer to the location in which firmware returns the size, in bytes,\r
273 of an individual EFI_FIRMWARE_IMAGE_DESCRIPTOR.\r
274 @param[out] PackageVersion A version number that represents all the firmware images in the device.\r
275 The format is vendor specific and new version must have a greater value\r
276 than the old version. If PackageVersion is not supported, the value is\r
277 0xFFFFFFFF. A value of 0xFFFFFFFE indicates that package version comparison\r
278 is to be performed using PackageVersionName. A value of 0xFFFFFFFD indicates\r
279 that package version update is in progress.\r
4f077902 280 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing the\r
6e746540 281 package version name. The buffer is allocated by this function with\r
252b9c7a 282 AllocatePool(), and it is the caller's responsibility to free it with a call\r
283 to FreePool().\r
284\r
285 @retval EFI_SUCCESS The device was successfully updated with the new image.\r
6e746540
HW
286 @retval EFI_BUFFER_TOO_SMALL The ImageInfo buffer was too small. The current buffer size\r
287 needed to hold the image(s) information is returned in ImageInfoSize.\r
252b9c7a 288 @retval EFI_INVALID_PARAMETER ImageInfoSize is NULL.\r
289 @retval EFI_DEVICE_ERROR Valid information could not be returned. Possible corrupted image.\r
290\r
6e746540 291**/\r
252b9c7a 292typedef\r
293EFI_STATUS\r
294(EFIAPI *EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GET_IMAGE_INFO)(\r
295 IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This,\r
296 IN OUT UINTN *ImageInfoSize,\r
297 IN OUT EFI_FIRMWARE_IMAGE_DESCRIPTOR *ImageInfo,\r
298 OUT UINT32 *DescriptorVersion,\r
299 OUT UINT8 *DescriptorCount,\r
300 OUT UINTN *DescriptorSize,\r
301 OUT UINT32 *PackageVersion,\r
302 OUT CHAR16 **PackageVersionName\r
303 );\r
304\r
305/**\r
6e746540 306 Retrieves a copy of the current firmware image of the device.\r
252b9c7a 307\r
308 This function allows a copy of the current firmware image to be created and saved.\r
309 The saved copy could later been used, for example, in firmware image recovery or rollback.\r
310\r
311 @param[in] This A pointer to the EFI_FIRMWARE_MANAGEMENT_PROTOCOL instance.\r
312 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.\r
313 The number is between 1 and DescriptorCount.\r
314 @param[out] Image Points to the buffer where the current image is copied to.\r
315 @param[out] ImageSize On entry, points to the size of the buffer pointed to by Image, in bytes.\r
316 On return, points to the length of the image, in bytes.\r
317\r
318 @retval EFI_SUCCESS The device was successfully updated with the new image.\r
6e746540
HW
319 @retval EFI_BUFFER_TOO_SMALL The buffer specified by ImageSize is too small to hold the\r
320 image. The current buffer size needed to hold the image is returned\r
252b9c7a 321 in ImageSize.\r
322 @retval EFI_INVALID_PARAMETER The Image was NULL.\r
323 @retval EFI_NOT_FOUND The current image is not copied to the buffer.\r
324 @retval EFI_UNSUPPORTED The operation is not supported.\r
325 @retval EFI_SECURITY_VIOLATIO The operation could not be performed due to an authentication failure.\r
326\r
6e746540 327**/\r
252b9c7a 328typedef\r
329EFI_STATUS\r
330(EFIAPI *EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GET_IMAGE)(\r
331 IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This,\r
332 IN UINT8 ImageIndex,\r
333 IN OUT VOID *Image,\r
334 IN OUT UINTN *ImageSize\r
335 );\r
336\r
337/**\r
338 Updates the firmware image of the device.\r
339\r
340 This function updates the hardware with the new firmware image.\r
341 This function returns EFI_UNSUPPORTED if the firmware image is not updatable.\r
342 If the firmware image is updatable, the function should perform the following minimal validations\r
343 before proceeding to do the firmware image update.\r
6e746540
HW
344 - Validate the image authentication if image has attribute\r
345 IMAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED. The function returns\r
252b9c7a 346 EFI_SECURITY_VIOLATION if the validation fails.\r
6e746540
HW
347 - Validate the image is a supported image for this device. The function returns EFI_ABORTED if\r
348 the image is unsupported. The function can optionally provide more detailed information on\r
252b9c7a 349 why the image is not a supported image.\r
6e746540
HW
350 - Validate the data from VendorCode if not null. Image validation must be performed before\r
351 VendorCode data validation. VendorCode data is ignored or considered invalid if image\r
352 validation failed. The function returns EFI_ABORTED if the data is invalid.\r
353\r
354 VendorCode enables vendor to implement vendor-specific firmware image update policy. Null if\r
355 the caller did not specify the policy or use the default policy. As an example, vendor can implement\r
356 a policy to allow an option to force a firmware image update when the abort reason is due to the new\r
357 firmware image version is older than the current firmware image version or bad image checksum.\r
252b9c7a 358 Sensitive operations such as those wiping the entire firmware image and render the device to be\r
359 non-functional should be encoded in the image itself rather than passed with the VendorCode.\r
360 AbortReason enables vendor to have the option to provide a more detailed description of the abort\r
361 reason to the caller.\r
362\r
363 @param[in] This A pointer to the EFI_FIRMWARE_MANAGEMENT_PROTOCOL instance.\r
364 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.\r
365 The number is between 1 and DescriptorCount.\r
366 @param[in] Image Points to the new image.\r
367 @param[in] ImageSize Size of the new image in bytes.\r
6e746540 368 @param[in] VendorCode This enables vendor to implement vendor-specific firmware image update policy.\r
252b9c7a 369 Null indicates the caller did not specify the policy or use the default policy.\r
370 @param[in] Progress A function used by the driver to report the progress of the firmware update.\r
4f077902 371 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more\r
6e746540 372 details for the aborted operation. The buffer is allocated by this function\r
252b9c7a 373 with AllocatePool(), and it is the caller's responsibility to free it with a\r
374 call to FreePool().\r
375\r
376 @retval EFI_SUCCESS The device was successfully updated with the new image.\r
377 @retval EFI_ABORTED The operation is aborted.\r
378 @retval EFI_INVALID_PARAMETER The Image was NULL.\r
379 @retval EFI_UNSUPPORTED The operation is not supported.\r
380 @retval EFI_SECURITY_VIOLATIO The operation could not be performed due to an authentication failure.\r
381\r
6e746540 382**/\r
252b9c7a 383typedef\r
384EFI_STATUS\r
385(EFIAPI *EFI_FIRMWARE_MANAGEMENT_PROTOCOL_SET_IMAGE)(\r
386 IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This,\r
387 IN UINT8 ImageIndex,\r
388 IN CONST VOID *Image,\r
389 IN UINTN ImageSize,\r
390 IN CONST VOID *VendorCode,\r
391 IN EFI_FIRMWARE_MANAGEMENT_UPDATE_IMAGE_PROGRESS Progress,\r
392 OUT CHAR16 **AbortReason\r
393 );\r
394\r
395/**\r
396 Checks if the firmware image is valid for the device.\r
397\r
6e746540 398 This function allows firmware update application to validate the firmware image without\r
252b9c7a 399 invoking the SetImage() first.\r
400\r
401 @param[in] This A pointer to the EFI_FIRMWARE_MANAGEMENT_PROTOCOL instance.\r
402 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.\r
403 The number is between 1 and DescriptorCount.\r
404 @param[in] Image Points to the new image.\r
405 @param[in] ImageSize Size of the new image in bytes.\r
406 @param[out] ImageUpdatable Indicates if the new image is valid for update. It also provides,\r
6e746540 407 if available, additional information if the image is invalid.\r
252b9c7a 408\r
409 @retval EFI_SUCCESS The image was successfully checked.\r
410 @retval EFI_INVALID_PARAMETER The Image was NULL.\r
411 @retval EFI_UNSUPPORTED The operation is not supported.\r
412 @retval EFI_SECURITY_VIOLATIO The operation could not be performed due to an authentication failure.\r
413\r
6e746540 414**/\r
252b9c7a 415typedef\r
416EFI_STATUS\r
417(EFIAPI *EFI_FIRMWARE_MANAGEMENT_PROTOCOL_CHECK_IMAGE)(\r
418 IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This,\r
419 IN UINT8 ImageIndex,\r
420 IN CONST VOID *Image,\r
421 IN UINTN ImageSize,\r
422 OUT UINT32 *ImageUpdatable\r
423 );\r
424\r
425/**\r
6e746540 426 Returns information about the firmware package.\r
252b9c7a 427\r
428 This function returns package information.\r
429\r
430 @param[in] This A pointer to the EFI_FIRMWARE_MANAGEMENT_PROTOCOL instance.\r
431 @param[out] PackageVersion A version number that represents all the firmware images in the device.\r
432 The format is vendor specific and new version must have a greater value\r
433 than the old version. If PackageVersion is not supported, the value is\r
434 0xFFFFFFFF. A value of 0xFFFFFFFE indicates that package version\r
435 comparison is to be performed using PackageVersionName. A value of\r
436 0xFFFFFFFD indicates that package version update is in progress.\r
4f077902 437 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing\r
252b9c7a 438 the package version name. The buffer is allocated by this function with\r
439 AllocatePool(), and it is the caller's responsibility to free it with a\r
440 call to FreePool().\r
441 @param[out] PackageVersionNameMaxLen The maximum length of package version name if device supports update of\r
442 package version name. A value of 0 indicates the device does not support\r
443 update of package version name. Length is the number of Unicode characters,\r
444 including the terminating null character.\r
6e746540
HW
445 @param[out] AttributesSupported Package attributes that are supported by this device. See 'Package Attribute\r
446 Definitions' for possible returned values of this parameter. A value of 1\r
252b9c7a 447 indicates the attribute is supported and the current setting value is\r
448 indicated in AttributesSetting. A value of 0 indicates the attribute is not\r
449 supported and the current setting value in AttributesSetting is meaningless.\r
450 @param[out] AttributesSetting Package attributes. See 'Package Attribute Definitions' for possible returned\r
451 values of this parameter\r
452\r
453 @retval EFI_SUCCESS The package information was successfully returned.\r
454 @retval EFI_UNSUPPORTED The operation is not supported.\r
455\r
456**/\r
457typedef\r
458EFI_STATUS\r
459(EFIAPI *EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GET_PACKAGE_INFO)(\r
460 IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This,\r
461 OUT UINT32 *PackageVersion,\r
462 OUT CHAR16 **PackageVersionName,\r
463 OUT UINT32 *PackageVersionNameMaxLen,\r
464 OUT UINT64 *AttributesSupported,\r
465 OUT UINT64 *AttributesSetting\r
466 );\r
467\r
468/**\r
469 Updates information about the firmware package.\r
470\r
471 This function updates package information.\r
472 This function returns EFI_UNSUPPORTED if the package information is not updatable.\r
473 VendorCode enables vendor to implement vendor-specific package information update policy.\r
474 Null if the caller did not specify this policy or use the default policy.\r
475\r
476 @param[in] This A pointer to the EFI_FIRMWARE_MANAGEMENT_PROTOCOL instance.\r
477 @param[in] Image Points to the authentication image.\r
478 Null if authentication is not required.\r
479 @param[in] ImageSize Size of the authentication image in bytes.\r
480 0 if authentication is not required.\r
481 @param[in] VendorCode This enables vendor to implement vendor-specific firmware\r
6e746540 482 image update policy.\r
252b9c7a 483 Null indicates the caller did not specify this policy or use\r
484 the default policy.\r
485 @param[in] PackageVersion The new package version.\r
486 @param[in] PackageVersionName A pointer to the new null-terminated Unicode string representing\r
6e746540
HW
487 the package version name.\r
488 The string length is equal to or less than the value returned in\r
252b9c7a 489 PackageVersionNameMaxLen.\r
490\r
491 @retval EFI_SUCCESS The device was successfully updated with the new package\r
492 information.\r
6e746540 493 @retval EFI_INVALID_PARAMETER The PackageVersionName length is longer than the value\r
252b9c7a 494 returned in PackageVersionNameMaxLen.\r
495 @retval EFI_UNSUPPORTED The operation is not supported.\r
496 @retval EFI_SECURITY_VIOLATIO The operation could not be performed due to an authentication failure.\r
497\r
498**/\r
499typedef\r
500EFI_STATUS\r
501(EFIAPI *EFI_FIRMWARE_MANAGEMENT_PROTOCOL_SET_PACKAGE_INFO)(\r
502 IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This,\r
503 IN CONST VOID *Image,\r
504 IN UINTN ImageSize,\r
505 IN CONST VOID *VendorCode,\r
506 IN UINT32 PackageVersion,\r
507 IN CONST CHAR16 *PackageVersionName\r
508 );\r
509\r
510///\r
511/// EFI_FIRMWARE_MANAGEMENT_PROTOCOL\r
512/// The protocol for managing firmware provides the following services.\r
513/// - Get the attributes of the current firmware image. Attributes include revision level.\r
6e746540 514/// - Get a copy of the current firmware image. As an example, this service could be used by a\r
252b9c7a 515/// management application to facilitate a firmware roll-back.\r
516/// - Program the device with a firmware image supplied by the user.\r
517/// - Label all the firmware images within a device with a single version.\r
518///\r
519struct _EFI_FIRMWARE_MANAGEMENT_PROTOCOL {\r
520 EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GET_IMAGE_INFO GetImageInfo;\r
521 EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GET_IMAGE GetImage;\r
522 EFI_FIRMWARE_MANAGEMENT_PROTOCOL_SET_IMAGE SetImage;\r
523 EFI_FIRMWARE_MANAGEMENT_PROTOCOL_CHECK_IMAGE CheckImage;\r
524 EFI_FIRMWARE_MANAGEMENT_PROTOCOL_GET_PACKAGE_INFO GetPackageInfo;\r
525 EFI_FIRMWARE_MANAGEMENT_PROTOCOL_SET_PACKAGE_INFO SetPackageInfo;\r
526};\r
527\r
528extern EFI_GUID gEfiFirmwareManagementProtocolGuid;\r
529\r
530#endif\r