[edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX

Xu, Wei6 posted 2 patches 4 years, 11 months ago
Failed in applying to current master (apply log)
FatPkg/FatPei/FatPei.inf                                  | 2 +-
MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf                  | 2 +-
MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf              | 2 +-
MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf                  | 2 +-
MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf                  | 2 +-
MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf              | 2 +-
MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf              | 2 +-
MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
[edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX
Posted by Xu, Wei6 4 years, 11 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1777

BootInRecoveryMode Ppi dependency should be removed from PEI storage stack drivers.Besides recovery, more features are using the storage stack.

CC: Ni Ray <ray.ni@intel.com>
CC: Wu Hao A <hao.a.wu@intel.com>

xuwei6 (2):
  FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX.
  MdeModulePkg: Remove BootInRecoveryMode PPI DEPEX from PEI storage
    stack.

 FatPkg/FatPei/FatPei.inf                                  | 2 +-
 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf                  | 2 +-
 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf              | 2 +-
 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf                  | 2 +-
 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf                  | 2 +-
 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf              | 2 +-
 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf              | 2 +-
 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.16.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40100): https://edk2.groups.io/g/devel/message/40100
Mute This Topic: https://groups.io/mt/31530231/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX
Posted by Zhang, Chao B 4 years, 11 months ago
Reviewed-by : Chao Zhang <chao.b.zhang@intel.com>

-----Original Message-----
From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Xu, Wei6
Sent: Tuesday, May 7, 2019 6:08 PM
To: devel@edk2.groups.io
Cc: Ni, Ray <ray.ni@intel.com>; Wu, Hao A <hao.a.wu@intel.com>
Subject: [edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1777

BootInRecoveryMode Ppi dependency should be removed from PEI storage stack drivers.Besides recovery, more features are using the storage stack.

CC: Ni Ray <ray.ni@intel.com>
CC: Wu Hao A <hao.a.wu@intel.com>

xuwei6 (2):
  FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX.
  MdeModulePkg: Remove BootInRecoveryMode PPI DEPEX from PEI storage
    stack.

 FatPkg/FatPei/FatPei.inf                                  | 2 +-
 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf                  | 2 +-
 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf              | 2 +-
 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf                  | 2 +-
 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf                  | 2 +-
 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf              | 2 +-
 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf              | 2 +-
 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.16.2.windows.1





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40124): https://edk2.groups.io/g/devel/message/40124
Mute This Topic: https://groups.io/mt/31530231/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX
Posted by Wu, Hao A 4 years, 11 months ago
> -----Original Message-----
> From: Xu, Wei6
> Sent: Tuesday, May 07, 2019 6:08 PM
> To: devel@edk2.groups.io
> Cc: Ni, Ray; Wu, Hao A
> Subject: [edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1777
> 
> BootInRecoveryMode Ppi dependency should be removed from PEI storage
> stack drivers.Besides recovery, more features are using the storage stack.
> 
> CC: Ni Ray <ray.ni@intel.com>
> CC: Wu Hao A <hao.a.wu@intel.com>
> 
> xuwei6 (2):
>   FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX.
>   MdeModulePkg: Remove BootInRecoveryMode PPI DEPEX from PEI storage
>     stack.

Please help to run the 'PatchCheck' script. There are some commit log
format issues for both of the patches.

With that fixed:
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Best Regards,
Hao Wu

> 
>  FatPkg/FatPei/FatPei.inf                                  | 2 +-
>  MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf                  | 2 +-
>  MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf              | 2 +-
>  MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf                  | 2 +-
>  MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf                  | 2 +-
>  MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf              | 2 +-
>  MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf              | 2 +-
>  MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf | 2 +-
>  8 files changed, 8 insertions(+), 8 deletions(-)
> 
> --
> 2.16.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40286): https://edk2.groups.io/g/devel/message/40286
Mute This Topic: https://groups.io/mt/31530231/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-