diff options
author | Satya Yarlagadda <satya.p.yarlagadda@intel.com> | 2016-06-15 13:34:17 +0530 |
---|---|---|
committer | Satya Yarlagadda <satya.p.yarlagadda@intel.com> | 2016-06-16 10:54:07 +0530 |
commit | 6d40ea81fc82e4bf494f577e840183c4632047e7 (patch) | |
tree | 3cc845adf1c5d259ee9c00a66a04a9fc75e74b19 | |
parent | dbff6ed05ea8e7c692366369423c0500e3e08b91 (diff) | |
download | edk2-6d40ea81fc82e4bf494f577e840183c4632047e7.zip edk2-6d40ea81fc82e4bf494f577e840183c4632047e7.tar.gz edk2-6d40ea81fc82e4bf494f577e840183c4632047e7.tar.bz2 |
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>
-rw-r--r-- | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec index ac30e76..d9d2d80 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 |