From: Stefan Hajnoczi <stefanha@gmail.com>
To: Joel Stanley <joel@jms.id.au>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, qemu-arm@nongnu.org,
"Jim Mussared" <jim.mussared@gmail.com>,
"Steffen Görtz" <contrib@steffen-goertz.de>,
"Julia Suvorova" <jusual@mail.ru>
Subject: Re: [Qemu-devel] [PATCH v5 2/3] arm: Add Nordic Semiconductor nRF51 SoC
Date: Mon, 27 Aug 2018 14:19:31 +0100 [thread overview]
Message-ID: <20180827131931.GA20843@stefanha-x1.localdomain> (raw)
In-Reply-To: <20180816141303.20518-3-joel@jms.id.au>
[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]
On Thu, Aug 16, 2018 at 11:43:02PM +0930, Joel Stanley wrote:
> The nRF51 is a Cortex-M0 microcontroller with an on-board radio module,
> plus other common ARM SoC peripherals.
>
> http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.pdf
>
> This defines a basic model of the CPU and memory, with no peripherals
> implemented at this stage.
>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
> v2:
> put memory as struct fileds in state structure
> pass OBJECT(s) as owner, not NULL
> Add missing addresses for ficr
> Fix flash and sram sizes for microbit
> Embed cpu object in state object an initalise it without use of armv7m_init
> Link to datasheet
> v3:
> rebase nrf51 on m0 changes
> remove unused kernel_filename
> clarify flash and sram size
> make flash and sram size properties of the soc state
> v4:
> set the number of interrupts to 32
> v5:
> move back to armv7m calls, as v4 of Stefan's patch removed the
> m_profile changes
> ---
> default-configs/arm-softmmu.mak | 1 +
> hw/arm/Makefile.objs | 1 +
> hw/arm/nrf51_soc.c | 119 ++++++++++++++++++++++++++++++++
> include/hw/arm/nrf51_soc.h | 42 +++++++++++
> 4 files changed, 163 insertions(+)
> create mode 100644 hw/arm/nrf51_soc.c
> create mode 100644 include/hw/arm/nrf51_soc.h
Besides what has already been discussed:
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
next prev parent reply other threads:[~2018-08-29 20:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-16 14:13 [Qemu-devel] [PATCH v5 0/3] arm: Add nRF51 SoC and micro:bit machine Joel Stanley
2018-08-16 14:13 ` [Qemu-devel] [PATCH v5 1/3] MAINTAINERS: Add NRF51 entry Joel Stanley
2018-08-16 14:13 ` [Qemu-devel] [PATCH v5 2/3] arm: Add Nordic Semiconductor nRF51 SoC Joel Stanley
2018-08-16 14:24 ` Peter Maydell
2018-08-26 0:48 ` Joel Stanley
2018-08-26 10:57 ` Peter Maydell
2018-08-27 13:19 ` Stefan Hajnoczi [this message]
2018-08-16 14:13 ` [Qemu-devel] [PATCH v5 3/3] arm: Add BBC micro:bit machine Joel Stanley
2018-08-16 14:28 ` [Qemu-devel] [PATCH v5 0/3] arm: Add nRF51 SoC and " Peter Maydell
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=20180827131931.GA20843@stefanha-x1.localdomain \
--to=stefanha@gmail.com \
--cc=contrib@steffen-goertz.de \
--cc=jim.mussared@gmail.com \
--cc=joel@jms.id.au \
--cc=jusual@mail.ru \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).