All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] arm: Add nRF51 SoC and micro:bit machine
@ 2018-05-03  9:05 Joel Stanley
  2018-05-03  9:05 ` [Qemu-devel] [PATCH 1/2] arm: Add Nordic Semiconductor nRF51 SoC Joel Stanley
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Joel Stanley @ 2018-05-03  9:05 UTC (permalink / raw)
  To: Peter Maydell
  Cc: qemu-devel, qemu-arm, Andrew Jeffery, Jim Mussared, Stefan Hajnoczi

Hello,

This short series implements a minimal definition of the Nordic
Semiconductor nRF51, a Cortex-M0 ARM SoC, and the BBC micro:bit, a
machine that will use this SoC.

This work will serve as the base for our Google Summer of Code and
Outreachy interns who will work on implementing a number of features on
top of this base.

I've tested this with a microbit micropython firmware, and checked that
it starts running by looking at it with gdb.

I chose to keep the nrf51 and the microbit seperate, to not confuse the
peripherals that are on the microbit but are not part of the nrf51, and
vice versa.

Please review!

Joel Stanley (2):
  arm: Add Nordic Semiconductor nRF51 SoC
  arm: Add BBC micro:bit machine

 default-configs/arm-softmmu.mak |   1 +
 hw/arm/Makefile.objs            |   1 +
 hw/arm/microbit.c               |  33 +++++++++++
 hw/arm/nrf51_soc.c              | 101 ++++++++++++++++++++++++++++++++
 include/hw/arm/nrf51_soc.h      |  31 ++++++++++
 5 files changed, 167 insertions(+)
 create mode 100644 hw/arm/microbit.c
 create mode 100644 hw/arm/nrf51_soc.c
 create mode 100644 include/hw/arm/nrf51_soc.h

-- 
2.17.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-06-27 14:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03  9:05 [Qemu-devel] [PATCH 0/2] arm: Add nRF51 SoC and micro:bit machine Joel Stanley
2018-05-03  9:05 ` [Qemu-devel] [PATCH 1/2] arm: Add Nordic Semiconductor nRF51 SoC Joel Stanley
2018-05-03  9:17   ` Peter Maydell
2018-05-08 12:01     ` Stefan Hajnoczi
2018-05-08 12:05   ` Stefan Hajnoczi
2018-05-03  9:05 ` [Qemu-devel] [PATCH 2/2] arm: Add BBC micro:bit machine Joel Stanley
2018-05-03  9:21   ` Peter Maydell
2018-05-03  9:14 ` [Qemu-devel] [PATCH 0/2] arm: Add nRF51 SoC and " no-reply
2018-05-03  9:14 ` no-reply
2018-05-03  9:16 ` no-reply
2018-05-03  9:24 ` Peter Maydell
2018-06-27 14:35   ` Joel Stanley
2018-05-08 12:08 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.