From nobody Fri May 3 19:33:15 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+79015+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+79015+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1628570247; cv=none; d=zohomail.com; s=zohoarc; b=T76eBv1+DtCFdQs7j00jZz/JfqeT+Clko1GQJ4CZmcbDh8VIjUGPXxZcWxeYZdaodBhE7goexcsKZX5pJp7dlboCvqXXk/5jwBozT14kcdc5Z8Ii8npmzdZ+X7GqNTISk94ruWz4dmRpJocfFWhFimQ8IYvimCjOkW3C1fy6SCU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628570247; 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=jZ0Sr9ltzbc/3dzqt8hvpPnMJdan/KgX0nA6yWouWvU=; b=TeMnBS7hJlWzvi4mkrXwiO1AUzR4sh4xoP1pUJ+LyfmFN1MSh0ZprellOe9L+bHj90SWvABYDUFhRKCddchuGjDYjIBy/ev9S7TJYG1q6y6MAGzL4WiFoYPyrwpVDC+d6PmyJhbX2otO78e14gLkd1tkEcp+zuVvUtHs98ZoYYk= 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+79015+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 1628570247822458.17838812771083; Mon, 9 Aug 2021 21:37:27 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id NH4zYY1788612xmK1I8BZ5Vj; Mon, 09 Aug 2021 21:37:27 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web12.4044.1628570246657507745 for ; Mon, 09 Aug 2021 21:37:26 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10070"; a="212975861" X-IronPort-AV: E=Sophos;i="5.84,309,1620716400"; d="scan'208";a="212975861" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2021 21:37:25 -0700 X-IronPort-AV: E=Sophos;i="5.84,309,1620716400"; d="scan'208";a="421704922" X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.34.61]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2021 21:37:24 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Chasel Chiu , Michael Kubacki , Benjamin Doron Subject: [edk2-devel] [edk2-platforms] [PATCH V1] MinPlatformPkg: Cleanup PeiFspWrapperHobProcessLib dependencies Date: Mon, 9 Aug 2021 21:37:14 -0700 Message-Id: <20210810043714.26890-1-nathaniel.l.desimone@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,nathaniel.l.desimone@intel.com X-Gm-Message-State: h01n7L6Rj2iiQKl7GaUBwGn2x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628570247; bh=vk0nqPgmvEW6ZjurQgQjOc795YG103cCh5Z2lEBBvRU=; h=Cc:Date:From:Reply-To:Subject:To; b=XC4IkqlA1Ivs0cQlw4Db+NgL42+CgLVntI9OGPf0hZO/tUl+vWVfHaNNDM22/KFtsy8 /gotEKgWOvhgi+hDaTtQoVRzqPqQF+lDpo3XBqpdCHBFCwQ0qSPoBk/dHrZr5hcpeEeBP 30mRokJFTFwpLZk92GSGzYaa2LheyO0Vpv4= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628570249909100002 Content-Type: text/plain; charset="utf-8" PeiFspWrapperHobProcessLib is currently set to depens on FspWrapperPlatformLib, but it does not use any of the functions implemented by that LibraryClass. This change removes that unneeded dependency. Cc: Chasel Chiu Cc: Michael Kubacki Cc: Benjamin Doron Signed-off-by: Nate DeSimone Acked-by: Michael Kubacki Reviewed-by: Chasel Chiu --- .../PeiFspWrapperHobProcessLib/PeiFspWrapperHobProcessLib.inf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapper= HobProcessLib/PeiFspWrapperHobProcessLib.inf b/Platform/Intel/MinPlatformPk= g/FspWrapper/Library/PeiFspWrapperHobProcessLib/PeiFspWrapperHobProcessLib.= inf index 64f3302959..b846e7af1d 100644 --- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperHobProc= essLib/PeiFspWrapperHobProcessLib.inf +++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperHobProc= essLib/PeiFspWrapperHobProcessLib.inf @@ -1,7 +1,7 @@ ## @file # Provide FSP wrapper hob process related function. # -# Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.
+# Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -55,7 +55,6 @@ BaseMemoryLib HobLib DebugLib - FspWrapperPlatformLib PeiServicesLib PeiServicesTablePointerLib =20 --=20 2.27.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 (#79015): https://edk2.groups.io/g/devel/message/79015 Mute This Topic: https://groups.io/mt/84786793/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-