All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Add support for the Epson RX8900 RTC to the aspeed board
@ 2016-11-17  4:36 Alastair D'Silva
  2016-11-17  4:36 ` [Qemu-devel] [PATCH 1/4] arm: Uniquely name imx25 I2C buses Alastair D'Silva
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Alastair D'Silva @ 2016-11-17  4:36 UTC (permalink / raw)
  To: qemu-arm
  Cc: qemu-devel, Peter Maydell, Cédric Le Goater, Andrew Jeffery,
	Joel Stanley, Alastair D'Silva

From: Alastair D'Silva <alastair@d-silva.org>

This patch series adds support for the Epson RX8900 RTC to the
Aspeed board.

The tests use the existing imx25 infrastructure, and some minor
changes have been made to uniquely identify the I2C buses.

Support for named interrupts has been implemented in qtest to
facilitate testing.

Alastair D'Silva (4):
  arm: Uniquely name imx25 I2C buses.
  qtest: Support named interrupts
  hw/timer: Add Epson RX8900 RTC support
  arm: Add an RX8900 RTC to the ASpeed board

 default-configs/arm-softmmu.mak |   1 +
 hw/arm/aspeed.c                 |   8 +
 hw/arm/imx25_pdk.c              |   2 +-
 hw/i2c/imx_i2c.c                |   6 +-
 hw/timer/Makefile.objs          |   2 +
 hw/timer/rx8900.c               | 891 ++++++++++++++++++++++++++++++++++++++++
 hw/timer/rx8900_regs.h          | 125 ++++++
 qtest.c                         |  98 +++--
 tests/Makefile.include          |   2 +
 tests/libqtest.c                |  87 +++-
 tests/libqtest.h                |  59 +++
 tests/rx8900-test.c             | 800 ++++++++++++++++++++++++++++++++++++
 12 files changed, 2051 insertions(+), 30 deletions(-)
 create mode 100644 hw/timer/rx8900.c
 create mode 100644 hw/timer/rx8900_regs.h
 create mode 100644 tests/rx8900-test.c

-- 
2.7.4

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

end of thread, other threads:[~2016-11-24  0:15 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17  4:36 [Qemu-devel] [PATCH 0/4] Add support for the Epson RX8900 RTC to the aspeed board Alastair D'Silva
2016-11-17  4:36 ` [Qemu-devel] [PATCH 1/4] arm: Uniquely name imx25 I2C buses Alastair D'Silva
2016-11-17  7:50   ` Cédric Le Goater
2016-11-17  4:36 ` [Qemu-devel] [PATCH 2/4] qtest: Support named interrupts Alastair D'Silva
2016-11-22 17:22   ` Cédric Le Goater
2016-11-22 17:24     ` Paolo Bonzini
2016-11-22 22:31       ` Alastair D'Silva
2016-11-22 22:39         ` Paolo Bonzini
2016-11-22 23:19           ` Alastair D'Silva
2016-11-23  9:43             ` Paolo Bonzini
2016-11-23 10:05               ` [Qemu-devel] [Qemu-arm] " Edgar E. Iglesias
2016-11-23 10:34                 ` Paolo Bonzini
2016-11-17  4:36 ` [Qemu-devel] [PATCH 3/4] hw/timer: Add Epson RX8900 RTC support Alastair D'Silva
2016-11-17  8:29   ` Cédric Le Goater
2016-11-18  0:19     ` Alastair D'Silva
2016-11-18  8:52       ` Cédric Le Goater
2016-11-17  4:36 ` [Qemu-devel] [PATCH 4/4] arm: Add an RX8900 RTC to the ASpeed board Alastair D'Silva
2016-11-22 16:56   ` Cédric Le Goater
2016-11-23  0:46     ` Alastair D'Silva
2016-11-23  8:48       ` Cédric Le Goater
2016-11-24  0:15         ` Andrew Jeffery
2016-11-17 15:33 ` [Qemu-devel] [PATCH 0/4] Add support for the Epson RX8900 RTC to the aspeed board no-reply

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.