index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
timer.h
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-05
src/include: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-01-18
src/include: Fix typos
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-11-07
timer: Add wait_us/wait_ms helper macros to wait for conditions
Julius Werner
2017-11-19
include/timer.h: add NSECS_PER_SEC macro
Lin Huang
2017-09-26
timer: Add helper function stopwatch_wait_until_expired
Jonathan Neuschäfer
2017-03-09
src/include: Indent code using tabs
Lee Leahy
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-27
include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONI...
Paul Menzel
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-03-26
timer: remove rela_time type
Aaron Durbin
2015-03-21
timer: add stopwatch construct
Aaron Durbin
2014-07-31
timer: Add functions to initialize absolute timer structures.
Gabe Black
2013-07-11
include: Fix spelling
Martin Roth
2013-05-23
include/timer.h: Fix typo in in*iti*alize in comment
Paul Menzel
2013-05-05
timer.h: add mono_time_diff_microseconds()
David Hendricks
2013-05-01
coreboot: add timer queue implementation
Aaron Durbin
2013-05-01
coreboot: introduce monotonic timer API
Aaron Durbin