From nobody Sat Apr 20 01:27:05 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+40581+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40581+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1557819230; cv=none; d=zoho.com; s=zohoarc; b=ac7O8yDOABW1NKTDUE2gERGGc0vssnCyVB46Fz8ADaNArASemqTSAxKW0sNxo1KFzX+eAsqTB3pZFRDnoemkNwds+AW90tC6b+sopJRtN++xnNlNmb2o6MgZEdB29Tx8TZFVWAnw68iE346B3msbwS7t4a4v1tvQs+TacdTf3IQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557819230; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=+rH+3HSjcQlvcdbDRH+WpYvDsxEUOLA57b0k1DT7B0U=; b=kSqQ703K2J1LMWD8lBGl/cA4/bptXVIn7YvsaacW9qu9Ys1OGtXzym4uYFKbBtwpSiWLr+us1Jr7nDiJKj5oZXlEVxS9aeM2a182mWFppdNA+XIINAJSjlsejJqnp53/1yySIIZf3pU45jIuluc5JRx8FiadiVKYkdw3KJpLaq4= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40581+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1557819230875528.7789001920005; Tue, 14 May 2019 00:33:50 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Tue, 14 May 2019 00:33:49 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2019 00:33:48 -0700 X-ExtLoop1: 1 X-Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.8]) by FMSMGA003.fm.intel.com with ESMTP; 14 May 2019 00:33:47 -0700 From: "Wu, Hao A" To: devel@edk2.groups.io Cc: Hao A Wu , Ray Ni , Leif Lindholm , Ard Biesheuvel Subject: [edk2-devel] [PATCH v1 2/2] EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg Date: Tue, 14 May 2019 15:33:43 +0800 Message-Id: <20190514073343.11872-3-hao.a.wu@intel.com> In-Reply-To: <20190514073343.11872-1-hao.a.wu@intel.com> References: <20190514073343.11872-1-hao.a.wu@intel.com> Precedence: Bulk List-Unsubscribe: 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,hao.a.wu@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1557819229; bh=z9+S786mZcDlAcw5d88j01UV6YxOdYSV9ZIe5NX84wE=; h=Cc:Date:From:Reply-To:Subject:To; b=ih2wHgl+J4VG+77iS8cN305cTy8SugYO4sbKgZhl4Up2CAry1C8BZ5mpoySYQhzwz9W IGobILe93RblLrXnnZLxiIUXSiQBezQWQYczdyDCapcUD3AODmMSWF5TEO+f3AU+DaWW5 zA1ymHDEr5cVWsngG1LW7j5GfPJIjWum4j8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1720 This commit will remove the dependency on IntelFramework[Module]Pkg from the PrePiLib. Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Hao A Wu --- EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 3 --- EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 1 - 2 files changed, 4 deletions(-) diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Librar= y/PrePiLib/PrePiLib.inf index 9446bc47df..bdedb8d666 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -35,9 +35,6 @@ MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec MdeModulePkg/MdeModulePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec # needed to support= StatusCodes - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec # needed to support= StatusCodes - =20 [LibraryClasses] BaseLib diff --git a/EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c b/EmbeddedPkg/= Library/PrePiLib/ReportStatusCode.c index c56d2318fd..043cf5e9cd 100644 --- a/EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c +++ b/EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c @@ -15,7 +15,6 @@ #include #include #include -#include =20 EFI_STATUS EFIAPI --=20 2.12.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 (#40581): https://edk2.groups.io/g/devel/message/40581 Mute This Topic: https://groups.io/mt/31616099/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-