Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Update FMP Header file Comments per UEFI2.4A
Browse files Browse the repository at this point in the history
Signed-off-by: Gao, Liming <[email protected]>
Reviewed-by: Qiu, Shumin <[email protected]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15111 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
lgao4 authored and lgao4 committed Jan 14, 2014
1 parent ed95ad4 commit 9938c13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MdePkg/Include/Protocol/FirmwareManagement.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.<BR>
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
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
Expand Down Expand Up @@ -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

Expand All @@ -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;
Expand Down

0 comments on commit 9938c13

Please sign in to comment.