summaryrefslogtreecommitdiffstats
path: root/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
diff options
context:
space:
mode:
authorSatya Yarlagadda <satya.p.yarlagadda@intel.com>2016-06-15 13:34:17 +0530
committerSatya Yarlagadda <satya.p.yarlagadda@intel.com>2016-06-16 10:54:07 +0530
commit6d40ea81fc82e4bf494f577e840183c4632047e7 (patch)
tree3cc845adf1c5d259ee9c00a66a04a9fc75e74b19 /IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
parentdbff6ed05ea8e7c692366369423c0500e3e08b91 (diff)
downloadedk2-6d40ea81fc82e4bf494f577e840183c4632047e7.tar.gz
edk2-6d40ea81fc82e4bf494f577e840183c4632047e7.tar.bz2
edk2-6d40ea81fc82e4bf494f577e840183c4632047e7.zip
IntelFsp2WrapperPkg: Add Dymanic PCD capability to PcdFspsBaseAddress
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Satya Yarlagadda <satya.p.yarlagadda@intel.com> Reviewed by: Maurice Ma <maurice.ma@intel.com> Reviewed by: Jiewen Yao <jiewen.yao@intel.com> Reviewed by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec')
-rw-r--r--IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec5
1 files changed, 4 insertions, 1 deletions
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