Re: [edk2-devel] [PATCH V3 1/1] MdeModulePkg/XhciDxe: Add PCD for the delay of HCRST

2024-05-06 Thread Xianglei Cai
Hi Liming, I create one pull request: https://github.com/tianocore/edk2/pull/5630. Is it helpful for merge the change? Thanks, Xianglei -Original Message- From: Cai, Xianglei Sent: Thursday, April 25, 2024 5:59 PM To: gaoliming ; devel@edk2.groups.io Cc: Ni, Ray ; Lewandowski, Krzysztof

Re: [edk2-devel] [PATCH V3 1/1] MdeModulePkg/XhciDxe: Add PCD for the delay of HCRST

2024-04-25 Thread Xianglei Cai
Hi @gaoliming, Could you provide the eta when the patch can be merged? Thanks, Xianglei -Original Message- From: Cai, Xianglei Sent: Thursday, April 18, 2024 5:00 PM To: gaoliming ; devel@edk2.groups.io Cc: Ni, Ray ; Lewandowski, Krzysztof ; Huang, Jenny ; Shih, More ; Chiu, Ian Subj

Re: [edk2-devel] [PATCH V3 1/1] MdeModulePkg/XhciDxe: Add PCD for the delay of HCRST

2024-04-18 Thread Xianglei Cai
Hi Liming, Could you help pick the change to master branch? Thanks, Xianglei -Original Message- From: gaoliming Sent: Monday, April 15, 2024 2:36 PM To: Cai, Xianglei ; devel@edk2.groups.io Cc: Ni, Ray ; Lewandowski, Krzysztof ; Huang, Jenny ; Shih, More ; Chiu, Ian Subject: 回复: [PA

[edk2-devel] [PATCH V3 1/1] MdeModulePkg/XhciDxe: Add PCD for the delay of HCRST

2024-04-14 Thread Xianglei Cai
https://bugzilla.tianocore.org/show_bug.cgi?id=4727 Recently some of XHCI host controllers require to have extra 1ms delay before accessing any MMIO register during reset. PHY transition from P3 to P0 can take around 1.3ms and the xHCI reset can take around 1.5ms. Add PCD to control the delay, the