On 20 April 2015 at 12:37, Simon Glass <[email protected]> wrote: > Add a driver which communicates with the sandbox I2C emulation RTC device > and permits it to be used in U-Boot. This driver is very simple - it just > reads and writes selected I2C registers in the device. > > Signed-off-by: Simon Glass <[email protected]> > --- > > drivers/rtc/Makefile | 3 ++ > drivers/rtc/sandbox_rtc.c | 106 > ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 109 insertions(+) > create mode 100644 drivers/rtc/sandbox_rtc.c
Applied to u-boot-dm. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

