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