Clock cleanups.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 15 Feb 2009 18:02:56 +0000 (13:02 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 15 Feb 2009 18:02:56 +0000 (13:02 -0500)
commitf358759fb65939bb79a379b8e9d1e7c379f90d89
tree1ac9f2d0f23069af1212484b2deb4b59852a316e
parenta0c6879a74d6e888c080101ce99d84f7cbd49347
Clock cleanups.

Reset the RTC registers at boot time.
Add definitions for the RTC register bits and use consistently.
Don't use CMOS_CENTURY value on coreboot.
Minor - when waiting on the TSC wait until counter is greater than
    desired value (not greater than or equal).
src/ata.c
src/clock.c
src/ps2port.c