| Commit message (Expand) | Author | Age | Files | Lines |
| * | qom: Have class_init() take a const data argument | Philippe Mathieu-Daudé | 2025-04-25 | 1 | -1/+1 |
| * | include: Rename sysemu/ -> system/ | Philippe Mathieu-Daudé | 2024-12-20 | 1 | -1/+1 |
| * | hw/misc: Implement mailbox properties for customer OTP and device specific pr... | Rayhan Faizel | 2024-07-01 | 1 | -0/+2 |
| * | hw/arm: Connect OTP device to BCM2835 | Rayhan Faizel | 2024-07-01 | 1 | -1/+12 |
| * | hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2 | Rayhan Faizel | 2024-03-05 | 1 | -3/+42 |
| * | hw/arm: Introduce Raspberry PI 4 machine | Sergey Kambalin | 2024-02-27 | 1 | -3/+14 |
| * | hw/arm/bcm2853_peripherals: Split out common part of peripherals | Sergey Kambalin | 2024-02-27 | 1 | -84/+114 |
| * | hw/arm: Connect SPI Controller to BCM2835 | Rayhan Faizel | 2024-02-02 | 1 | -1/+16 |
| * | hw/arm/bcm2835_property: Implement "get command line" message | Daniel Bertalan | 2023-05-02 | 1 | -0/+2 |
| * | Align Raspberry Pi DMA interrupts with Linux DTS | Andrey Makarov | 2022-07-18 | 1 | -1/+25 |
| * | hw/arm: Add basic power management to raspi. | Nolan Leake | 2021-07-02 | 1 | -1/+12 |
| * | hw/arm/bcm2835_peripherals: connect the UART clock | Luc Michel | 2020-10-27 | 1 | -0/+2 |
| * | hw/arm/raspi: add a skeleton implementation of the CPRMAN | Luc Michel | 2020-10-27 | 1 | -1/+10 |
| * | hw/arm/raspi: fix CPRMAN base address | Luc Michel | 2020-10-27 | 1 | -2/+2 |
| * | hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs | Philippe Mathieu-Daudé | 2020-10-20 | 1 | -2/+11 |
| * | hw/arm/bcm2835: Add more unimplemented peripherals | Philippe Mathieu-Daudé | 2020-10-01 | 1 | -0/+2 |
| * | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -32/+16 |
| * | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -3/+2 |
| * | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -6/+6 |
| * | qom: Don't handle impossible object_property_get_link() failure | Markus Armbruster | 2020-07-10 | 1 | -6/+1 |
| * | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 1 | -30/+15 |
| * | arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violations | Markus Armbruster | 2020-07-02 | 1 | -8/+4 |
| * | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 | Markus Armbruster | 2020-06-15 | 1 | -43/+32 |
| * | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 | Markus Armbruster | 2020-06-15 | 1 | -3/+2 |
| * | sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1 | Markus Armbruster | 2020-06-15 | 1 | -2/+1 |
| * | wire in the dwc-hsotg (dwc2) USB host controller emulation | Paul Zimmerman | 2020-06-05 | 1 | -1/+20 |
| * | raspi: add BCM2835 SOC MPHI emulation | Paul Zimmerman | 2020-06-05 | 1 | -0/+17 |
| * | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -16/+10 |
| * | hw/arm/bcm2835: Drop futile attempts at QOM-adopting memory | Markus Armbruster | 2020-05-15 | 1 | -2/+0 |
| * | hw/arm/bcm283x: Correct the license text | Philippe Mathieu-Daudé | 2020-03-23 | 1 | -1/+2 |
| * | hw/arm/bcm2835_peripherals: Use the SYS_timer | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -1/+16 |
| * | hw/arm/bcm2835_peripherals: Use the thermal sensor block | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -0/+13 |
| * | hw/arm/bcm2835: Add various unimplemented peripherals | Philippe Mathieu-Daudé | 2019-10-15 | 1 | -0/+31 |
| * | hw/arm/bcm2835: Rename some definitions | Philippe Mathieu-Daudé | 2019-10-15 | 1 | -3/+4 |
| * | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
| * | hw/arm/bcm2835: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -33/+20 |
| * | hw/arm/bcm2835: Use object_initialize() on PL011State | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -7/+7 |
| * | hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded string | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -1/+1 |
| * | Change references to serial_hds[] to serial_hd() | Peter Maydell | 2018-04-26 | 1 | -2/+2 |
| * | hw/arm/bcm2835_peripherals: change maximum block size to 1kB | Philippe Mathieu-Daudé | 2018-02-13 | 1 | -1/+1 |
| * | hw/arm/bcm2835_peripherals: implement SDHCI Spec v3 | Philippe Mathieu-Daudé | 2018-02-13 | 1 | -8/+13 |
| * | bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base" | Marc-André Lureau | 2017-06-20 | 1 | -5/+4 |
| * | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 2017-06-02 | 1 | -1/+0 |
| * | bcm2835: add sdhost and gpio controllers | Clement Deschamps | 2017-02-28 | 1 | -2/+41 |
| * | target-arm: Implement BCM2835 hardware RNG | Marcin Chojnacki | 2017-02-28 | 1 | -0/+15 |
| * | hw/char: QOM'ify pl011 model | xiaoqiang zhao | 2016-06-06 | 1 | -13/+3 |
| * | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
| * | bcm2835_dma: add emulation of Raspberry Pi DMA controller | Grégory ESTRADE | 2016-03-16 | 1 | -0/+26 |
| * | bcm2835_property: implement framebuffer control/configuration properties | Grégory ESTRADE | 2016-03-16 | 1 | -6/+2 |
| * | bcm2835_fb: add framebuffer device for Raspberry Pi | Grégory ESTRADE | 2016-03-16 | 1 | -1/+37 |