From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web09.701.1662076557243777875 for ; Thu, 01 Sep 2022 16:55:57 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=SsqD2Pt8; spf=permerror, err=too many SPF records (domain: intel.com, ip: 134.134.136.100, mailfrom: chasel.chiu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662076557; x=1693612557; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JK0vHp4a//HtgToOH3Lky1rVp0R4uWLr9YClwwnCj1Q=; b=SsqD2Pt8kn7uMyyAjegVE2I3bb4Gv8iCz8dl7vUSulMygVsIPY4h6xC7 XHl/w6+D7w3WQd3+K8Ewh+kZTvHxv9zPBdqNq5MoAsdZeUv6my0mhaH4f vGMnrLzl1LobKtKwp5L0HelcLZxdn9EXxXoFPRFMjfzckVGo2QiiPI/Yj SFXfnQ+Z93L3MzVb9lo5ssxYVcDh9zRc2MRzBxxSTkB+CwcyB6d7jy0Qm JHAunVv9ppyEUTDEPKJ8Yexo40Nrpe/3etZLEB7IFxPLjehZO1FYZvNpD tc7f8Vv5JOx0TxDnlYaUwrjnfRzHfVnFV+nGrzaSEXHyHggg0h5syv2Ez w==; X-IronPort-AV: E=McAfee;i="6500,9779,10457"; a="359812845" X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="359812845" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 16:55:56 -0700 X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="755047035" Received: from cchiu4-mobl.gar.corp.intel.com ([10.212.206.87]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 16:55:56 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Isaac Oram , Liming Gao , Eric Dong Subject: [edk2-platforms: PATCH v2] MinPlatformPkg: Add FSP 2.4 MultiPhase library. Date: Thu, 1 Sep 2022 16:55:27 -0700 Message-Id: <20220901235527.3966-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.35.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable FSP Wrapper has implemented FSP 2.4 MultiPhase support and required platform to include new library instance. Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Chasel Chiu --- Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc b/Pla= tform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc index 8e91dba6ac..9bac751eaf 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc @@ -54,6 +54,8 @@ TpmPlatformHierarchyLib|MinPlatformPkg/Tcg/Library/PeiDxeTpmPlatformHier= archyLib/PeiDxeTpmPlatformHierarchyLib.inf=0D =0D FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/Base= FspMeasurementLib.inf=0D + FspWrapperPlatformMultiPhaseLib|IntelFsp2WrapperPkg/Library/BaseFspWrapp= erPlatformMultiPhaseLibNull/BaseFspWrapperPlatformMultiPhaseLibNull.inf=0D + FspWrapperMultiPhaseProcessLib|IntelFsp2WrapperPkg/Library/FspWrapperMul= tiPhaseProcessLib/FspWrapperMultiPhaseProcessLib.inf=0D TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo= gRecordLib.inf=0D TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasure= mentLib.inf=0D =0D --=20 2.35.0.windows.1