[PATCH 00/12] hw/arm: Add raspi0 and raspi1 machines

Philippe Mathieu-Daudé posted 12 patches 5 years, 9 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200215191543.3235-1-f4bug@amsat.org
There is a newer version of this series
include/hw/arm/bcm2836.h |  13 +--
hw/arm/bcm2836.c         | 192 ++++++++++++++++++++++++++-------------
hw/arm/raspi.c           | 145 ++++++++++++++++++-----------
3 files changed, 220 insertions(+), 130 deletions(-)
[PATCH 00/12] hw/arm: Add raspi0 and raspi1 machines
Posted by Philippe Mathieu-Daudé 5 years, 9 months ago
This series addresses suggestions from Igor and Peter on the
raspi machines, then add the raspi0 and raspi1.

Philippe Mathieu-Daudé (12):
  hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2
  hw/arm/raspi: Avoid using TypeInfo::class_data pointer
  hw/arm/raspi: Introduce RaspiProcessorId enum
  hw/arm/raspi: Remove use of the 'version' value in the board code
  hw/arm/bcm2836: Restrict BCM283XClass declaration to C source
  hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
  hw/arm/bcm2836: Introduce BCM283XClass::core_count
  hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
  hw/arm/bcm2836: Split out common realize() code
  hw/arm/bcm2836: Introduce the BCM2835 SoC
  hw/arm/raspi: Add the Raspberry Pi B+ machine
  hw/arm/raspi: Add the Raspberry Pi Zero machine

 include/hw/arm/bcm2836.h |  13 +--
 hw/arm/bcm2836.c         | 192 ++++++++++++++++++++++++++-------------
 hw/arm/raspi.c           | 145 ++++++++++++++++++-----------
 3 files changed, 220 insertions(+), 130 deletions(-)

-- 
2.21.1