diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-10-22 23:52:14 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-10-27 21:13:15 +0100 |
commit | 87e9963d5acaa41f3c54c1dee9159c775352f86a (patch) | |
tree | 00e9f91b032e54658a8ee3f6558af6777c0eb9bb /MAINTAINERS | |
parent | cbf0ffea14c812a19b2eede887e3db1ccc425cd4 (diff) | |
download | u-boot-87e9963d5acaa41f3c54c1dee9159c775352f86a.tar.gz |
rtc: provide an emulated RTC
On a board without hardware clock this software real time clock can be
used. The build time is used to initialize the RTC. So you will have
to adjust the time either manually using the 'date' command or use
the 'sntp' to update the RTC with the time from a network time server.
See CONFIG_CMD_SNTP and CONFIG_BOOTP_NTPSERVER. The RTC time is
advanced according to CPU ticks.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69a5bc3768..d9f80325f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -678,6 +678,7 @@ S: Maintained T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git F: doc/api/efi.rst F: doc/uefi/* +F: drivers/rtc/emul_rtc.c F: include/capitalization.h F: include/charset.h F: include/cp1250.h |