aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-08-21hw/intc: ibex_plic: Update the pending irqsAlistair Francis1-0/+4
2020-08-21hw/riscv: spike: Change the default bios to use generic platform imageBin Meng1-2/+7
2020-08-21hw/riscv: Use pre-built bios image of generic platform for virt & sifive_uBin Meng2-4/+4
2020-08-21hw/riscv: sifive_u: Add a dummy L2 cache controller deviceBin Meng1-0/+22
2020-08-21target/xtensa: implement NMI supportMax Filippov1-1/+5
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é5-20/+61
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é4-9/+11
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é2-23/+45
2020-08-21hw/sd/milkymist: Create the SDBus at init()Philippe Mathieu-Daudé1-3/+3
2020-08-21hw/lm32/milkymist: Un-inline milkymist_memcard_create()Philippe Mathieu-Daudé2-11/+11
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é2-19/+31
2020-08-21meson: convert hw/arch*Marc-André Lureau53-229/+395
2020-08-21meson: convert hw/9pfs, cleanupMarc-André Lureau5-17/+25
2020-08-21meson: convert hw/acpiMarc-André Lureau4-27/+26
2020-08-21meson: convert hw/adcMarc-André Lureau4-2/+2
2020-08-21meson: convert hw/audioMarc-André Lureau4-19/+15
2020-08-21meson: convert hw/blockMarc-André Lureau6-21/+24
2020-08-21meson: convert hw/charMarc-André Lureau4-40/+39
2020-08-21meson: convert hw/cpuMarc-André Lureau4-6/+7
2020-08-21meson: convert hw/displayMarc-André Lureau4-66/+85
2020-08-21meson: convert hw/dmaMarc-André Lureau4-17/+16
2020-08-21meson: convert hw/gpioMarc-André Lureau4-13/+13
2020-08-21meson: convert hw/hypervMarc-André Lureau4-4/+4
2020-08-21meson: convert hw/i2cMarc-André Lureau4-15/+17
2020-08-21meson: convert hw/ideMarc-André Lureau4-15/+15
2020-08-21meson: convert hw/inputMarc-André Lureau4-19/+19
2020-08-21meson: convert hw/intcMarc-André Lureau4-55/+56
2020-08-21meson: convert hw/ipackMarc-André Lureau4-3/+2
2020-08-21meson: convert hw/ipmiMarc-André Lureau4-9/+12
2020-08-21meson: convert hw/isaMarc-André Lureau4-12/+12
2020-08-21meson: convert hw/miscMarc-André Lureau6-101/+108
2020-08-21meson: convert hw/netMarc-André Lureau6-64/+72
2020-08-21meson: convert hw/rdmaMarc-André Lureau4-4/+11