Re: [Qemu-devel] [PATCH v6 3/5] sam460ex: Add RTC device

2018-07-01 Thread David Gibson
On Fri, Jun 29, 2018 at 02:47:32PM +1000, David Gibson wrote: > On Fri, Jun 29, 2018 at 12:38:33AM +0200, BALATON Zoltan wrote: > > The Sam460ex has an M41T80 serial RTC chip on I2C bus 0 at address 0x68. > > > > Signed-off-by: BALATON Zoltan > > Reviewed-by: Cédric Le Goater > > With Cédric's

Re: [Qemu-devel] [PATCH v6 3/5] sam460ex: Add RTC device

2018-06-28 Thread David Gibson
On Fri, Jun 29, 2018 at 12:38:33AM +0200, BALATON Zoltan wrote: > The Sam460ex has an M41T80 serial RTC chip on I2C bus 0 at address 0x68. > > Signed-off-by: BALATON Zoltan > Reviewed-by: Cédric Le Goater With Cédric's review, I've applied patches 1..3 to ppc-for-3.0. > --- > hw/ppc/sam460ex.

[Qemu-devel] [PATCH v6 3/5] sam460ex: Add RTC device

2018-06-28 Thread BALATON Zoltan
The Sam460ex has an M41T80 serial RTC chip on I2C bus 0 at address 0x68. Signed-off-by: BALATON Zoltan Reviewed-by: Cédric Le Goater --- hw/ppc/sam460ex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ppc/sam460ex.c b/hw/ppc/sam460ex.c index bdc53d2..dc730cc 100644 --- a/hw/ppc/sam460