index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
x86
/
tsc
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-30
cpu/x86/tsc: Remove indirection when accessing mono_timer_g
Patrick Georgi
2019-11-29
cpu/x86/tsc/delay_tsc.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-11-02
cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80
Kyösti Mälkki
2019-07-09
arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-06-01
src/cpu: Remove unneeded includes
Elyes HAOUAS
2017-07-13
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-03-16
cpu/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-16
cpu/x86: Add int to unsigned
Lee Leahy
2017-03-16
cpu/x86: Fix various issues detected by checkpatch.pl
Lee Leahy
2017-02-22
src/cpu/x86: Update/Add license headers to all files
Martin Roth
2016-08-28
src/cpu: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-04-11
cpu/x86/tsc: Compile TSC timer for postcar as well
Andrey Petrov
2016-04-11
cpu/x86/tsc: remove conditional compilation
Aaron Durbin
2016-04-11
cpu/x86/tsc: compile same code for all stages
Aaron Durbin
2016-04-11
cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c
Aaron Durbin
2016-04-11
src/cpu/x86: remove TSC_CALIBRATE_WITH_IO
Aaron Durbin
2016-02-11
cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well
Alexandru Gagniuc
2015-10-14
x86: add standalone verstage support
Aaron Durbin
2015-06-09
x86: remove printk() from init_timer()
Aaron Durbin
2015-05-13
x86: expose tsc's timer_monotonic_get() in SMM
Aaron Durbin
2014-07-17
cpu,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-11
src: Make use of 'CEIL_DIV(a, b)' macro across tree
Edward O'Callaghan
2013-05-14
x86: add thread support
Aaron Durbin
2013-05-07
x86: harden tsc udelay() function
Aaron Durbin
2013-05-07
x86: add TSC_CONSTANT_RATE option
Aaron Durbin
2013-05-01
tsc: provide monotonic timer
Aaron Durbin
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-09
Adapt comment, too. (trivial)
Patrick Georgi
2010-09-08
Make timer2 the default choice for TSC initialization.
Patrick Georgi
2010-09-07
2ms is enough time to accurately obtain the clock rate.
Kevin O'Connor
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-04
- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
Patrick Georgi
2009-08-29
This is the final set of changes to allow rumba to build. Rumba is not
Ronald G. Minnich
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-12
Kconfig!
Patrick Georgi
2009-07-21
* rework tsc based timer code to use inb instead of outb for calibration
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-03-06
fix a bunch of cast and type warnings and don't call the apic "nvram", that
Stefan Reinauer
2009-02-12
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2007-10-23
fix a whole bunch of warnings. (trivial)
Stefan Reinauer
2005-10-25
- See Issue Tracker id-6 "lnxi-patch-6-replacement"
Jason Schildt
2005-09-14
Make EPIA-M use CONFIG_TSC.
Jonathan McDowell
2005-08-17
Changed udelay in delay_tsc to be more be more considerate of single
Hamish Guthrie
2004-10-27
sizeram removal/conversion.
Eric Biederman
2004-10-14
- Add new cvs code to cvs
Eric Biederman