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
/
raspi.c
Age
Commit message (
Expand
)
Author
2019-05-24
hw/arm: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-07
hw/arm/raspi: Diagnose requests for too much RAM
Peter Maydell
2018-04-26
hw/arm/raspi: Don't bother setting default_cpu_type
Peter Maydell
2018-03-23
hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15
Peter Maydell
2018-03-19
hw/arm/raspi: Provide spin-loop code for AArch64 CPUs
Peter Maydell
2018-03-19
hw/arm/bcm2836: Hardcode correct CPU type
Peter Maydell
2018-03-19
hw/arm/bcm2836: Create proper bcm2837 device
Peter Maydell
2018-03-19
hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283x
Peter Maydell
2018-03-19
hw/arm/raspi: Don't do board-setup or secure-boot for raspi3
Peter Maydell
2018-02-22
raspi: Add "raspi3" machine type
Pekka Enberg
2018-02-15
raspi: Raspberry Pi 3 support
Pekka Enberg
2018-02-15
bcm2836: Make CPU type configurable
Pekka Enberg
2017-11-13
hw: add .min_cpus and .default_cpus fields to machine_class
Emilio G. Cota
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
2017-06-20
bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"
Marc-André Lureau
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
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-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
raspi: add raspberry pi 2 machine
Andrew Baumann