From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: hao.a.wu@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Mon, 13 May 2019 19:09:54 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2019 19:09:54 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 13 May 2019 19:09:53 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 13 May 2019 19:09:53 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 13 May 2019 19:09:53 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.70]) with mapi id 14.03.0415.000; Tue, 14 May 2019 10:09:51 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" CC: Ard Biesheuvel , Leif Lindholm , "Kinney, Michael D" Subject: Re: [edk2-devel] [PATCH 1/2] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg Thread-Topic: [edk2-devel] [PATCH 1/2] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg Thread-Index: AQHVCfn2szNHwOP5ZkSLUNFstXXfq6Zp4DAw Date: Tue, 14 May 2019 02:09:50 +0000 Message-ID: References: <20190514020831.7728-1-hao.a.wu@intel.com> <20190514020831.7728-3-hao.a.wu@intel.com> In-Reply-To: <20190514020831.7728-3-hao.a.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please ignore this patch. It was sent by mistake. Best Regards, Hao Wu > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Wu= , > Hao A > Sent: Tuesday, May 14, 2019 10:08 AM > To: devel@edk2.groups.io > Cc: Wu, Hao A; Ard Biesheuvel; Leif Lindholm; Kinney, Michael D > Subject: [edk2-devel] [PATCH 1/2] Platform/BeagleBoard: Use > ReportStatusCodeLib in MdeModulePkg >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1800 >=20 > This commit will update the DSC file to consume the ReportStatusCodeLib > (DXE phase and Runtime instances) in MdeModulePkg, instead of using the > one in IntelFrameworkModulePkg. >=20 > Please note that, the DXE and Runtime ReportStatusCodeLib instances are > almost identical between IntelFrameworkModulePkg and MdeModulePkg. Thus, > there is no functional impact for this commit. >=20 > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Michael D Kinney > Signed-off-by: Hao A Wu > --- > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc > b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc > index 2d5d6f9977..8e8bb833ea 100644 > --- a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc > +++ b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc > @@ -163,7 +163,7 @@ > HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf >=20 > MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ > DxeCoreMemoryAllocationLib.inf >=20 > DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf > - > ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCode > LibFramework/DxeReportStatusCodeLib.inf > + > ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRep > ortStatusCodeLib.inf >=20 > ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExt= r > actGuidedSectionLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf > @@ -173,19 +173,19 @@ >=20 >=20 > [LibraryClasses.common.DXE_DRIVER] > - > ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCode > LibFramework/DxeReportStatusCodeLib.inf > + > ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRep > ortStatusCodeLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/ > DxeSecurityManagementLib.inf >=20 > PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformance > Lib.inf >=20 > NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverab > leDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf >=20 > [LibraryClasses.common.UEFI_APPLICATION] > - > ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCode > LibFramework/DxeReportStatusCodeLib.inf > + > ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRep > ortStatusCodeLib.inf >=20 > PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformance > Lib.inf > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf >=20 > [LibraryClasses.common.UEFI_DRIVER] > - > ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCode > LibFramework/DxeReportStatusCodeLib.inf > + > ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRep > ortStatusCodeLib.inf >=20 > ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExt= r > actGuidedSectionLib.inf >=20 > PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformance > Lib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > @@ -193,7 +193,7 @@ > [LibraryClasses.common.DXE_RUNTIME_DRIVER] > HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf >=20 > MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemory > AllocationLib.inf > - > ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCode > LibFramework/DxeReportStatusCodeLib.inf > + > ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib > /RuntimeDxeReportStatusCodeLib.inf > CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.i= nf > # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf > PeCoffLib|BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf > -- > 2.12.0.windows.1 >=20 >=20 >=20