mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Fixed build error due to FixedAtBuild PcdTcg2HashAlgorithmBitmap
PcdTcg2HashAlgorithmBitmap is declared in a section that allows it to be Fixed or PatchableAtBuild, but there is code that sets it. This breaks the build on some platforms. Changed it to be PcdsDynamic and PcdsDynamicEx only. We move PcdTpm2HashMask to Dynamic section too, because now Tcg2Pei will set this PCD according to TPM2 device capability. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Samer El-Haj-Mahmoud" <samer.el-haj-mahmoud@hp.com> Reviewed-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18233 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2c3200072f
commit
f88e9c5bb9
|
@ -6,6 +6,7 @@
|
||||||
# and libraries instances, which are used for those features.
|
# and libraries instances, which are used for those features.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
|
# (C) Copyright 2015 Hewlett Packard Enterprise Development LP <BR>
|
||||||
# This program and the accompanying materials are licensed and made available under
|
# 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 terms and conditions of the BSD License which accompanies this distribution.
|
||||||
# The full text of the license may be found at
|
# The full text of the license may be found at
|
||||||
|
@ -354,17 +355,6 @@
|
||||||
# @Prompt TPM device type identifier
|
# @Prompt TPM device type identifier
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0x0001000F
|
gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0x0001000F
|
||||||
|
|
||||||
## This PCD indicates Hash mask for TPM 2.0.<BR><BR>
|
|
||||||
# If this bit is set, that means this algorithm is needed to extend to PCR.<BR>
|
|
||||||
# If this bit is clear, that means this algorithm is NOT needed to extend to PCR.<BR>
|
|
||||||
# BIT0 - SHA1.<BR>
|
|
||||||
# BIT1 - SHA256.<BR>
|
|
||||||
# BIT2 - SHA384.<BR>
|
|
||||||
# BIT3 - SHA512.<BR>
|
|
||||||
# @Prompt Hash mask for TPM 2.0
|
|
||||||
# @ValidRange 0x80000001 | 0x00000000 - 0x0000000F
|
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|0x0000000F|UINT32|0x00010010
|
|
||||||
|
|
||||||
## This PCD indicates if BIOS auto detect TPM1.2 or dTPM2.0.<BR><BR>
|
## This PCD indicates if BIOS auto detect TPM1.2 or dTPM2.0.<BR><BR>
|
||||||
# FALSE - No auto detection.<BR>
|
# FALSE - No auto detection.<BR>
|
||||||
# TRUE - Auto detection.<BR>
|
# TRUE - Auto detection.<BR>
|
||||||
|
@ -375,11 +365,6 @@
|
||||||
# @Prompt TPM device address.
|
# @Prompt TPM device address.
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0xFED40000|UINT64|0x00010012
|
gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0xFED40000|UINT64|0x00010012
|
||||||
|
|
||||||
## This PCD indicated final BIOS supported Hash mask.
|
|
||||||
# Bios may choose to register a subset of PcdTpm2HashMask.
|
|
||||||
# So this PCD is final value of how many hash algo is extended to PCR.
|
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|0xFFFFFFFF|UINT32|0x00010016
|
|
||||||
|
|
||||||
## This PCR means the OEM configurated number of PCR banks.
|
## This PCR means the OEM configurated number of PCR banks.
|
||||||
# 0 means dynamic get from supported HASH algorithm
|
# 0 means dynamic get from supported HASH algorithm
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2NumberOfPCRBanks|0x0|UINT32|0x00010015
|
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2NumberOfPCRBanks|0x0|UINT32|0x00010015
|
||||||
|
@ -390,5 +375,23 @@
|
||||||
#
|
#
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer|{0x91, 0x29, 0xc4, 0xbd, 0xea, 0x6d, 0xda, 0xb3, 0xaa, 0x6f, 0x50, 0x16, 0xfc, 0xdb, 0x4b, 0x7e, 0x3c, 0xd6, 0xdc, 0xa4, 0x7a, 0x0e, 0xdd, 0xe6, 0x15, 0x8c, 0x73, 0x96, 0xa2, 0xd4, 0xa6, 0x4d}|VOID*|0x00010013
|
gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer|{0x91, 0x29, 0xc4, 0xbd, 0xea, 0x6d, 0xda, 0xb3, 0xaa, 0x6f, 0x50, 0x16, 0xfc, 0xdb, 0x4b, 0x7e, 0x3c, 0xd6, 0xdc, 0xa4, 0x7a, 0x0e, 0xdd, 0xe6, 0x15, 0x8c, 0x73, 0x96, 0xa2, 0xd4, 0xa6, 0x4d}|VOID*|0x00010013
|
||||||
|
|
||||||
|
[PcdsDynamic, PcdsDynamicEx]
|
||||||
|
|
||||||
|
## This PCD indicates Hash mask for TPM 2.0.<BR><BR>
|
||||||
|
# If this bit is set, that means this algorithm is needed to extend to PCR.<BR>
|
||||||
|
# If this bit is clear, that means this algorithm is NOT needed to extend to PCR.<BR>
|
||||||
|
# BIT0 - SHA1.<BR>
|
||||||
|
# BIT1 - SHA256.<BR>
|
||||||
|
# BIT2 - SHA384.<BR>
|
||||||
|
# BIT3 - SHA512.<BR>
|
||||||
|
# @Prompt Hash mask for TPM 2.0
|
||||||
|
# @ValidRange 0x80000001 | 0x00000000 - 0x0000000F
|
||||||
|
gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|0x0000000F|UINT32|0x00010010
|
||||||
|
|
||||||
|
## This PCD indicated final BIOS supported Hash mask.
|
||||||
|
# Bios may choose to register a subset of PcdTpm2HashMask.
|
||||||
|
# So this PCD is final value of how many hash algo is extended to PCR.
|
||||||
|
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|0xFFFFFFFF|UINT32|0x00010016
|
||||||
|
|
||||||
[UserExtensions.TianoCore."ExtraFiles"]
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
SecurityPkgExtra.uni
|
SecurityPkgExtra.uni
|
||||||
|
|
Loading…
Reference in New Issue