X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SignedCapsulePkg%2FSignedCapsulePkg.dec;h=04dbf62af42a4c09fed52b9f6fcb989f9b7e23d1;hp=b27e87409b19b85da6de75c67ac70a80e4e54029;hb=HEAD;hpb=7ee5139c1b8fa8991ae0ac3f4a5c771f76dfc0d9 diff --git a/SignedCapsulePkg/SignedCapsulePkg.dec b/SignedCapsulePkg/SignedCapsulePkg.dec index b27e87409b..04dbf62af4 100644 --- a/SignedCapsulePkg/SignedCapsulePkg.dec +++ b/SignedCapsulePkg/SignedCapsulePkg.dec @@ -2,13 +2,7 @@ # This package provides EDKII capsule related support. # # Copyright (c) 2016, 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 that accompanies this distribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php. -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -52,10 +46,14 @@ # @Prompt GUID of the FFS which contains the Pkcs7TestPublicKeyFile. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiPkcs7TestPublicKeyFileGuid|{0xba, 0xf5, 0x93, 0xf0, 0x37, 0x6f, 0x16, 0x48, 0x9e, 0x52, 0x91, 0xbe, 0xa0, 0xf7, 0xe0, 0xb8}|VOID*|0xA0010002 + ## This is the lowest supported version number that can be upgraded to, as exposed via the System Firmware descriptor. + # @Prompt Lowest support version number that can be upgraded to via capsule update + gEfiSignedCapsulePkgTokenSpaceGuid.PcdLowestSupportedFirmwareVersion|0x1|UINT32|0xA0010003 + [PcdsDynamicEx] ## This dynamic PCD holds the EDKII system firmware image descriptor. # This information can be used for version check in EDKII system FMP capsule. - # Only if the new EdkiiSystemFrimwareImageDescriptor.Version is not less than + # Only if the new EdkiiSystemFirmwareImageDescriptor.Version is not less than # the current PcdEdkiiSystemFirmwareImageDescriptor.LowestSupportedVersion, # the EDKII system FmpCapsule will be processed. # The data structure of this PCD is EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR, @@ -67,7 +65,7 @@ ## This dynamic PCD hold the GUID of a firmware FFS which includes EDKII # system firmware image. - # An EDKII system firmware udpate module need consume this PCD to extract + # An EDKII system firmware update module need consume this PCD to extract # the EDKII system firmware from the capsule image. # It must be in [PcdsDynamicEx], because the EDKII system firmware update module may # consume the PCD produced in current system firmware image.