From: Julia Suvorova <jusual@mail.ru>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Stefan Hajnoczi" <stefanha@gmail.com>,
"Joel Stanley" <joel@jms.id.au>,
"Jim Mussared" <jim@groklearning.com>,
"Steffen Görtz" <mail@steffen-goertz.de>,
"Julia Suvorova" <jusual@mail.ru>
Subject: [Qemu-devel] [RFC 0/3] nRF51 SoC: Add UART support
Date: Wed, 30 May 2018 01:03:35 +0300 [thread overview]
Message-ID: <20180529220338.10879-1-jusual@mail.ru> (raw)
This series adds basic support for the nRF51 SoC UART, that used in
BBC Micro:bit board, and QTest for it.
Based-on: <20180503090532.3113-1-joel@jms.id.au>
Julia Suvorova (3):
hw/arm/nrf51_soc: Fix compilation and memory regions
hw/char/nrf51_uart: Implement nRF51 SoC UART
tests/boot-serial-test: Add support for the microbit board
hw/arm/nrf51_soc.c | 19 ++-
hw/char/Makefile.objs | 1 +
hw/char/nrf51_uart.c | 232 +++++++++++++++++++++++++++++++++++
include/hw/arm/nrf51_soc.h | 2 +
include/hw/char/nrf51_uart.h | 54 ++++++++
tests/boot-serial-test.c | 11 ++
6 files changed, 314 insertions(+), 5 deletions(-)
create mode 100644 hw/char/nrf51_uart.c
create mode 100644 include/hw/char/nrf51_uart.h
--
2.17.0
next reply other threads:[~2018-05-29 22:04 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-29 22:03 Julia Suvorova [this message]
2018-05-29 22:03 ` [Qemu-devel] [RFC 1/3] hw/arm/nrf51_soc: Fix compilation and memory regions Julia Suvorova
2018-05-31 10:30 ` Peter Maydell
2018-05-29 22:03 ` [Qemu-devel] [RFC 2/3] hw/char/nrf51_uart: Implement nRF51 SoC UART Julia Suvorova
2018-05-31 9:42 ` Stefan Hajnoczi
2018-06-01 15:21 ` Julia Suvorova
2018-06-01 15:58 ` Peter Maydell
2018-06-02 8:15 ` Stefan Hajnoczi
2018-05-31 12:28 ` Peter Maydell
2018-05-31 13:58 ` sundeep subbaraya
2018-06-01 10:41 ` Stefan Hajnoczi
2018-06-01 10:44 ` Stefan Hajnoczi
2018-06-01 15:36 ` Julia Suvorova
2018-05-29 22:03 ` [Qemu-devel] [RFC 3/3] tests/boot-serial-test: Add support for the microbit board Julia Suvorova
2018-05-31 9:43 ` Stefan Hajnoczi
2018-05-30 2:57 ` [Qemu-devel] [RFC 0/3] nRF51 SoC: Add UART support Philippe Mathieu-Daudé
2018-05-31 9:44 ` Stefan Hajnoczi
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=20180529220338.10879-1-jusual@mail.ru \
--to=jusual@mail.ru \
--cc=jim@groklearning.com \
--cc=joel@jms.id.au \
--cc=mail@steffen-goertz.de \
--cc=peter.maydell@linaro.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).