diff options
author | Chasel, Chiu <chasel.chiu@intel.com> | 2017-11-23 10:22:45 +0800 |
---|---|---|
committer | Chasel, Chiu <chasel.chiu@intel.com> | 2017-11-29 15:52:25 +0800 |
commit | e69dcef54e03a193964e1ca39769d8a394ccde9d (patch) | |
tree | 421899e511dd7594e6768079aad1d9d5ef0d73e3 /IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf | |
parent | 984ba6a467476363d7092b4da3953cce6dcbfd41 (diff) | |
download | edk2-e69dcef54e03a193964e1ca39769d8a394ccde9d.tar.gz edk2-e69dcef54e03a193964e1ca39769d8a394ccde9d.tar.bz2 edk2-e69dcef54e03a193964e1ca39769d8a394ccde9d.zip |
IntelFsp2WrapperPkg: Support UPD allocation outside FspWrapper
UPD allocation and patching can be done outside FspWrapper
as implementation choice so adding a PCD to select between
original FspWrapper allocation model or outside model
Cc: Jiewen Yao <Jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf')
-rw-r--r-- | IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf index c858e7097d..cd87a99c40 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf @@ -66,7 +66,8 @@ gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY
[Pcd]
- gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
+ gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
+ gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress ## CONSUMES
[Guids]
gFspHobGuid ## CONSUMES ## HOB
|