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.43, mailfrom: wei6.xu@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Tue, 07 May 2019 03:08:46 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2019 03:08:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,441,1549958400"; d="scan'208";a="169040110" Received: from shwdeopenpsi174.ccr.corp.intel.com ([10.239.157.33]) by fmsmga002.fm.intel.com with ESMTP; 07 May 2019 03:08:45 -0700 From: "Xu, Wei6" To: devel@edk2.groups.io Cc: Ni Ray , Wu Hao A Subject: [edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX Date: Tue, 7 May 2019 18:08:12 +0800 Message-Id: <20190507100814.18236-1-wei6.xu@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 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 CC: Wu Hao A 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