From nobody Fri Apr 26 07:14:48 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+40580+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+40580+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1557819229; cv=none; d=zoho.com; s=zohoarc; b=YJR2S/rKTszbMjIrb7kiNBDpn8FCr2jiXzd0mXmV7AXO37eESJcVhDv8SDldmfvOYVbGl/HTFqOCHmD8t5XXihg2tVGS/ixi8cj/xbwEDpotDXJDifwsLwnsf9vcpakrjaEXduLdqlte+VxjyZhk2a1tPWX7IBIHnZZLJySON0k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557819229; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=e85PnWcWmBYqDi2ywI6chJJHNM4G7En2TVUitO60dpU=; b=awerP3Bd24BdcN7FGBOu7qPyesZ3vAYFuoRo+IcgqD2YbA5OG6xTufVm0SszGaaMGItDVRZ90WK0ni3Nu4JSF0eUKFc7CduTxzwsR5lYLlemUYCmIqgjFfIT1C5fvozEDaOlktEXMVmdaupTH5RsCiy9dZm/tNS3Jy1d6hfpnM8= 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+40580+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 1557819229017363.7501810935919; Tue, 14 May 2019 00:33:49 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Tue, 14 May 2019 00:33:47 -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:47 -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:46 -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 1/2] EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg Date: Tue, 14 May 2019 15:33:42 +0800 Message-Id: <20190514073343.11872-2-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=1557819228; bh=Tw39PoTzvy+PgYO3KMb6wV3gci3vbz372VGmH88hYKs=; h=Cc:Date:From:Reply-To:Subject:To; b=mEC68Ny5+Gtac6JJjz/bPcTNUChChVK1p9JlnZmjFuEfMCK8RZsgSsgKUa7EH+0+qeJ mFKtoCQN+GhBgMOsm09+M2tWviuwYPyR+FNEabmyVpbbOIjBXLCAYRO3+zcN2os4lpwjr OPCuF/6otNWMWB+kKvL85B4ew0yNjKI6XT8= 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 update the package DSC file to consume the ReportStatusCodeLib (DXE phase instance) in MdeModulePkg, instead of using the one in IntelFrameworkModulePkg. Please note that, the 2 ReportStatusCodeLib are almost identical. Thus, there is no functional impact for this commit. Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Hao A Wu Reviewed-by: Leif Lindholm Reviewed-by: Ray Ni --- EmbeddedPkg/EmbeddedPkg.dsc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index b8b6ac90c0..b487337909 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -105,16 +105,16 @@ =20 [LibraryClasses.common.DXE_DRIVER] PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf - ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeL= ibFramework/DxeReportStatusCodeLib.inf + ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRepor= tStatusCodeLib.inf =20 =20 [LibraryClasses.common.UEFI_APPLICATION] PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf - ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeL= ibFramework/DxeReportStatusCodeLib.inf + ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRepor= tStatusCodeLib.inf =20 [LibraryClasses.common.UEFI_DRIVER] PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf - ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeL= ibFramework/DxeReportStatusCodeLib.inf + ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRepor= tStatusCodeLib.inf =20 [LibraryClasses.common.SEC] ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf --=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 (#40580): https://edk2.groups.io/g/devel/message/40580 Mute This Topic: https://groups.io/mt/31616098/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- From nobody Fri Apr 26 07:14:48 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 Reviewed-by: Leif Lindholm Reviewed-by: Ray Ni --- 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-