commit | 32f6c1712946606ef6818d4c8d349c493a22e3ab | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 24 09:14:49 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 26 08:53:10 2016 -0700 |
tree | 07972d661c4ce017dbaa2d5e8ce488717aed6cdd | |
parent | 04cb14c1ed28bb55aac8e61a0597a8d570e41305 [diff] |
timer: Provide an early timer In some cases the timer must be accessible before driver model is active. Examples include when using CONFIG_TRACE to trace U-Boot's execution before driver model is set up. Enable this option to use an early timer. These functions must be supported by your timer driver: timer_early_get_count() and timer_early_get_rate(). Signed-off-by: Simon Glass <sjg@chromium.org>