[PATCH v4 0/9] hw/arm: Add raspi Zero, 1A+ and 3A+ machines

Philippe Mathieu-Daudé posted 9 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201024170127.3592182-1-f4bug@amsat.org
include/hw/arm/bcm2836.h |   9 +-
hw/arm/bcm2836.c         | 182 ++++++++++++++++++++++++++-------------
hw/arm/raspi.c           |  41 +++++++++
3 files changed, 162 insertions(+), 70 deletions(-)
[PATCH v4 0/9] hw/arm: Add raspi Zero, 1A+ and 3A+ machines
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
Add the raspi0/1/3A+ machines.

All series reviewed :)

Since v3:
- Addressed Igor's review comment and added his R-b tag

Since v2:
- Rebased
- Addressed Igor comment
- Added Luc R-b
- Added model 3A+

Since v1:
- Use more specific machine names

Philippe Mathieu-Daudé (9):
  hw/arm/bcm2836: Restrict BCM283XInfo 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 A+ machine
  hw/arm/raspi: Add the Raspberry Pi Zero machine
  hw/arm/raspi: Add the Raspberry Pi 3 model A+

 include/hw/arm/bcm2836.h |   9 +-
 hw/arm/bcm2836.c         | 182 ++++++++++++++++++++++++++-------------
 hw/arm/raspi.c           |  41 +++++++++
 3 files changed, 162 insertions(+), 70 deletions(-)

-- 
2.26.2

Re: [PATCH v4 0/9] hw/arm: Add raspi Zero, 1A+ and 3A+ machines
Posted by Peter Maydell 3 years, 6 months ago
On Sat, 24 Oct 2020 at 18:01, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Add the raspi0/1/3A+ machines.
>
> All series reviewed :)
>
> Since v3:
> - Addressed Igor's review comment and added his R-b tag
>
> Since v2:
> - Rebased
> - Addressed Igor comment
> - Added Luc R-b
> - Added model 3A+
>
> Since v1:
> - Use more specific machine names



Applied to target-arm.next, thanks.

-- PMM