]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: Fixed build error due to FixedAtBuild PcdTcg2HashAlgorithmBitmap
authorSamer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com>
Tue, 18 Aug 2015 05:46:50 +0000 (05:46 +0000)
committerjyao1 <jyao1@Edk2>
Tue, 18 Aug 2015 05:46:50 +0000 (05:46 +0000)
commitf88e9c5bb9b4e50390cc79ca81547f89911a4e0c
tree11e5bb10f46e5280994ab85d664eb5bebd45ecfc
parent2c3200072f94313600c6fa9af57715220b51a5fb
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
SecurityPkg/SecurityPkg.dec