From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: hao.a.wu@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Thu, 09 May 2019 00:19:17 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 May 2019 00:19:17 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 09 May 2019 00:19:17 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 9 May 2019 00:19:16 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 9 May 2019 00:19:16 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.213]) with mapi id 14.03.0415.000; Thu, 9 May 2019 15:19:14 +0800 From: "Wu, Hao A" To: "Xu, Wei6" , "devel@edk2.groups.io" CC: "Ni, Ray" Subject: Re: [edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX Thread-Topic: [edk2-devel][Patch 0/2] Remove BootInRecoveryMode PPI DEPEX Thread-Index: AQHVBLzhQaAx8SDKd0aqPozpjYktpaZiZFSQ Date: Thu, 9 May 2019 07:19:14 +0000 Message-ID: References: <20190507100814.18236-1-wei6.xu@intel.com> In-Reply-To: <20190507100814.18236-1-wei6.xu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----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 >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1777 >=20 > BootInRecoveryMode Ppi dependency should be removed from PEI storage > stack drivers.Besides recovery, more features are using the storage stack= . >=20 > CC: Ni Ray > CC: Wu Hao A >=20 > 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 Best Regards, Hao Wu >=20 > 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(-) >=20 > -- > 2.16.2.windows.1