index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
bcm2835_peripherals.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-02
hw/arm: Add basic power management to raspi.
Nolan Leake
1
-1
/
+12
2020-10-27
hw/arm/bcm2835_peripherals: connect the UART clock
Luc Michel
1
-0
/
+2
2020-10-27
hw/arm/raspi: add a skeleton implementation of the CPRMAN
Luc Michel
1
-1
/
+10
2020-10-27
hw/arm/raspi: fix CPRMAN base address
Luc Michel
1
-2
/
+2
2020-10-20
hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs
Philippe Mathieu-Daudé
1
-2
/
+11
2020-10-01
hw/arm/bcm2835: Add more unimplemented peripherals
Philippe Mathieu-Daudé
1
-0
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-32
/
+16
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-3
/
+2
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-6
/
+6
2020-07-10
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
1
-6
/
+1
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-30
/
+15
2020-07-02
arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violations
Markus Armbruster
1
-8
/
+4
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
1
-43
/
+32
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
1
-3
/
+2
2020-06-15
sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1
Markus Armbruster
1
-2
/
+1
2020-06-05
wire in the dwc-hsotg (dwc2) USB host controller emulation
Paul Zimmerman
1
-1
/
+20
2020-06-05
raspi: add BCM2835 SOC MPHI emulation
Paul Zimmerman
1
-0
/
+17
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-16
/
+10
2020-05-15
hw/arm/bcm2835: Drop futile attempts at QOM-adopting memory
Markus Armbruster
1
-2
/
+0
2020-03-23
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
1
-1
/
+2
2019-10-25
hw/arm/bcm2835_peripherals: Use the SYS_timer
Philippe Mathieu-Daudé
1
-1
/
+16
2019-10-25
hw/arm/bcm2835_peripherals: Use the thermal sensor block
Philippe Mathieu-Daudé
1
-0
/
+13
2019-10-15
hw/arm/bcm2835: Add various unimplemented peripherals
Philippe Mathieu-Daudé
1
-0
/
+31
2019-10-15
hw/arm/bcm2835: Rename some definitions
Philippe Mathieu-Daudé
1
-3
/
+4
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-05-24
hw/arm/bcm2835: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
1
-33
/
+20
2019-05-24
hw/arm/bcm2835: Use object_initialize() on PL011State
Philippe Mathieu-Daudé
1
-7
/
+7
2019-05-24
hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded string
Philippe Mathieu-Daudé
1
-1
/
+1
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-2
/
+2
2018-02-13
hw/arm/bcm2835_peripherals: change maximum block size to 1kB
Philippe Mathieu-Daudé
1
-1
/
+1
2018-02-13
hw/arm/bcm2835_peripherals: implement SDHCI Spec v3
Philippe Mathieu-Daudé
1
-8
/
+13
2017-06-20
bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"
Marc-André Lureau
1
-5
/
+4
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
1
-1
/
+0
2017-02-28
bcm2835: add sdhost and gpio controllers
Clement Deschamps
1
-2
/
+41
2017-02-28
target-arm: Implement BCM2835 hardware RNG
Marcin Chojnacki
1
-0
/
+15
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
1
-13
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE
1
-0
/
+26
2016-03-16
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
1
-6
/
+2
2016-03-16
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
1
-1
/
+37
2016-03-16
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
1
-0
/
+32
2016-03-16
bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry pi
Andrew Baumann
1
-0
/
+7
2016-02-26
raspi: fix SD card with recent sdhci changes
Andrew Baumann
1
-0
/
+7
2016-02-16
all: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-11
bcm2835_property: implement "get board revision" query
Stephen Warren
1
-0
/
+2
2016-02-03
bcm2835_peripherals: add rollup device for bcm2835 peripherals
Andrew Baumann
1
-0
/
+204