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; Thu, 25 Apr 2019 21:40:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 21:40:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,396,1549958400"; d="scan'208";a="319102867" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 25 Apr 2019 21:40:43 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 25 Apr 2019 21:40:43 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 25 Apr 2019 21:40:43 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.39]) with mapi id 14.03.0415.000; Fri, 26 Apr 2019 12:40:40 +0800 From: "Liming Gao" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Justen, Jordan L" , Laszlo Ersek , Ard Biesheuvel , "Carsey, Jaben" , "Ni, Ray" , "Kinney, Michael D" Subject: Re: [PATCH v2 0/4] Remove IPF and related code Thread-Topic: [PATCH v2 0/4] Remove IPF and related code Thread-Index: AQHU+9xmmNTaZAOyLUKlgTl2St4qM6ZN3G9g Date: Fri, 26 Apr 2019 04:40:39 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E431095@SHSMSX104.ccr.corp.intel.com> References: <20190426030142.7880-1-shenglei.zhang@intel.com> In-Reply-To: <20190426030142.7880-1-shenglei.zhang@intel.com> 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 Please add the comments in BZ on why Mps.h can't be removed.=20 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