All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] arm: Add nRF51 SoC UART support
@ 2018-08-08 21:07 Julia Suvorova
  2018-08-08 21:07 ` [Qemu-devel] [PATCH v2 1/4] hw/char: Implement nRF51 SoC UART Julia Suvorova
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Julia Suvorova @ 2018-08-08 21:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Paolo Bonzini, Stefan Hajnoczi, Stefan Hajnoczi,
	Joel Stanley, Jim Mussared, Steffen Görtz, Julia Suvorova

This series adds support for the nRF51 SoC UART, that used in
BBC Micro:bit board, and QTest for it.

v2:
    * Suspend/Enable functionality added
    * Connection to SoC moved to a separate patch
    * Added QTest for checking reception functionality
    * Mini-kernel test changed to fit current implementation
    * Addressed review comments on R_*, uart_can_receive, VMState,
      uart_transmit

Julia Suvorova (4):
  hw/char: Implement nRF51 SoC UART
  hw/arm/nrf51_soc: Connect UART to nRF51 SoC
  tests/boot-serial-test: Add microbit board testcase
  tests/microbit-test: Check nRF51 UART functionality

 hw/arm/nrf51_soc.c           |  20 +++
 hw/char/Makefile.objs        |   1 +
 hw/char/nrf51_uart.c         | 329 +++++++++++++++++++++++++++++++++++
 hw/char/trace-events         |   4 +
 include/hw/arm/nrf51_soc.h   |   3 +
 include/hw/char/nrf51_uart.h |  78 +++++++++
 tests/boot-serial-test.c     |  19 ++
 tests/microbit-test.c        | 106 ++++++++++-
 8 files changed, 557 insertions(+), 3 deletions(-)
 create mode 100644 hw/char/nrf51_uart.c
 create mode 100644 include/hw/char/nrf51_uart.h

-- 
2.17.1

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

end of thread, other threads:[~2018-08-16 16:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-08 21:07 [Qemu-devel] [PATCH v2 0/4] arm: Add nRF51 SoC UART support Julia Suvorova
2018-08-08 21:07 ` [Qemu-devel] [PATCH v2 1/4] hw/char: Implement nRF51 SoC UART Julia Suvorova
2018-08-10  6:02   ` Stefan Hajnoczi
2018-08-13  9:08     ` Julia Suvorova
2018-08-13  9:47       ` Stefan Hajnoczi
2018-08-14  9:59         ` Julia Suvorova
2018-08-14 10:02         ` Peter Maydell
2018-08-14 17:37           ` Paolo Bonzini
2018-08-08 21:07 ` [Qemu-devel] [PATCH v2 2/4] hw/arm/nrf51_soc: Connect UART to nRF51 SoC Julia Suvorova
2018-08-10  6:05   ` Stefan Hajnoczi
2018-08-16 16:30   ` Peter Maydell
2018-08-08 21:07 ` [Qemu-devel] [PATCH v2 3/4] tests/boot-serial-test: Add microbit board testcase Julia Suvorova
2018-08-09  6:05   ` Thomas Huth
2018-08-09 17:11   ` Stefan Hajnoczi
2018-08-08 21:07 ` [Qemu-devel] [PATCH v2 4/4] tests/microbit-test: Check nRF51 UART functionality Julia Suvorova
2018-08-10  6:13   ` 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.