From: Satya Yarlagadda Date: Wed, 15 Jun 2016 08:04:17 +0000 (+0530) Subject: IntelFsp2WrapperPkg: Add Dymanic PCD capability to PcdFspsBaseAddress X-Git-Tag: edk2-stable201903~6844 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6d40ea81fc82e4bf494f577e840183c4632047e7;ds=inline IntelFsp2WrapperPkg: Add Dymanic PCD capability to PcdFspsBaseAddress Cc: Giri P Mudusuru Cc: Maurice Ma Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Satya Yarlagadda Reviewed by: Maurice Ma Reviewed by: Jiewen Yao Reviewed by: Giri P Mudusuru --- diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec index ac30e76d2c..d9d2d80e12 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec @@ -74,4 +74,7 @@ ## This is the base address of FSP-T/M/S gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress|0x00000000|UINT32|0x00000300 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress|0x00000000|UINT32|0x00000301 - gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress|0x00000000|UINT32|0x00000302 + +[PcdsFixedAtBuild, PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx] + gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress|0x00000000|UINT32|0x00001001 + \ No newline at end of file