From: Joel Stanley <joel@jms.id.au>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, qemu-arm@nongnu.org,
"Jim Mussared" <jim.mussared@gmail.com>,
"Stefan Hajnoczi" <stefanha@gmail.com>,
"Steffen Görtz" <contrib@steffen-goertz.de>,
"Julia Suvorova" <jusual@mail.ru>
Subject: [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC and micro:bit machine
Date: Thu, 26 Jul 2018 12:06:42 +0930 [thread overview]
Message-ID: <20180726023645.13927-1-joel@jms.id.au> (raw)
v3: Rebase on Stefan's cortex-m0 series
Based-on: 20180725085944.11856-8-stefanha@redhat.com
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.
Joel Stanley (3):
MAINTAINERS: Add NRF51 entry
arm: Add Nordic Semiconductor nRF51 SoC
arm: Add BBC micro:bit machine
MAINTAINERS | 8 +++
default-configs/arm-softmmu.mak | 1 +
hw/arm/Makefile.objs | 1 +
hw/arm/microbit.c | 54 +++++++++++++++
hw/arm/nrf51_soc.c | 119 ++++++++++++++++++++++++++++++++
include/hw/arm/nrf51_soc.h | 42 +++++++++++
6 files changed, 225 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.1
next reply other threads:[~2018-07-26 2:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-26 2:36 Joel Stanley [this message]
2018-07-26 2:36 ` [Qemu-devel] [PATCH v3 1/3] MAINTAINERS: Add NRF51 entry Joel Stanley
2018-07-26 2:36 ` [Qemu-devel] [PATCH v3 2/3] arm: Add Nordic Semiconductor nRF51 SoC Joel Stanley
2018-07-26 11:01 ` Julia Suvorova
2018-07-30 14:02 ` Joel Stanley
2018-08-02 9:42 ` Julia Suvorova
2018-07-26 2:36 ` [Qemu-devel] [PATCH v3 3/3] arm: Add BBC micro:bit machine Joel Stanley
2018-07-26 2:46 ` [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC and " no-reply
2018-07-26 2:59 ` Fam Zheng
2018-07-26 3:04 ` no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180726023645.13927-1-joel@jms.id.au \
--to=joel@jms.id.au \
--cc=contrib@steffen-goertz.de \
--cc=jim.mussared@gmail.com \
--cc=jusual@mail.ru \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).