qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board
@ 2016-11-30  5:36 Alastair D'Silva
  2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 1/6] arm: Uniquely name imx25 I2C buses Alastair D'Silva
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Alastair D'Silva @ 2016-11-30  5: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.

A NULL check have been added to eliminate empty i2cslave init
functions.

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

Alastair D'Silva (6):
  arm: Uniquely name imx25 I2C buses.
  hw/i2c: Add a NULL check for i2c slave init callbacks
  qtest: Support named interrupts
  hw/timer: Add Epson RX8900 RTC support
  tests: Test all implemented RX8900 functionality
  arm: Add an RX8900 RTC to the ASpeed board

 default-configs/arm-softmmu.mak |   1 +
 hw/arm/aspeed.c                 |  12 +
 hw/arm/imx25_pdk.c              |   4 +-
 hw/arm/pxa2xx.c                 |   9 +-
 hw/arm/tosa.c                   |   7 -
 hw/arm/z2.c                     |   7 -
 hw/core/irq.c                   |  17 +-
 hw/i2c/core.c                   |   6 +-
 hw/i2c/imx_i2c.c                |   6 +-
 hw/timer/Makefile.objs          |   2 +
 hw/timer/ds1338.c               |   6 -
 hw/timer/rx8900.c               | 890 ++++++++++++++++++++++++++++++++++++++++
 hw/timer/rx8900_regs.h          | 139 +++++++
 hw/timer/trace-events           |  31 ++
 include/hw/irq.h                |  12 +-
 qtest.c                         | 102 +++--
 tests/Makefile.include          |   2 +
 tests/libqtest.c                |  87 +++-
 tests/libqtest.h                |  59 +++
 tests/rx8900-test.c             | 881 +++++++++++++++++++++++++++++++++++++++
 20 files changed, 2208 insertions(+), 72 deletions(-)
 create mode 100644 hw/timer/rx8900.c
 create mode 100644 hw/timer/rx8900_regs.h
 create mode 100644 tests/rx8900-test.c

-- 
2.9.3

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

end of thread, other threads:[~2016-12-03  7:49 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30  5:36 [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 1/6] arm: Uniquely name imx25 I2C buses Alastair D'Silva
2016-11-30  8:18   ` Cédric Le Goater
2016-12-01  0:42     ` Alastair D'Silva
2016-12-01  3:10       ` Alexey Kardashevskiy
2016-12-01 12:31       ` Cédric Le Goater
2016-12-01 22:45         ` Alastair D'Silva
2016-12-01 23:34         ` Alexey Kardashevskiy
2016-12-02  7:55           ` Cédric Le Goater
2016-12-03  7:16             ` Alexey Kardashevskiy
2016-12-03  7:48               ` Cédric Le Goater
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 2/6] hw/i2c: Add a NULL check for i2c slave init callbacks Alastair D'Silva
2016-11-30  8:02   ` Cédric Le Goater
2016-12-01  3:13   ` Alexey Kardashevskiy
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 3/6] qtest: Support named interrupts Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 4/6] hw/timer: Add Epson RX8900 RTC support Alastair D'Silva
2016-11-30  8:03   ` Cédric Le Goater
2016-12-01  5:53   ` Alexey Kardashevskiy
2016-12-02  0:19     ` Alastair D'Silva
2016-12-02  2:48       ` Alexey Kardashevskiy
2016-12-02  3:30         ` Alastair D'Silva
2016-12-02  4:07           ` Alexey Kardashevskiy
2016-12-02  4:48             ` Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 5/6] tests: Test all implemented RX8900 functionality Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 6/6] arm: Add an RX8900 RTC to the ASpeed board Alastair D'Silva
2016-11-30  8:16   ` Cédric Le Goater
2016-11-30  5:50 ` [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board Alastair D'Silva
2016-11-30  6:55 ` no-reply

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