aboutsummaryrefslogtreecommitdiff
path: root/hw/sd
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell3-0/+198
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+1
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-1/+1
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+1
2020-09-09hw/sd: Add Cadence SDHCI emulationBin Meng3-0/+198
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost4-6/+12
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-4/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost7-5/+14
2020-09-01aspeed/sdhci: Fix reset sequenceCédric Le Goater1-2/+12
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell1-6/+31
2020-08-28hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé1-6/+31
2020-08-27pxa2xx: Move QOM macros to headerEduardo Habkost1-3/+0
2020-08-21hw/sd: Correct the maximum size of a Standard Capacity SD Memory CardBin Meng1-2/+4
2020-08-21hw/sd: Fix incorrect populated function switch status data structureBin Meng1-1/+2
2020-08-21hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé3-32/+13
2020-08-21hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé1-0/+15
2020-08-21hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe Mathieu-Daudé3-27/+12
2020-08-21hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé1-0/+15
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé8-18/+18
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé7-17/+17
2020-08-21hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé3-14/+14
2020-08-21hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé2-1/+2
2020-08-21hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd/pl181: Replace disabled fprintf()s by trace eventsPhilippe Mathieu-Daudé2-17/+19
2020-08-21hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé1-18/+1
2020-08-21hw/sd/pl181: Expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé1-16/+51
2020-08-21hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé1-3/+5
2020-08-21hw/sd/pl181: Add TODO to use Fifo32 APIPhilippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()Philippe Mathieu-Daudé1-2/+2
2020-08-21hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()Alistair Francis1-2/+3
2020-08-21hw/sd/milkymist: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé1-23/+32
2020-08-21hw/sd/milkymist: Create the SDBus at init()Philippe Mathieu-Daudé1-3/+3
2020-08-21hw/sd/pxa2xx_mmci: Trivial simplificationPhilippe Mathieu-Daudé1-3/+1
2020-08-21hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé1-9/+2
2020-08-21meson: convert hw/sdMarc-André Lureau2-12/+12
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-24sd/milkymist-memcard: Fix format stringStefan Weil1-1/+1
2020-07-14hw/sd/sdcard: Do not switch to ReceivingData if address is invalidPhilippe Mathieu-Daudé1-14/+24
2020-07-14hw/sd/sdcard: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-8/+16
2020-07-14hw/sd/sdcard: Do not allow invalid SD card sizesPhilippe Mathieu-Daudé1-0/+25
2020-07-14hw/sd/sdcard: Simplify realize() a bitPhilippe Mathieu-Daudé1-5/+5
2020-07-14hw/sd/sdcard: Restrict Class 6 commands to SCSD cardsPhilippe Mathieu-Daudé1-0/+5
2020-07-10sd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy3-21/+17
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-7/+3
2020-07-10qdev: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2-5/+3
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2-7/+4
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster2-4/+4
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2-4/+2
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell1-2/+2
2020-07-02sd/milkymist-memcard: Plug minor memory leak in realizeMarkus Armbruster1-3/+2