public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Gao, Liming" <liming.gao@intel.com>,
	"Zhang, Shenglei" <shenglei.zhang@intel.com>
Cc: "Justen, Jordan L" <jordan.l.justen@intel.com>,
	Laszlo Ersek <lersek@redhat.com>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	"Carsey, Jaben" <jaben.carsey@intel.com>,
	"Ni, Ray" <ray.ni@intel.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [PATCH v2 0/4] Remove IPF and related code
Date: Sun, 28 Apr 2019 01:32:27 +0000	[thread overview]
Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503F607085@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4319A4@SHSMSX104.ccr.corp.intel.com>

Hi
MPS is not for IPF.
However, MPS is a very legacy stuff.

Can we consider removing it with CSM cleanup task?

I don't think any modern OS will use MPS.

Thank you
Yao Jiewen

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Liming Gao
> Sent: Saturday, April 27, 2019 6:28 PM
> To: devel@edk2.groups.io; Gao, Liming <liming.gao@intel.com>; Zhang,
> Shenglei <shenglei.zhang@intel.com>
> Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Laszlo Ersek
> <lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@linaro.org>; Carsey,
> Jaben <jaben.carsey@intel.com>; Ni, Ray <ray.ni@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: Re: [edk2-devel] [PATCH v2 0/4] Remove IPF and related code
> 
> I see the information has been added in BZ. This patch set is OK to me.
> Reviewed-by: Liming Gao <liming.gao@intel.com>
> 
> 
> >-----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 <shenglei.zhang@intel.com>; devel@edk2.groups.io
> >Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Laszlo Ersek
> ><lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@linaro.org>;
> Carsey,
> >Jaben <jaben.carsey@intel.com>; Ni, Ray <ray.ni@intel.com>; Kinney,
> >Michael D <michael.d.kinney@intel.com>
> >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 <jordan.l.justen@intel.com>; Laszlo Ersek
> >><lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@linaro.org>;
> Carsey,
> >>Jaben <jaben.carsey@intel.com>; Ni, Ray <ray.ni@intel.com>; Kinney,
> >>Michael D <michael.d.kinney@intel.com>; Gao, Liming
> ><liming.gao@intel.com>
> >>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=1560
> >>
> >>v2: Withdraw the removal of Mps.h and related changes.
> >>
> >>Cc: Jordan Justen <jordan.l.justen@intel.com>
> >>Cc: Laszlo Ersek <lersek@redhat.com>
> >>Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> >>Cc: Jaben Carsey <jaben.carsey@intel.com>
> >>Cc: Ray Ni <ray.ni@intel.com>
> >>Cc: Michael D Kinney <michael.d.kinney@intel.com>
> >>Cc: Liming Gao <liming.gao@intel.com>
> >>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
> >
> >
> >
> 
> 
> 


  reply	other threads:[~2019-04-28  1:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-26  3:01 [PATCH v2 0/4] Remove IPF and related code Zhang, Shenglei
2019-04-26  3:01 ` [PATCH v2 1/4] OvmfPkg/PlatformBootManagerLib: Remove dependency on Mps.h Zhang, Shenglei
2019-04-26  3:01 ` [PATCH v2 2/4] ShellPkg/UefiShellDebug1CommandsLib Zhang, Shenglei
2019-04-26  5:53   ` Ni, Ray
2019-04-26  3:01 ` [PATCH v2 3/4] ShellPkg/UefiHandleParsingLib: Remove some unused Guids Zhang, Shenglei
2019-04-26  5:56   ` Ni, Ray
2019-04-26  3:01 ` [PATCH v2 4/4] MdePkg: Removed IPF related code Zhang, Shenglei
2019-04-26  4:40 ` [PATCH v2 0/4] Remove IPF and " Liming Gao
     [not found] ` <1598EC71E5B05FD5.20378@groups.io>
2019-04-28  1:27   ` [edk2-devel] " Liming Gao
2019-04-28  1:32     ` Yao, Jiewen [this message]
2019-04-28  1:36       ` Liming Gao
2019-04-28  1:46         ` Yao, Jiewen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=74D8A39837DF1E4DA445A8C0B3885C503F607085@shsmsx102.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox