[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>
This commit is contained in:
Michael Brown
2012-03-19 17:08:51 +00:00
parent 846bde90e6
commit 12002d6955
6 changed files with 242 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define SMBIOS_PCBIOS
#define SANBOOT_PCBIOS
#define ENTROPY_RTC
#define TIME_NULL
#define TIME_RTC
#define IMAGE_ELF /* ELF image support */
#define IMAGE_MULTIBOOT /* MultiBoot image support */