coreboot-kgpe-d16/payloads/libpayload/drivers
Jordan Crouse e2271430c5 libpayload: Add gettimeofday() and friends
Add a gettimeofday() implementation - it works pretty well, but it
drifts a little bit so its not very suitable for keeping time.  It
works best to track changes in time over small periods of time.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3272 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-04-25 23:11:02 +00:00
..
video Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). 2008-04-11 20:16:24 +00:00
Makefile.inc Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). 2008-04-15 17:24:08 +00:00
keyboard.c libpayload: Enable keyboard translation so that we can use scancode set 1 2008-04-25 23:09:39 +00:00
nvram.c libpayload: Add gettimeofday() and friends 2008-04-25 23:11:02 +00:00
pci.c libpayload: Support functions for Geode 2008-04-10 22:50:44 +00:00
serial.c Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). 2008-04-11 20:16:24 +00:00
speaker.c Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). 2008-04-15 17:24:08 +00:00