[PATCH 0/3] Add QEMU support for the Epson rx8900 RTC
Joel Stanley
joel at jms.id.au
Thu Oct 27 15:22:34 AEDT 2016
Hi Alastair,
On Thu, Oct 27, 2016 at 12:57 PM, <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.
I commented in the patch about setting the temperature with a property
so we can adjust it at runtime with the monitor.
> Other features (in particular, those that require the interrupt line)
> are not implmented.
Do you intend to implement these features?
Cheers,
Joel
>
> 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
>
> --
> 2.7.4
>
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
More information about the openbmc
mailing list