[PATCH 08/22] hw/sd: ssi-sd: Support multiple block read (CMD18)

2020-12-31 Thread Bin Meng
From: Bin Meng In the case of a multiple block read operation every transfered block has its suffix of CRC16. Update the state machine logic to handle multiple block read. This also fixed the wrong command index for STOP_TRANSMISSION, the required command to interupt the multiple block read comm

Re: [PATCH 08/22] hw/sd: ssi-sd: Support multiple block read (CMD18)

2021-01-13 Thread Alistair Francis
On Thu, Dec 31, 2020 at 3:41 AM Bin Meng wrote: > > From: Bin Meng > > In the case of a multiple block read operation every transfered > block has its suffix of CRC16. Update the state machine logic to > handle multiple block read. > > This also fixed the wrong command index for STOP_TRANSMISSION