summaryrefslogtreecommitdiff
path: root/src/include/timer.h
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-18src/include: Fix typosElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-11-07timer: Add wait_us/wait_ms helper macros to wait for conditionsJulius Werner
2017-11-19include/timer.h: add NSECS_PER_SEC macroLin Huang
2017-09-26timer: Add helper function stopwatch_wait_until_expiredJonathan Neuschäfer
2017-03-09src/include: Indent code using tabsLee Leahy
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-27include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONI...Paul Menzel
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-03-26timer: remove rela_time typeAaron Durbin
2015-03-21timer: add stopwatch constructAaron Durbin
2014-07-31timer: Add functions to initialize absolute timer structures.Gabe Black
2013-07-11include: Fix spellingMartin Roth
2013-05-23include/timer.h: Fix typo in in*iti*alize in commentPaul Menzel
2013-05-05timer.h: add mono_time_diff_microseconds()David Hendricks
2013-05-01coreboot: add timer queue implementationAaron Durbin
2013-05-01coreboot: introduce monotonic timer APIAaron Durbin