From: Gao, Liming Date: Tue, 14 Jan 2014 06:05:12 +0000 (+0000) Subject: Update FMP Header file Comments per UEFI2.4A X-Git-Tag: edk2-stable201903~11846 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9938c13d45f1f0860369278a1e61a6fce8bfc7ec Update FMP Header file Comments per UEFI2.4A Signed-off-by: Gao, Liming Reviewed-by: Qiu, Shumin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15111 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Protocol/FirmwareManagement.h b/MdePkg/Include/Protocol/FirmwareManagement.h index ae840268a6..56b0ff53a6 100644 --- a/MdePkg/Include/Protocol/FirmwareManagement.h +++ b/MdePkg/Include/Protocol/FirmwareManagement.h @@ -8,7 +8,7 @@ CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return EFI_UNSUPPORTED if not supported by the driver. - Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2014, 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 @@ -130,7 +130,7 @@ typedef struct { #define IMAGE_COMPATIBILITY_CHECK_SUPPORTED 0x0000000000000001 /// -/// Descriptor Version +/// Descriptor Version exposed by GetImageInfo() function /// #define EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION 2 @@ -148,6 +148,8 @@ typedef struct { /// Provides the authorization for the firmware image operations. It is a signature across /// the image data and the Monotonic Count value. Caller uses the private key that is /// associated with a public key that has been provisioned via the key exchange. + /// Because this is defined as a signature, WIN_CERTIFICATE_UEFI_GUID.CertType must + /// be EFI_CERT_TYPE_PKCS7_GUID. /// WIN_CERTIFICATE_UEFI_GUID AuthInfo; } EFI_FIRMWARE_IMAGE_AUTHENTICATION;