index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
arm
/
bcm2835_peripherals.h
Age
Commit message (
Expand
)
Author
2024-07-01
hw/arm: Connect OTP device to BCM2835
Rayhan Faizel
2024-03-05
hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2
Rayhan Faizel
2024-02-27
hw/arm/bcm2853_peripherals: Split out common part of peripherals
Sergey Kambalin
2024-02-02
hw/arm: Connect SPI Controller to BCM2835
Rayhan Faizel
2023-02-27
hw: Replace qemu_or_irq typedef by OrIRQState
Philippe Mathieu-Daudé
2022-07-18
Align Raspberry Pi DMA interrupts with Linux DTS
Andrey Makarov
2021-07-02
hw/arm: Add basic power management to raspi.
Nolan Leake
2020-10-27
hw/arm/raspi: add a skeleton implementation of the CPRMAN
Luc Michel
2020-10-27
hw/arm/raspi: fix CPRMAN base address
Luc Michel
2020-10-01
hw/arm/bcm2835: Add more unimplemented peripherals
Philippe Mathieu-Daudé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-05
wire in the dwc-hsotg (dwc2) USB host controller emulation
Paul Zimmerman
2020-06-05
raspi: add BCM2835 SOC MPHI emulation
Paul Zimmerman
2020-03-23
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
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-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
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-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2017-02-28
bcm2835: add sdhost and gpio controllers
Clement Deschamps
2017-02-28
target-arm: Implement BCM2835 hardware RNG
Marcin Chojnacki
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
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-02-03
bcm2835_peripherals: add rollup device for bcm2835 peripherals
Andrew Baumann