summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/tsc
Commit message (Expand)AuthorAgeFilesLines
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-8/+8
* cpu/x86/tsc: Remove indirection when accessing mono_timer_gPatrick Georgi2019-11-301-14/+7
* cpu/x86/tsc/delay_tsc.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-3/+2
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-032-24/+7
* cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki2019-11-021-77/+1
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-1/+1
* src/cpu: Remove unneeded includesElyes HAOUAS2018-06-011-1/+0
* src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* cpu/x86: Wrap lines at 80 columnsLee Leahy2017-03-161-1/+2
* cpu/x86: Add int to unsignedLee Leahy2017-03-161-1/+1
* cpu/x86: Fix various issues detected by checkpatch.plLee Leahy2017-03-161-2/+2
* src/cpu/x86: Update/Add license headers to all filesMartin Roth2017-02-221-0/+13
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* cpu/x86/tsc: Compile TSC timer for postcar as wellAndrey Petrov2016-04-111-0/+1
* cpu/x86/tsc: remove conditional compilationAaron Durbin2016-04-111-8/+8
* cpu/x86/tsc: compile same code for all stagesAaron Durbin2016-04-111-16/+8
* cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.cAaron Durbin2016-04-111-10/+19
* src/cpu/x86: remove TSC_CALIBRATE_WITH_IOAaron Durbin2016-04-111-58/+0
* cpu/x86/tsc: Compile delay_tsc.c for the bootblock as wellAlexandru Gagniuc2016-02-111-0/+1
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* x86: remove printk() from init_timer()Aaron Durbin2015-06-091-3/+1
* x86: expose tsc's timer_monotonic_get() in SMMAaron Durbin2015-05-131-1/+1
* cpu,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-1/+0
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-111-1/+1
* x86: add thread supportAaron Durbin2013-05-141-0/+4
* x86: harden tsc udelay() functionAaron Durbin2013-05-071-8/+8
* x86: add TSC_CONSTANT_RATE optionAaron Durbin2013-05-072-3/+28
* tsc: provide monotonic timerAaron Durbin2013-05-011-0/+37
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Adapt comment, too. (trivial)Patrick Georgi2010-09-091-1/+1
* Make timer2 the default choice for TSC initialization.Patrick Georgi2010-09-081-2/+2
* 2ms is enough time to accurately obtain the clock rate.Kevin O'Connor2010-09-071-2/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-5/+5
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-6/+6
* newconfig is no more.Patrick Georgi2010-02-071-9/+0
* - use LAPIC timer if selected (instead of TSC all the time) [kconfig]Patrick Georgi2010-01-041-1/+1
* This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich2009-08-291-5/+0
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-3/+3
* Kconfig!Patrick Georgi2009-08-121-0/+7
* * rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer2009-07-211-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-2/+2
* fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer2009-03-061-4/+5
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-1/+1
* fix a whole bunch of warnings. (trivial)Stefan Reinauer2007-10-231-2/+1
* - See Issue Tracker id-6 "lnxi-patch-6-replacement"Jason Schildt2005-10-251-4/+0
* Make EPIA-M use CONFIG_TSC.Jonathan McDowell2005-09-141-3/+4
* Changed udelay in delay_tsc to be more be more considerate of singleHamish Guthrie2005-08-171-0/+4
* sizeram removal/conversion.Eric Biederman2004-10-271-1/+5