From 6d40ea81fc82e4bf494f577e840183c4632047e7 Mon Sep 17 00:00:00 2001 From: Satya Yarlagadda Date: Wed, 15 Jun 2016 13:34:17 +0530 Subject: [PATCH] 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 --- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2