index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
bcm2835_peripherals.c
Age
Commit message (
Expand
)
Author
2019-10-25
hw/arm/bcm2835_peripherals: Use the SYS_timer
Philippe Mathieu-Daudé
2019-10-25
hw/arm/bcm2835_peripherals: Use the thermal sensor block
Philippe Mathieu-Daudé
2019-10-15
hw/arm/bcm2835: Add various unimplemented peripherals
Philippe Mathieu-Daudé
2019-10-15
hw/arm/bcm2835: Rename some definitions
Philippe Mathieu-Daudé
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-24
hw/arm/bcm2835: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
2019-05-24
hw/arm/bcm2835: Use object_initialize() on PL011State
Philippe Mathieu-Daudé
2019-05-24
hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded string
Philippe Mathieu-Daudé
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-02-13
hw/arm/bcm2835_peripherals: change maximum block size to 1kB
Philippe Mathieu-Daudé
2018-02-13
hw/arm/bcm2835_peripherals: implement SDHCI Spec v3
Philippe Mathieu-Daudé
2017-06-20
bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"
Marc-André Lureau
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
2017-02-28
bcm2835: add sdhost and gpio controllers
Clement Deschamps
2017-02-28
target-arm: Implement BCM2835 hardware RNG
Marcin Chojnacki
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE
2016-03-16
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
2016-03-16
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
2016-03-16
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
2016-03-16
bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry pi
Andrew Baumann
2016-02-26
raspi: fix SD card with recent sdhci changes
Andrew Baumann
2016-02-16
all: Clean up includes
Peter Maydell
2016-02-11
bcm2835_property: implement "get board revision" query
Stephen Warren
2016-02-03
bcm2835_peripherals: add rollup device for bcm2835 peripherals
Andrew Baumann