Re: [edk2-devel] MdeModulePkg: Use configurable PCD for AHCI command retries

2022-09-07 Thread Wu, Hao A
.groups.io On Behalf Of Anbazhagan, Baraneedharan via groups.io Sent: Thursday, September 8, 2022 12:44 AM To: devel@edk2.groups.io Cc: Gao, Liming ; Wu, Hao A ; Ni, Ray Subject: [edk2-devel] MdeModulePkg: Use configurable PCD for AHCI command retries https://bugzilla.tianocore.org/show_bug.cgi?id

[edk2-devel] MdeModulePkg: Use configurable PCD for AHCI command retries

2022-09-07 Thread Anbazhagan, Baraneedharan via groups.io
https://bugzilla.tianocore.org/show_bug.cgi?id=4011 AHCI commands are retried internally which prevents platform feature like drive password to process correctly entered password on subsequent attempts. PCD allows the platform to determine the number of retries. Signed-off-by: Baraneedharan Anbaz