EmbeddedPkg/Universal/MmcDxe: Mmc errors for multi-block operations #10625
Unanswered
mariam-elshakfy-linaro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
While working on a new EDK2 port, I came across a problem with using
EmbeddedPkg/Universal/MmcDxe
in which CMD13 fails during multi-block operations (read/write).
The issue was resolved by moving this StopTransmission scenario before issuing CMD13
I don't know much about the specs, but have checked "SD Host Controller Simplified Specification Version 4.20 - Section 3.8.1 Abort Command Sequence", and CMD13 seems to follow CMD12 in that sequence.
So, would it make sense to submit this change or is there a reason for the current order?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions