From nobody Sun May 19 13:08:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93013+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93013+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1661969959; cv=none; d=zohomail.com; s=zohoarc; b=hOnYweY1pDCfYn+OvNGu1yU7aawkmqmQyUYotxdiI2vRaGld+AGLRUeukYh0/PhKHiJnRrYel16qtjpsz4q8Bb9KK60crhfvgKLC7nf58JvfOqoq4/5Y7Lj0k+BwshKSnd1HAfSqwv3PTgtIupsxA8Dq13X5DGJEwIKmiVAo740= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1661969959; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=Gmi0RSrJ+wpOpnsFJ2qnTt7je3qqgclo8iVKFgNlm6g=; b=JMSFn4ezR8BG0S8XMgMfgEm1NqWZI5rbu5CYwMJGAbFasxSSo409H/xq+GkrBBdhza0FWM35squ12MpTAWYrfSC2IM7EBwTiaysLbNJa2JkfmlFob0/m2bTUkx3F3dOLXwl1Cv2s302wgapsgagSvPGtJqJP+Io0sBBAqyWVMz8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93013+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1661969959935883.7792907131795; Wed, 31 Aug 2022 11:19:19 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id tjnfYY1788612xEss02uVdzO; Wed, 31 Aug 2022 11:19:19 -0700 X-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 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" X-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" X-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-devel] [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> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,chasel.chiu@intel.com X-Gm-Message-State: yXXdpsHZobqb88i1UHi3uycCx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1661969959; bh=uGFwLfBzYtEIwUBj1xe7rl12i4KuQ5ilgVR0ATPhJOU=; h=Cc:Date:From:Reply-To:Subject:To; b=RttrRO73sDao2CVSFzZTsi7VGzDbyBnfxAFznVpo1ChCA4A8fpWH6yxrQq7HkWD3t55 WPuG9ApgHjmwa8Z80ZSV+Skz7CUBY6WVw2vyStm+UCaaQaI3AXOAXADHSYwD4ngr3uPqw N9JXPHm43qJQeEBDAAqLtcmWOJZ4a1802HU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1661969961226100003 Content-Type: text/plain; charset="utf-8" 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 =20 FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/Base= FspMeasurementLib.inf + FspWrapperPlatformMultiPhaseLib|IntelFsp2WrapperPkg/Library/BaseFspWrapp= erPlatformMultiPhaseLibSample/BaseFspWrapperPlatformMultiPhaseLibSample.inf + FspWrapperMultiPhaseProcessLib|IntelFsp2WrapperPkg/Library/FspWrapperMul= tiPhaseProcessLib/FspWrapperMultiPhaseProcessLib.inf TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo= gRecordLib.inf TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasure= mentLib.inf =20 --=20 2.35.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93013): https://edk2.groups.io/g/devel/message/93013 Mute This Topic: https://groups.io/mt/93377589/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-