Re: [Qemu-devel] [PATCH v2 01/14] sdcard: Use the ldst API

2018-06-28 Thread Peter Maydell
On 9 May 2018 at 04:46, Philippe Mathieu-Daudé wrote: > The load/store API will ease further code movement. > > Per the Physical Layer Simplified Spec. "3.6 Bus Protocol": > > "In the CMD line the Most Significant Bit (MSB) is transmitted >first, the Least Significant Bit (LSB) is the last."

[Qemu-devel] [PATCH v2 01/14] sdcard: Use the ldst API

2018-05-08 Thread Philippe Mathieu-Daudé
The load/store API will ease further code movement. Per the Physical Layer Simplified Spec. "3.6 Bus Protocol": "In the CMD line the Most Significant Bit (MSB) is transmitted first, the Least Significant Bit (LSB) is the last." Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/bcm2835_sdhos