summaryrefslogtreecommitdiffstats
path: root/hw/arm/bcm2835_peripherals.c
Commit message (Expand)AuthorAgeFilesLines
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-32/+16Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-3/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-6/+6
* qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster2020-07-101-6/+1Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-30/+15Star
* arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violationsMarkus Armbruster2020-07-021-8/+4Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-43/+32Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster2020-06-151-3/+2Star
* sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster2020-06-151-2/+1Star
* wire in the dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman2020-06-051-1/+20
* raspi: add BCM2835 SOC MPHI emulationPaul Zimmerman2020-06-051-0/+17
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-16/+10Star
* hw/arm/bcm2835: Drop futile attempts at QOM-adopting memoryMarkus Armbruster2020-05-151-2/+0Star
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-231-1/+2
* hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé2019-10-251-1/+16
* hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé2019-10-251-0/+13
* hw/arm/bcm2835: Add various unimplemented peripheralsPhilippe Mathieu-Daudé2019-10-151-0/+31
* hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé2019-10-151-3/+4
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/arm/bcm2835: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-33/+20Star
* hw/arm/bcm2835: Use object_initialize() on PL011StatePhilippe Mathieu-Daudé2019-05-241-7/+7
* hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded stringPhilippe Mathieu-Daudé2019-05-241-1/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/arm/bcm2835_peripherals: change maximum block size to 1kBPhilippe Mathieu-Daudé2018-02-131-1/+1
* hw/arm/bcm2835_peripherals: implement SDHCI Spec v3Philippe Mathieu-Daudé2018-02-131-8/+13
* bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"Marc-André Lureau2017-06-201-5/+4Star
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* bcm2835: add sdhost and gpio controllersClement Deschamps2017-02-281-2/+41
* target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki2017-02-281-0/+15
* hw/char: QOM'ify pl011 modelxiaoqiang zhao2016-06-061-13/+3Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE2016-03-161-0/+26
* bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2016-03-161-6/+2Star
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2016-03-161-1/+37
* bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2016-03-161-0/+32
* bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann2016-03-161-0/+7
* raspi: fix SD card with recent sdhci changesAndrew Baumann2016-02-261-0/+7
* all: Clean up includesPeter Maydell2016-02-161-0/+1
* bcm2835_property: implement "get board revision" queryStephen Warren2016-02-111-0/+2
* bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2016-02-031-0/+204