the following patch was just integrated into master: commit 340ca91f18a448e09973341f60bb6f46102d2410 Author: Aaron Durbin adurbin@chromium.org Date: Tue Apr 30 09:58:12 2013 -0500
coreboot: add timer queue implementation
A timer queue provides the mechanism for calling functions in the future by way of a callback. It utilizes the MONOTONIC_TIMER to track time through the boot. The implementation is a min-heap for keeping track of the next-to-expire callback.
Change-Id: Ia56bab8444cd6177b051752342f53b53d5f6afc1 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/3158 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Wed May 1 06:57:11 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Wed May 1 07:19:12 2013, giving +2 See http://review.coreboot.org/3158 for details.
-gerrit