qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support
@ 2018-10-25  0:50 Julia Suvorova
  2018-10-25  0:50 ` [Qemu-devel] [PATCH v3 1/3] hw/char: Implement nRF51 SoC UART Julia Suvorova
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Julia Suvorova @ 2018-10-25  0:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Paolo Bonzini, Stefan Hajnoczi, Joel Stanley,
	Jim Mussared, Steffen Görtz, Thomas Huth, Julia Suvorova

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

v3:
    * serial_hd() moved to the board code
    * sysbus_init_child_obj() used for initialization
    * qemu_chr_fe_accept_input() called after byte popping

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 (3):
  hw/char: Implement nRF51 SoC UART
  hw/arm/nrf51_soc: Connect UART to nRF51 SoC
  tests/boot-serial-test: Add microbit board testcase

 hw/arm/microbit.c            |   2 +
 hw/arm/nrf51_soc.c           |  20 +++
 hw/char/Makefile.objs        |   1 +
 hw/char/nrf51_uart.c         | 330 +++++++++++++++++++++++++++++++++++
 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 ++
 8 files changed, 457 insertions(+)
 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] 8+ messages in thread

end of thread, other threads:[~2018-11-01 10:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25  0:50 [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support Julia Suvorova
2018-10-25  0:50 ` [Qemu-devel] [PATCH v3 1/3] hw/char: Implement nRF51 SoC UART Julia Suvorova
2018-10-25  0:50 ` [Qemu-devel] [PATCH v3 2/3] hw/arm/nrf51_soc: Connect UART to nRF51 SoC Julia Suvorova
2018-10-25  9:25   ` Alistair Francis
2018-10-25  0:50 ` [Qemu-devel] [PATCH v3 3/3] tests/boot-serial-test: Add microbit board testcase Julia Suvorova
2018-10-25  8:36 ` [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support Stefan Hajnoczi
2018-10-29 14:37 ` Peter Maydell
2018-11-01 10:19   ` Stefan Hajnoczi

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).