diff options
author | Terry Lv <r65388@freescale.com> | 2010-12-29 10:42:50 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-12-29 10:42:50 +0800 |
commit | b189ab8e686fe53e07101c3f7b65305f805151ad (patch) | |
tree | 24cee5a3464a220b8ea5326e2ad4a31c0a450a4c /Makefile | |
parent | fb98f374aa425699643cf784850b74e512a40e63 (diff) | |
download | u-boot-imx-b189ab8e686fe53e07101c3f7b65305f805151ad.zip u-boot-imx-b189ab8e686fe53e07101c3f7b65305f805151ad.tar.gz u-boot-imx-b189ab8e686fe53e07101c3f7b65305f805151ad.tar.bz2 |
ENGR00136863-2: Fix mx53 CMD12 issue.
As in mx53 and lster socs, when using CMD12, cmdtype need to be set
to ABORT, otherwise, next read command will hang.
This is a software Software Restrictions in spec 29.7.8.
For pre-defined multi-block read operation,
i.e.,
The number of blocks to read has been defined by previous
CMD23 for MMC, or pre-defined number of blocks in CMD53
for SDIO/SDCombo, or whatever multi-block read without abort
command at card side, an abort command, either automatic
or manual CMD12/CMD52, is still required by ESDHCV2 after the
pre-defined number of blocks are done, to drive the internal
state machine to idle mode.
In this case, the card may not respond to this extra
abort command and ESDHCV2 gets Response Timeout.
It is recommended to manually send an abort command with
RSPTYP[1:0] both bits cleared.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions