[PATCH v2 04/25] hw/sd: sd: Support CMD59 for SPI mode

2021-01-23 Thread Bin Meng
From: Bin Meng After the card is put into SPI mode, CRC check for all commands including CMD0 will be done according to CMD59 setting. But this command is currently unimplemented. Simply allow the decoding of CMD59, but the CRC remains unchecked. Signed-off-by: Bin Meng Reviewed-by: Pragnesh Pa

Re: [PATCH v2 04/25] hw/sd: sd: Support CMD59 for SPI mode

2021-01-24 Thread Philippe Mathieu-Daudé
On 1/23/21 11:39 AM, Bin Meng wrote: > From: Bin Meng > > After the card is put into SPI mode, CRC check for all commands > including CMD0 will be done according to CMD59 setting. But this > command is currently unimplemented. Simply allow the decoding of > CMD59, but the CRC remains unchecked. >