[Qemu-devel] [PATCH 0/7] arm: Instantiation of nRF51 SOC and bbc:microbit devices

Steffen Görtz posted 7 patches 5 years, 8 months ago
Failed in applying to current master (apply log)
hw/arm/microbit.c          |  91 ++++++++++++----
hw/arm/nrf51_soc.c         | 213 +++++++++++++++++++++++++++++++++----
include/hw/arm/microbit.h  |  30 ++++++
include/hw/arm/nrf51_soc.h |  32 +++++-
4 files changed, 321 insertions(+), 45 deletions(-)
create mode 100644 include/hw/arm/microbit.h
[Qemu-devel] [PATCH 0/7] arm: Instantiation of nRF51 SOC and bbc:microbit devices
Posted by Steffen Görtz 5 years, 8 months ago
This patch series extends the stub of the nRF51 SOC and
bbc:microbit machine with the devices provided in the
previous patch series.

Based-on: 20180806100114.21410-1-contrib@steffen-goertz.de

Steffen Görtz (7):
  hw/arm/nrf51_soc: nRF51 Calculate peripheral id from base address
  arm: Move nRF51 machine state to dedicated header
  arm: Add chip variant property to nRF51 SoC
  arm: Add additional datasheets and copyright lines
  arm: Improve error propagation in nRF51 SOC
  arm: Instantiate nRF51 peripherals
  arm: Instantiate Microbit board-level devices

 hw/arm/microbit.c          |  91 ++++++++++++----
 hw/arm/nrf51_soc.c         | 213 +++++++++++++++++++++++++++++++++----
 include/hw/arm/microbit.h  |  30 ++++++
 include/hw/arm/nrf51_soc.h |  32 +++++-
 4 files changed, 321 insertions(+), 45 deletions(-)
 create mode 100644 include/hw/arm/microbit.h

-- 
2.18.0