summaryrefslogtreecommitdiffstats
path: root/src/include/timer.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/include: Fix typosElyes HAOUAS2020-01-181-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* timer: Add wait_us/wait_ms helper macros to wait for conditionsJulius Werner2018-11-071-0/+34
* include/timer.h: add NSECS_PER_SEC macroLin Huang2017-11-191-0/+1
* timer: Add helper function stopwatch_wait_until_expiredJonathan Neuschäfer2017-09-261-0/+9
* src/include: Indent code using tabsLee Leahy2017-03-091-3/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONI...Paul Menzel2015-10-271-2/+9
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* timer: remove rela_time typeAaron Durbin2015-03-261-55/+2
* timer: add stopwatch constructAaron Durbin2015-03-211-0/+60
* timer: Add functions to initialize absolute timer structures.Gabe Black2014-07-311-0/+12
* include: Fix spellingMartin Roth2013-07-111-3/+3
* include/timer.h: Fix typo in in*iti*alize in commentPaul Menzel2013-05-231-1/+1
* timer.h: add mono_time_diff_microseconds()David Hendricks2013-05-051-0/+8
* coreboot: add timer queue implementationAaron Durbin2013-05-011-0/+18
* coreboot: introduce monotonic timer APIAaron Durbin2013-05-011-0/+140