mirror of https://github.com/acidanthera/audk.git
Update FMP Header file Comments per UEFI2.4A
Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Qiu, Shumin <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15111 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ed95ad4e40
commit
9938c13d45
|
@ -8,7 +8,7 @@
|
||||||
CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return
|
CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return
|
||||||
EFI_UNSUPPORTED if not supported by the driver.
|
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
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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
|
#define IMAGE_COMPATIBILITY_CHECK_SUPPORTED 0x0000000000000001
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Descriptor Version
|
/// Descriptor Version exposed by GetImageInfo() function
|
||||||
///
|
///
|
||||||
#define EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION 2
|
#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
|
/// 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
|
/// 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.
|
/// 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;
|
WIN_CERTIFICATE_UEFI_GUID AuthInfo;
|
||||||
} EFI_FIRMWARE_IMAGE_AUTHENTICATION;
|
} EFI_FIRMWARE_IMAGE_AUTHENTICATION;
|
||||||
|
|
Loading…
Reference in New Issue