]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: Use PcdGet32() to access PcdPeiCoreMaxFvSupported
authorLiming Gao <liming.gao@intel.com>
Mon, 16 May 2016 07:33:41 +0000 (15:33 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 17 May 2016 02:09:32 +0000 (10:09 +0800)
commite7cbd1490fea53f84e71f33987e2ad2e916febb2
treef1ba38a96ee6f3e0aacdcc914fc5b4e3b4546c95
parent8b3ccf16e0b71cceb4ea4d9546f95ba55a6abc6a
SecurityPkg: Use PcdGet32() to access PcdPeiCoreMaxFvSupported

FixedPcdGet32() limits PcdPeiCoreMaxFvSupported type as FixedAtBuild.
PcdGet32() allows PCD be configured as FixedAtBuild or PatchableInModule.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
SecurityPkg/Tcg/TrEEPei/TrEEPei.c