From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web08.2471.1661969958423500066 for ; Wed, 31 Aug 2022 11:19:18 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=GdAWnwXe; spf=permerror, err=too many SPF records (domain: intel.com, ip: 192.55.52.43, 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=1661969958; x=1693505958; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=8NRTSQJ5Rrg+nNNe38fch5XrsKSUzMKlxlLj2slumTw=; b=GdAWnwXeTVsoCqcFwadcuujp49IlHcQqJTPzXeBWFy/ez3XKxi80BYS5 AyY+CMZh9Wi/ekmGzfU+rE213TKX4KzVkGoCvD+m+bxNWOgwCnC9OUsPp tbCpCSr7QHvVpDAFYaMqQMJHxKP0s1eyN0banU8+o28EnVOtBiKSGt4Pv HIgF83i62XKs4zk5YW3aQ6pGUpDb1/D+oMk4LLJW4Iq0rKZeX8/4DNnCY BnBCOTuz2qUZO91kPv3I73U2M4cHLDHXzvHaFGoBzK8WlEAyPqqWgvimc ludBmn6w4HZKeS5smdVzpGBaKzK+SHJ/zD1JnFopAhzUu+FxgJRn7oBys w==; X-IronPort-AV: E=McAfee;i="6500,9779,10456"; a="381809476" X-IronPort-AV: E=Sophos;i="5.93,278,1654585200"; d="scan'208";a="381809476" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 11:18:54 -0700 X-IronPort-AV: E=Sophos;i="5.93,278,1654585200"; d="scan'208";a="673465230" Received: from cchiu4-mobl.gar.corp.intel.com ([10.209.34.126]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 11:18:54 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Isaac Oram , Liming Gao , Eric Dong Subject: [edk2-platforms: PATCH] MinPlatformPkg: Add FSP 2.4 MultiPhase library. Date: Wed, 31 Aug 2022 11:18:42 -0700 Message-Id: <20220831181842.3141-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..d4191c4b01 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= erPlatformMultiPhaseLibSample/BaseFspWrapperPlatformMultiPhaseLibSample.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