-
Notifications
You must be signed in to change notification settings - Fork 162
Fix retry logic in UFS device detection APIs #1577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/202502
Are you sure you want to change the base?
Fix retry logic in UFS device detection APIs #1577
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/202502 #1577 +/- ##
=================================================
Coverage ? 1.55%
=================================================
Files ? 636
Lines ? 233989
Branches ? 370
=================================================
Hits ? 3649
Misses ? 230327
Partials ? 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
makubacki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be preferable to have more granular error codes, but looking through the UFS code, they're all mixed up, so this seems reasonable.
|
Also, please create a PR in edk2 (without the MU_CHANGE tags). We don't need to wait on it to merge this. |
|
@NishanthSanjeevi, please push the uncrustify update when you get a chance. I've set automerge so it will merge when that's done. |
Description
Fix the retry logic in the UFS device detection APIs
How This Was Tested
Tested on physical Hardware
Integration Instructions
N/A