the following patch was just integrated into master: commit 2fde9668b47e74d1bfad2f1688a4481e6b966d04 Author: David Hendricks dhendrix@chromium.org Date: Thu May 2 16:47:54 2013 -0700
exynos5250/snow: deprecate time.h
time.h We Hardly Knew Ye.
This deprecates time.h which is currently only used by Exynos5250 and Snow. The original idea was to try and unify some of the various timer interfaces and has been supplanted by the monotonic timer API.
timer_us() is now obsolete. timer_start() is now mct_start() and is exposed in exynos5250/clk.h.
Signed-off-by: David Hendricks dhendrix@chromium.org Change-Id: I14ebf75649d101491252c9aafea12f73ccf446b5 Reviewed-on: http://review.coreboot.org/3177 Reviewed-by: Aaron Durbin adurbin@google.com Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Fri May 3 05:47:46 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Fri May 3 17:27:28 2013, giving +2 See http://review.coreboot.org/3177 for details.
-gerrit