[PATCH 0/3] Add QEMU support for the Epson rx8900 RTC

Cédric Le Goater clg at kaod.org
Mon Oct 31 17:54:57 AEDT 2016


On 10/27/2016 04:27 AM, alastair at au1.ibm.com wrote:
> From: Alastair D'Silva <alastair at d-silva.org>
> 
> This series adds preliminary support for the Epson rx8900 RTC.
> 
> Setting and retrieving time is supported, and the chip temperature
> is hardcoded.
> 
> Other features (in particular, those that require the interrupt line)
> are not implmented.

That's not too complex to do but you can keep that for a followup patch. 

I think you can send directly to mainline, after the few fixes. 

Cheers,

C. 

> Alastair D'Silva (3):
>   Add Epson RX8900 RTC support
>   Connect an RX8900 RTC to i2c12 of the AST2500 SOC at address 0x32
>   Add a unit test for RX8900 RTC (time functionality only)
> 
>  default-configs/arm-softmmu.mak |   1 +
>  hw/arm/aspeed.c                 |   4 +
>  hw/arm/imx25_pdk.c              |   9 +-
>  hw/timer/Makefile.objs          |   1 +
>  hw/timer/rx8900.c               | 426 ++++++++++++++++++++++++++++++++++++++++
>  tests/Makefile.include          |   2 +
>  tests/rx8900-test.c             |  82 ++++++++
>  7 files changed, 521 insertions(+), 4 deletions(-)
>  create mode 100644 hw/timer/rx8900.c
>  create mode 100644 tests/rx8900-test.c
> 



More information about the openbmc mailing list