From nobody Sun May 12 05:47:29 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+93077+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+93077+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1662076558; cv=none; d=zohomail.com; s=zohoarc; b=AdUL39+D/0toHuvceeH6pK3oVReacoNWyIxYXK9RvnwN+ty2/XugqTslSOQDd5X2ES/GFapuoJIm4NxkbrZmg+kmGFXwdI0v5s6WhUxbvdQzUHtZ7Su2htjbcF2/xrbW11WfkLBY9Pibu0ey2TYvcmTMRmFmGIa+LJ1UqBSia7w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662076558; 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=bgqMZACzM5wDj69TNuuLCZ6dkFQqrz/9TOw6j3/sdEU=; b=CqSBKyyCch12JGcTumpF0G6Jo3AwGexj7C2JWeAEBRFyFaSPYjsM6C9KOvBMS0GM21/n7gMEUYJbl4Kr0vrUM/uJLGOnDQTbrfIpZiEhWyqr2bMbhJPWrOZAZB0bSINrIS+3nYsvQWl0Ff7jbUiXzDnS/iSyMSgRH3LDHO71MP8= 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+93077+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 1662076558469623.2669599767639; Thu, 1 Sep 2022 16:55:58 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id VkSzYY1788612xcxnRlvNXQp; Thu, 01 Sep 2022 16:55:58 -0700 X-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 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" X-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" X-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-devel] [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> 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: 6h5rIfY1ho6LSuWrLGYD2MAzx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662076558; bh=WyuATktsGmOiZw7N0ZTQO7kjdtMVOEXuYOqJigl0Okc=; h=Cc:Date:From:Reply-To:Subject:To; b=I5Bek/n0lZv4fXICQn8YHXiIfxXfQW1E8u/q/jC49/DvL/hbIPio+ne/yzezQBekLh1 X38rnu2Mk6Ar7Rr5OsxbcfCZ6se6/h7YR5vIW2EwOY9bK542huIFWoAqOlmigmT8AGQDa 7Rp5ekjTQ9MY3yQuCXsMF9yabxk4HRCgMNk= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662076560325100003 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 Reviewed-by: Nate DeSimone --- 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 =20 FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/Base= FspMeasurementLib.inf + FspWrapperPlatformMultiPhaseLib|IntelFsp2WrapperPkg/Library/BaseFspWrapp= erPlatformMultiPhaseLibNull/BaseFspWrapperPlatformMultiPhaseLibNull.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 (#93077): https://edk2.groups.io/g/devel/message/93077 Mute This Topic: https://groups.io/mt/93408670/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-