From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: liming.gao@intel.com) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Sat, 27 Apr 2019 18:27:56 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2019 18:27:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,403,1549958400"; d="scan'208";a="165685771" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 27 Apr 2019 18:27:57 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 27 Apr 2019 18:27:55 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 27 Apr 2019 18:27:55 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.149]) with mapi id 14.03.0415.000; Sun, 28 Apr 2019 09:27:54 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Gao, Liming" , "Zhang, Shenglei" CC: "Justen, Jordan L" , Laszlo Ersek , Ard Biesheuvel , "Carsey, Jaben" , "Ni, Ray" , "Kinney, Michael D" Subject: Re: [edk2-devel] [PATCH v2 0/4] Remove IPF and related code Thread-Topic: [edk2-devel] [PATCH v2 0/4] Remove IPF and related code Thread-Index: AQHU+9xmmNTaZAOyLUKlgTl2St4qM6ZN3G9ggALu5ZA= Date: Sun, 28 Apr 2019 01:27:53 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4319A4@SHSMSX104.ccr.corp.intel.com> References: <20190426030142.7880-1-shenglei.zhang@intel.com> <1598EC71E5B05FD5.20378@groups.io> In-Reply-To: <1598EC71E5B05FD5.20378@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I see the information has been added in BZ. This patch set is OK to me. Rev= iewed-by: Liming Gao >-----Original Message----- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >Liming Gao >Sent: Friday, April 26, 2019 12:41 PM >To: Zhang, Shenglei ; devel@edk2.groups.io >Cc: Justen, Jordan L ; Laszlo Ersek >; Ard Biesheuvel ; Carsey, >Jaben ; Ni, Ray ; Kinney, >Michael D >Subject: Re: [edk2-devel] [PATCH v2 0/4] Remove IPF and related code > >Please add the comments in BZ on why Mps.h can't be removed. > >Thanks >Liming >>-----Original Message----- >>From: Zhang, Shenglei >>Sent: Friday, April 26, 2019 11:02 AM >>To: devel@edk2.groups.io >>Cc: Justen, Jordan L ; Laszlo Ersek >>; Ard Biesheuvel ; Carsey, >>Jaben ; Ni, Ray ; Kinney, >>Michael D ; Gao, Liming > >>Subject: [PATCH v2 0/4] Remove IPF and related code >> >>Itanium arch is not supported any longer. So remove IPF and >>related code. >>https://bugzilla.tianocore.org/show_bug.cgi?id=3D1560 >> >>v2: Withdraw the removal of Mps.h and related changes. >> >>Cc: Jordan Justen >>Cc: Laszlo Ersek >>Cc: Ard Biesheuvel >>Cc: Jaben Carsey >>Cc: Ray Ni >>Cc: Michael D Kinney >>Cc: Liming Gao >>Shenglei Zhang (4): >> OvmfPkg/PlatformBootManagerLib: Remove dependency on Mps.h >> ShellPkg/UefiShellDebug1CommandsLib >> ShellPkg/UefiHandleParsingLib: Remove some unused Guids >> MdePkg: Removed IPF related code >> >> MdePkg/Include/Guid/SalSystemTable.h | 25 - >> MdePkg/Include/IndustryStandard/Pal.h | 3296 ----------------- >> MdePkg/Include/IndustryStandard/Sal.h | 909 ----- >> MdePkg/Include/Library/ExtendedSalLib.h | 488 --- >> MdePkg/Include/Library/PalLib.h | 57 - >> MdePkg/Include/Library/SalLib.h | 53 - >> .../Include/Protocol/ExtendedSalBootService.h | 211 -- >> .../Protocol/ExtendedSalServiceClasses.h | 272 -- >> MdePkg/Include/Protocol/McaInitPmi.h | 201 - >> MdePkg/MdePkg.dec | 26 - >> .../PlatformBootManagerLib/BdsPlatform.h | 1 - >> .../UefiHandleParsingLib.c | 17 - >> .../UefiHandleParsingLib.inf | 17 - >> .../UefiHandleParsingLib.uni | 17 - >> .../Library/UefiShellDebug1CommandsLib/Dmem.c | 5 - >> .../UefiShellDebug1CommandsLib.inf | 1 - >> 16 files changed, 5596 deletions(-) >> delete mode 100644 MdePkg/Include/Guid/SalSystemTable.h >> delete mode 100644 MdePkg/Include/IndustryStandard/Pal.h >> delete mode 100644 MdePkg/Include/IndustryStandard/Sal.h >> delete mode 100644 MdePkg/Include/Library/ExtendedSalLib.h >> delete mode 100644 MdePkg/Include/Library/PalLib.h >> delete mode 100644 MdePkg/Include/Library/SalLib.h >> delete mode 100644 MdePkg/Include/Protocol/ExtendedSalBootService.h >> delete mode 100644 >MdePkg/Include/Protocol/ExtendedSalServiceClasses.h >> delete mode 100644 MdePkg/Include/Protocol/McaInitPmi.h >> >>-- >>2.18.0.windows.1 > > >