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

2020-12-31 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 check is still ignored. Signed-off-by: Bin Meng --- hw/sd/sd.c |

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

2021-01-02 Thread Pragnesh Patel
On Thu, Dec 31, 2020 at 5:04 PM 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 check i