[edk2-devel] [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem

VincentX Ke posted 3 patches 2 years, 4 months ago
Failed in applying to current master (apply log)
.../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c     |  23 +-
MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c   | 373 ++++++++++--------
2 files changed, 217 insertions(+), 179 deletions(-)
[edk2-devel] [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem
Posted by VincentX Ke 2 years, 4 months ago
*** BLURB HERE ***

VincentX Ke (3):
  MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problem
  MdeModulePkg: Refactoring UFS DME request and fix timing problem
  MdeModulePkg: Put off UFS HCS.DP checking to fix timing problem

 .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c     |  23 +-
 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c   | 373 ++++++++++--------
 2 files changed, 217 insertions(+), 179 deletions(-)

-- 
2.31.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#85193): https://edk2.groups.io/g/devel/message/85193
Mute This Topic: https://groups.io/mt/87914345/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem
Posted by Wu, Hao A 2 years, 4 months ago
For the patch series:
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Will hold the merge for a while to see if comments from other reviewers.

Best Regards,
Hao Wu

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> VincentX Ke
> Sent: Thursday, December 23, 2021 3:08 PM
> To: devel@edk2.groups.io
> Cc: Ke, VincentX <vincentx.ke@intel.com>
> Subject: [edk2-devel] [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei
> timing problem
> 
> *** BLURB HERE ***
> 
> VincentX Ke (3):
>   MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problem
>   MdeModulePkg: Refactoring UFS DME request and fix timing problem
>   MdeModulePkg: Put off UFS HCS.DP checking to fix timing problem
> 
>  .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c     |  23 +-
>  MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c   | 373 ++++++++++--------
>  2 files changed, 217 insertions(+), 179 deletions(-)
> 
> --
> 2.31.1.windows.1
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#85205): https://edk2.groups.io/g/devel/message/85205
Mute This Topic: https://groups.io/mt/87914345/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem
Posted by Wu, Hao A 2 years, 3 months ago
Series pushed via:
PR - https://github.com/tianocore/edk2/pull/2378
Commits:
https://github.com/tianocore/edk2/commit/d463c56ddd2e321c78baff730fd32fe1a177fae0
https://github.com/tianocore/edk2/commit/45920941d9ae543d9c5b4881622fe0ed769673b6
https://github.com/tianocore/edk2/commit/13d9e8ec98ee3f9f14a45471b38a22b9fd66d1ce

Best Regards,
Hao Wu

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Wu, Hao
> A
> Sent: Friday, December 24, 2021 9:15 AM
> To: devel@edk2.groups.io; Ke, VincentX <vincentx.ke@intel.com>
> Cc: Ni, Ray <ray.ni@intel.com>; Chiu, Ian <Ian.chiu@intel.com>; Chu, Maggie
> <maggie.chu@intel.com>
> Subject: Re: [edk2-devel] [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei
> timing problem
> 
> For the patch series:
> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
> 
> Will hold the merge for a while to see if comments from other reviewers.
> 
> Best Regards,
> Hao Wu
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> > VincentX Ke
> > Sent: Thursday, December 23, 2021 3:08 PM
> > To: devel@edk2.groups.io
> > Cc: Ke, VincentX <vincentx.ke@intel.com>
> > Subject: [edk2-devel] [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei
> > timing problem
> >
> > *** BLURB HERE ***
> >
> > VincentX Ke (3):
> >   MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problem
> >   MdeModulePkg: Refactoring UFS DME request and fix timing problem
> >   MdeModulePkg: Put off UFS HCS.DP checking to fix timing problem
> >
> >  .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c     |  23 +-
> >  MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c   | 373 ++++++++++------
> --
> >  2 files changed, 217 insertions(+), 179 deletions(-)
> >
> > --
> > 2.31.1.windows.1
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#85264): https://edk2.groups.io/g/devel/message/85264
Mute This Topic: https://groups.io/mt/87914345/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-