From nobody Sun May 12 22:55:11 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+93025+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+93025+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1662011983; cv=none; d=zohomail.com; s=zohoarc; b=XZsJSvNApEFuWO25o1O0xzoA+9NgppONAYHzbi79bRluTEX/2fbmWBiYf6q9E4V41QRnB8Hyxh+k6zAdDmFK55l+pvykiJti3ZLXlVQ6ihGKxIIwbR4WFllN+AK7+7sFMV4taYmtToX4fXaQFw2mwT0FZ6xboqlpzgr+c7NYkeo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662011983; 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=TG+NnXcEb2Xy8D+vthIBjOB284krY0Ohmb6SJCx7BJQ=; b=HkoWfk4CDohznfg/yAa+QVuU3wKSiibQUZB040SddTI431Egu5azhEZGxJ9VpDleMwe2laWUld89ke/vyEDyO0TSMFyTYQcLllFCLYTOFBYJfMllCcKir8RJLLgQyHPvDxfu6mVNboBKa9P96/lNgf/dpvqJSeVOmjNmkhgS9is= 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+93025+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 1662011983832974.8098415354401; Wed, 31 Aug 2022 22:59:43 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id UWRNYY1788612xcuySGGe53l; Wed, 31 Aug 2022 22:59:43 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web10.8825.1662011982304968373 for ; Wed, 31 Aug 2022 22:59:42 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10456"; a="294364492" X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="294364492" X-Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 22:59:41 -0700 X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="608425983" X-Received: from cchiu4-mobl.gar.corp.intel.com ([10.209.34.126]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 22:59:41 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH] IntelFsp2WrapperPkg: Rename PlatformMultiPhaseLibSample. Date: Wed, 31 Aug 2022 22:59:31 -0700 Message-Id: <20220901055931.3446-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: mPO1bnBWHvBR5vQiKpF5e1W6x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662011983; bh=w164e8NSTqmm/qixa0kJhTbY8Hkh70n4PvZZraKSxEU=; h=Cc:Date:From:Reply-To:Subject:To; b=g79uRv7CdNjDyYGhi4iLtytSDKav2cjcGyW6r3T2TxfFrw3z6axFGUYWhSN1lggJABa g2BD32RHamLuh3rH5Ocy+IWGZLbqNFZctaiWxaVo/0pE0mzfpElTAd8hoCEVIoavJtWig ixQRfsWGvzG2klBSDouX7b/Wrsi8E4ebDFQ= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662011984440100001 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3916 Basing on offline feedbacks to rename FspWrapperPlatformMultiPhaseLibSample to FspWrapperPlatformMultiPhaseLibNull. Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Chasel Chiu Reviewed-by: Nate DeSimone --- IntelFsp2WrapperPkg/Library/{BaseFspWrapperPlatformMultiPhaseLibSample/Fsp= WrapperPlatformMultiPhaseLibSample.c =3D> BaseFspWrapperPlatformMultiPhaseL= ibNull/FspWrapperPlatformMultiPhaseLibNull.c} | 0 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc = = | 4 ++-- IntelFsp2WrapperPkg/Library/{BaseFspWrapperPlatformMultiPhaseLibSample/Bas= eFspWrapperPlatformMultiPhaseLibSample.inf =3D> BaseFspWrapperPlatformMulti= PhaseLibNull/BaseFspWrapperPlatformMultiPhaseLibNull.inf} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLi= bSample/FspWrapperPlatformMultiPhaseLibSample.c b/IntelFsp2WrapperPkg/Libra= ry/BaseFspWrapperPlatformMultiPhaseLibNull/FspWrapperPlatformMultiPhaseLibN= ull.c similarity index 100% rename from IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLib= Sample/FspWrapperPlatformMultiPhaseLibSample.c rename to IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibNu= ll/FspWrapperPlatformMultiPhaseLibNull.c diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc b/IntelFsp2Wrapper= Pkg/IntelFsp2WrapperPkg.dsc index 79a5c7f13d..b1fc2291c8 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc @@ -48,7 +48,7 @@ FspWrapperApiLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFs= pWrapperApiLib.inf FspWrapperApiTestLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLi= bNull/BaseFspWrapperApiTestLibNull.inf FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/Base= FspMeasurementLib.inf - FspWrapperPlatformMultiPhaseLib|IntelFsp2WrapperPkg/Library/BaseFspWrapp= erPlatformMultiPhaseLibSample/BaseFspWrapperPlatformMultiPhaseLibSample.inf + FspWrapperPlatformMultiPhaseLib|IntelFsp2WrapperPkg/Library/BaseFspWrapp= erPlatformMultiPhaseLibNull/BaseFspWrapperPlatformMultiPhaseLibNull.inf FspWrapperMultiPhaseProcessLib|IntelFsp2WrapperPkg/Library/FspWrapperMul= tiPhaseProcessLib/FspWrapperMultiPhaseProcessLib.inf =20 # FSP platform sample @@ -93,7 +93,7 @@ IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapp= erPlatformLibSample.inf IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf - IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibSample/Ba= seFspWrapperPlatformMultiPhaseLibSample.inf + IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibNull/Base= FspWrapperPlatformMultiPhaseLibNull.inf IntelFsp2WrapperPkg/Library/FspWrapperMultiPhaseProcessLib/FspWrapperMul= tiPhaseProcessLib.inf =20 [PcdsFixedAtBuild.common] diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLi= bSample/BaseFspWrapperPlatformMultiPhaseLibSample.inf b/IntelFsp2WrapperPkg= /Library/BaseFspWrapperPlatformMultiPhaseLibNull/BaseFspWrapperPlatformMult= iPhaseLibNull.inf similarity index 90% rename from IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLib= Sample/BaseFspWrapperPlatformMultiPhaseLibSample.inf rename to IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibNu= ll/BaseFspWrapperPlatformMultiPhaseLibNull.inf index 607ad41a23..4580e80e2e 100644 --- a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibSample= /BaseFspWrapperPlatformMultiPhaseLibSample.inf +++ b/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibNull/B= aseFspWrapperPlatformMultiPhaseLibNull.inf @@ -10,7 +10,7 @@ =20 [Defines] INF_VERSION =3D 0x00010005 - BASE_NAME =3D BaseFspWrapperPlatformMultiPhaseLibSa= mple + BASE_NAME =3D BaseFspWrapperPlatformMultiPhaseLibNu= ll FILE_GUID =3D DB63E5AA-21C6-40BB-879A-CD1762C8427B MODULE_TYPE =3D BASE VERSION_STRING =3D 1.0 @@ -23,7 +23,7 @@ # =20 [Sources] - FspWrapperPlatformMultiPhaseLibSample.c + FspWrapperPlatformMultiPhaseLibNull.c =20 [Packages] MdePkg/MdePkg.dec --=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 (#93025): https://edk2.groups.io/g/devel/message/93025 Mute This Topic: https://groups.io/mt/93389107/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-