]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Remove BootInRecoveryMode PPI
authorxuwei6 <wei6.xu@intel.com>
Tue, 7 May 2019 09:11:11 +0000 (17:11 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Thu, 9 May 2019 12:52:41 +0000 (20:52 +0800)
commit0a506fc7ab8b5df2944d2e4602a46fbef57edc82
tree280228e44a19da928c35faa548635dd86403266e
parent20af3a7a3ec471585d672ad7bc2cf161b7fed2cf
MdeModulePkg: Remove BootInRecoveryMode PPI

DEPEX from PEI storage stack.

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.
Platform can apply Ppi dependency in Recovery FV which contains full
storage driver stack. Platform storage stack modules, such as host
controller init PEI module, should also remove this dependency.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Chao B Zhang <chao.b.zhang@intel.com>
MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf