[RFC PATCH v2 0/3] hw/arm: Add the Raspberry Pi 4B

Philippe Mathieu-Daudé posted 3 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/20201018205551.1537927-1-f4bug@amsat.org
include/hw/arm/bcm2836.h |   3 +
hw/arm/bcm2836.c         | 179 +++++++++++++++++++++++++++++++++++++++
hw/arm/raspi.c           |  55 ++++++++++++
hw/arm/trace-events      |   2 +
4 files changed, 239 insertions(+)
[RFC PATCH v2 0/3] hw/arm: Add the Raspberry Pi 4B
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
Still not complete as we need to implement more firmware properties.
However state good enough for review, or in case someone want to work
on it and improve it.

Since RFC v1:
- Rebased
- Used recommendations from Luc
  https://www.mail-archive.com/qemu-devel@nongnu.org/msg642450.html

Based-on: <20201018203358.1530378-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (3):
  hw/arm/bcm2836: Add the ARMv8 BCM2838
  hw/arm/raspi: Add the Raspberry Pi 4 model B
  hw/arm/raspi: Remove unsupported raspi4 peripherals from device tree

 include/hw/arm/bcm2836.h |   3 +
 hw/arm/bcm2836.c         | 179 +++++++++++++++++++++++++++++++++++++++
 hw/arm/raspi.c           |  55 ++++++++++++
 hw/arm/trace-events      |   2 +
 4 files changed, 239 insertions(+)

-- 
2.26.2