index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
raspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm/raspi: Add the Raspberry Pi 3 model A+
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+13
*
hw/arm/raspi: Add the Raspberry Pi Zero machine
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+13
*
hw/arm/raspi: Add the Raspberry Pi A+ machine
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+13
*
hw/arm/bcm2836: Introduce the BCM2835 SoC
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+2
*
hw/arm/raspi: Remove use of the 'version' value in the board code
Philippe Mathieu-Daudé
2020-10-01
1
-16
/
+13
*
hw/arm/raspi: Use RaspiProcessorId to set the firmware load address
Philippe Mathieu-Daudé
2020-10-01
1
-1
/
+2
*
hw/arm/raspi: Introduce RaspiProcessorId enum
Philippe Mathieu-Daudé
2020-10-01
1
-24
/
+21
*
hw/arm/raspi: Use more specific machine names
Philippe Mathieu-Daudé
2020-10-01
1
-2
/
+4
*
hw/arm/raspi: Avoid using TypeInfo::class_data pointer
Philippe Mathieu-Daudé
2020-10-01
1
-10
/
+24
*
hw/arm/raspi: Move arm_boot_info structure to RaspiMachineState
Philippe Mathieu-Daudé
2020-10-01
1
-15
/
+15
*
hw/arm/raspi: Load the firmware on the first core
Philippe Mathieu-Daudé
2020-10-01
1
-1
/
+2
*
hw/arm/raspi: Display the board revision in the machine description
Philippe Mathieu-Daudé
2020-10-01
1
-1
/
+3
*
hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2
Philippe Mathieu-Daudé
2020-10-01
1
-3
/
+0
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-4
/
+7
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-1
/
+1
*
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-23
1
-1
/
+1
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-2
/
+1
*
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
2020-03-23
1
-1
/
+2
*
arm/raspi: use memdev for RAM
Igor Mammedov
2020-02-19
1
-6
/
+4
*
hw/arm/raspi: Extract the cores count from the board revision
Philippe Mathieu-Daudé
2020-02-13
1
-3
/
+16
*
hw/arm/raspi: Use a unique raspi_machine_class_init() method
Philippe Mathieu-Daudé
2020-02-13
1
-25
/
+6
*
hw/arm/raspi: Extract the board model from the board revision
Philippe Mathieu-Daudé
2020-02-13
1
-2
/
+16
*
hw/arm/raspi: Set default RAM size to size encoded in board revision
Philippe Mathieu-Daudé
2020-02-13
1
-2
/
+2
*
hw/arm/raspi: Let class_init() directly call raspi_machine_init()
Philippe Mathieu-Daudé
2020-02-13
1
-13
/
+3
*
hw/arm/raspi: Make board_rev a field of RaspiMachineClass
Philippe Mathieu-Daudé
2020-02-13
1
-3
/
+14
*
hw/arm/raspi: Make machines children of abstract RaspiMachineClass
Philippe Mathieu-Daudé
2020-02-13
1
-7
/
+49
*
hw/arm/raspi: Trivial code movement
Philippe Mathieu-Daudé
2020-02-13
1
-3
/
+2
*
hw/arm/raspi: Extract the processor type from the board revision
Philippe Mathieu-Daudé
2020-02-13
1
-2
/
+16
*
hw/arm/raspi: Extract the RAM size from the board revision
Philippe Mathieu-Daudé
2020-02-13
1
-3
/
+12
*
hw/arm/raspi: Extract the version from the board revision
Philippe Mathieu-Daudé
2020-02-13
1
-4
/
+27
*
hw/arm/raspi: Correct the board descriptions
Philippe Mathieu-Daudé
2020-02-13
1
-2
/
+2
*
hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernels
Philippe Mathieu-Daudé
2020-02-13
1
-3
/
+3
*
hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'
Philippe Mathieu-Daudé
2020-01-30
1
-2
/
+0
*
hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_boot
Philippe Mathieu-Daudé
2019-10-25
1
-6
/
+8
*
hw/arm/raspi: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2019-10-15
1
-2
/
+2
*
hw/arm: simplify arm_load_dtb
Tao Xu
2019-09-03
1
-5
/
+1
*
hw/arm: Replace global smp variables with machine smp properties
Like Xu
2019-07-05
1
-2
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
hw/arm: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-24
1
-4
/
+3
*
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-23
1
-1
/
+1
*
hw/arm/raspi: Diagnose requests for too much RAM
Peter Maydell
2019-05-07
1
-0
/
+7
*
hw/arm/raspi: Don't bother setting default_cpu_type
Peter Maydell
2018-04-26
1
-2
/
+0
*
hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15
Peter Maydell
2018-03-23
1
-1
/
+1
*
hw/arm/raspi: Provide spin-loop code for AArch64 CPUs
Peter Maydell
2018-03-19
1
-1
/
+40
*
hw/arm/bcm2836: Hardcode correct CPU type
Peter Maydell
2018-03-19
1
-2
/
+0
*
hw/arm/bcm2836: Create proper bcm2837 device
Peter Maydell
2018-03-19
1
-1
/
+2
[next]