Re: [PATCH 08/18] hw/sd: sd: Correctly set the high capacity bit

2020-08-16 Thread Bin Meng
Hi Philippe, On Sat, Aug 15, 2020 at 4:38 PM Philippe Mathieu-Daudé wrote: > > On 8/14/20 6:40 PM, Bin Meng wrote: > > From: Bin Meng > > > > Per the SD spec, Standard Capacity SD Memory Card (SDSC) supports > > capacity up to and including 2 GiB. > > > > Fixes: 2d7adea4fe ("hw/sd: Support SDHC

Re: [PATCH 08/18] hw/sd: sd: Correctly set the high capacity bit

2020-08-15 Thread Philippe Mathieu-Daudé
On 8/14/20 6:40 PM, Bin Meng wrote: > From: Bin Meng > > Per the SD spec, Standard Capacity SD Memory Card (SDSC) supports > capacity up to and including 2 GiB. > Fixes: 2d7adea4fe ("hw/sd: Support SDHC size cards") > Signed-off-by: Bin Meng > --- > > hw/sd/sd.c | 2 +- > 1 file changed, 1

[PATCH 08/18] hw/sd: sd: Correctly set the high capacity bit

2020-08-14 Thread Bin Meng
From: Bin Meng Per the SD spec, Standard Capacity SD Memory Card (SDSC) supports capacity up to and including 2 GiB. Signed-off-by: Bin Meng --- hw/sd/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 51f5900..5e7fc3f 100644 --- a/hw/sd/sd.