x86: Add a dummy implementation for timer_get_us
authorGabe Black <gabeblack@chromium.org>
Sat, 20 Oct 2012 12:33:11 +0000 (12:33 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Nov 2012 21:44:05 +0000 (13:44 -0800)
commit452b80ef8c09c97776dbb5254e0d358d2d91ebc8
tree0056973082d34415a71fb9dbc4e52470446ce1c6
parentf30fc4de4160300b90859958a4785c065483e69f
x86: Add a dummy implementation for timer_get_us

The microsecond timer is not currently implemented, but add a dummy
implementation for now.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/Makefile
arch/x86/cpu/timer.c [new file with mode: 0644]