
4 May
2015
4 May
'15
4:20 p.m.
On 20 April 2015 at 12:37, Simon Glass sjg@chromium.org 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 sjg@chromium.org
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.