]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[time] Add RTC-based time source
authorMichael Brown <mcb30@ipxe.org>
Mon, 19 Mar 2012 17:08:51 +0000 (17:08 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 Mar 2012 22:13:32 +0000 (22:13 +0000)
commit12002d6955f7423ef02cd6a68946240f6dd592b2
tree914e482da5b59b9afbe02f6e54d10dedfdca48be
parent846bde90e6b1001480016fa46a957a9e726af68a
[time] Add RTC-based time source

Add a time source using the CMOS RTC to obtain the current time.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/include/bits/time.h
src/arch/i386/include/ipxe/rtc_time.h [new file with mode: 0644]
src/arch/i386/include/rtc.h [new file with mode: 0644]
src/arch/i386/interface/pcbios/rtc_entropy.c
src/arch/i386/interface/pcbios/rtc_time.c [new file with mode: 0644]
src/config/defaults/pcbios.h