summaryrefslogtreecommitdiff
path: root/hw/arm/bcm2835_peripherals.c
AgeCommit message (Expand)Author
2019-10-25hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé
2019-10-25hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé
2019-10-15hw/arm/bcm2835: Add various unimplemented peripheralsPhilippe Mathieu-Daudé
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-24hw/arm/bcm2835: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-05-24hw/arm/bcm2835: Use object_initialize() on PL011StatePhilippe Mathieu-Daudé
2019-05-24hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded stringPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-02-13hw/arm/bcm2835_peripherals: change maximum block size to 1kBPhilippe Mathieu-Daudé
2018-02-13hw/arm/bcm2835_peripherals: implement SDHCI Spec v3Philippe Mathieu-Daudé
2017-06-20bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"Marc-André Lureau
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-02-28bcm2835: add sdhost and gpio controllersClement Deschamps
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann
2016-03-16bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann
2016-02-26raspi: fix SD card with recent sdhci changesAndrew Baumann
2016-02-16all: Clean up includesPeter Maydell
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren
2016-02-03bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann