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
/
raspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-2
/
+2
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-2
/
+1
2020-03-23
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
1
-1
/
+2
2020-02-19
arm/raspi: use memdev for RAM
Igor Mammedov
1
-6
/
+4
2020-02-13
hw/arm/raspi: Extract the cores count from the board revision
Philippe Mathieu-Daudé
1
-3
/
+16
2020-02-13
hw/arm/raspi: Use a unique raspi_machine_class_init() method
Philippe Mathieu-Daudé
1
-25
/
+6
2020-02-13
hw/arm/raspi: Extract the board model from the board revision
Philippe Mathieu-Daudé
1
-2
/
+16
2020-02-13
hw/arm/raspi: Set default RAM size to size encoded in board revision
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-13
hw/arm/raspi: Let class_init() directly call raspi_machine_init()
Philippe Mathieu-Daudé
1
-13
/
+3
2020-02-13
hw/arm/raspi: Make board_rev a field of RaspiMachineClass
Philippe Mathieu-Daudé
1
-3
/
+14
2020-02-13
hw/arm/raspi: Make machines children of abstract RaspiMachineClass
Philippe Mathieu-Daudé
1
-7
/
+49
2020-02-13
hw/arm/raspi: Trivial code movement
Philippe Mathieu-Daudé
1
-3
/
+2
2020-02-13
hw/arm/raspi: Extract the processor type from the board revision
Philippe Mathieu-Daudé
1
-2
/
+16
2020-02-13
hw/arm/raspi: Extract the RAM size from the board revision
Philippe Mathieu-Daudé
1
-3
/
+12
2020-02-13
hw/arm/raspi: Extract the version from the board revision
Philippe Mathieu-Daudé
1
-4
/
+27
2020-02-13
hw/arm/raspi: Correct the board descriptions
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-13
hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernels
Philippe Mathieu-Daudé
1
-3
/
+3
2020-01-30
hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'
Philippe Mathieu-Daudé
1
-2
/
+0
2019-10-25
hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_boot
Philippe Mathieu-Daudé
1
-6
/
+8
2019-10-15
hw/arm/raspi: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+2
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
1
-5
/
+1
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
1
-2
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-24
hw/arm: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
1
-4
/
+3
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2019-05-07
hw/arm/raspi: Diagnose requests for too much RAM
Peter Maydell
1
-0
/
+7
2018-04-26
hw/arm/raspi: Don't bother setting default_cpu_type
Peter Maydell
1
-2
/
+0
2018-03-23
hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15
Peter Maydell
1
-1
/
+1
2018-03-19
hw/arm/raspi: Provide spin-loop code for AArch64 CPUs
Peter Maydell
1
-1
/
+40
2018-03-19
hw/arm/bcm2836: Hardcode correct CPU type
Peter Maydell
1
-2
/
+0
2018-03-19
hw/arm/bcm2836: Create proper bcm2837 device
Peter Maydell
1
-1
/
+2
2018-03-19
hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283x
Peter Maydell
1
-8
/
+8
2018-03-19
hw/arm/raspi: Don't do board-setup or secure-boot for raspi3
Peter Maydell
1
-4
/
+13
2018-02-22
raspi: Add "raspi3" machine type
Pekka Enberg
1
-0
/
+23
2018-02-15
raspi: Raspberry Pi 3 support
Pekka Enberg
1
-10
/
+21
2018-02-15
bcm2836: Make CPU type configurable
Pekka Enberg
1
-0
/
+3
2017-11-13
hw: add .min_cpus and .default_cpus fields to machine_class
Emilio G. Cota
1
-0
/
+2
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
1
-0
/
+1
2017-06-20
bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"
Marc-André Lureau
1
-2
/
+2
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-16
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
1
-6
/
+1
2016-03-16
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
1
-1
/
+4
2016-02-26
raspi: fix SD card with recent sdhci changes
Andrew Baumann
1
-0
/
+16
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
raspi: add raspberry pi 2 machine
Andrew Baumann
1
-0
/
+152