diff options
author | Qi Zhang <qi1.zhang@intel.com> | 2020-09-15 13:49:27 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-09-16 05:16:02 +0000 |
commit | 414d7d11e6ea35b52a51fee9888a3122574f2db3 (patch) | |
tree | 7f261778e6fa3b37aef33950c2f061b8096db949 /IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | |
parent | a62fb4229d149560cac2bf56011fba49a281ed2b (diff) | |
download | edk2-414d7d11e6ea35b52a51fee9888a3122574f2db3.tar.gz edk2-414d7d11e6ea35b52a51fee9888a3122574f2db3.tar.bz2 edk2-414d7d11e6ea35b52a51fee9888a3122574f2db3.zip |
IntelFsp2WrapperPkg: remove gPeiTpmInitializationDonePpiGuid from Depex
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2963
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Cc: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf')
-rw-r--r-- | IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf index c3578397b6..00166e56a0 100644 --- a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf +++ b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf @@ -73,5 +73,4 @@ gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## PRODUCES
[Depex]
- gEfiPeiMasterBootModePpiGuid AND
- gPeiTpmInitializationDonePpiGuid
+ gEfiPeiMasterBootModePpiGuid
|