hw/timer: Add basic M41T80 emulation
commitc6f2594c4b19db903cd76e89578cf501056b744d
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 28 Jun 2018 22:38:33 +0000 (29 00:38 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 2 Jul 2018 23:56:52 +0000 (3 09:56 +1000)
tree3ac2e4eeeccafe63345ded7ba9143f5eaa27e485
parentafb6e20429d5853e79e9a8af4a68b51d14b0c0c1
hw/timer: Add basic M41T80 emulation

Basic emulation of the M41T80 serial (I2C) RTC chip. Only getting time
of day is implemented. Setting time and RTC alarm are not supported.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
MAINTAINERS
default-configs/ppc-softmmu.mak
hw/timer/Makefile.objs
hw/timer/m41t80.c [new file with mode: 0644]