diff options
author | Chasel Chiu <chasel.chiu@intel.com> | 2022-08-09 17:35:50 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-26 20:22:44 +0000 |
commit | 96f3efbd991db83c608909c1c861a77fe26982f1 (patch) | |
tree | 2e7ea649122e20771451258a788bcecddc75b0e5 /IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | |
parent | d97ee3244d806d324a22ea530215a9f10d2b23e2 (diff) | |
download | edk2-96f3efbd991db83c608909c1c861a77fe26982f1.tar.gz edk2-96f3efbd991db83c608909c1c861a77fe26982f1.tar.bz2 edk2-96f3efbd991db83c608909c1c861a77fe26982f1.zip |
IntelFsp2WrapperPkg: Implement FSP 2.4 MultiPhase wrapper handlers.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3916
Implement MultiPhase wrapper handlers and only call to MultiPhase
handlers when FSP supports.
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf')
-rw-r--r-- | IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf index e2262d693c..332509e0bc 100644 --- a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf +++ b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf @@ -46,6 +46,7 @@ FspWrapperApiLib
FspWrapperApiTestLib
FspMeasurementLib
+ FspWrapperMultiPhaseProcessLib
[Packages]
MdePkg/MdePkg.dec
|