aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/tsc/delay_tsc.c
AgeCommit message (Expand)Author
2020-07-26arch/x86: Move cpu_relax()Kyösti Mälkki
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-30cpu/x86/tsc: Remove indirection when accessing mono_timer_gPatrick Georgi
2019-11-29cpu/x86/tsc/delay_tsc.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-03cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki
2019-11-02cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-06-01src/cpu: Remove unneeded includesElyes HAOUAS
2017-07-13src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-16cpu/x86: Wrap lines at 80 columnsLee Leahy
2017-03-16cpu/x86: Add int to unsignedLee Leahy
2017-03-16cpu/x86: Fix various issues detected by checkpatch.plLee Leahy
2017-02-22src/cpu/x86: Update/Add license headers to all filesMartin Roth
2016-08-28src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS
2016-04-11cpu/x86/tsc: remove conditional compilationAaron Durbin
2016-04-11cpu/x86/tsc: compile same code for all stagesAaron Durbin
2016-04-11cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.cAaron Durbin
2016-04-11src/cpu/x86: remove TSC_CALIBRATE_WITH_IOAaron Durbin
2015-06-09x86: remove printk() from init_timer()Aaron Durbin
2015-05-13x86: expose tsc's timer_monotonic_get() in SMMAaron Durbin
2014-07-11src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan
2013-05-14x86: add thread supportAaron Durbin
2013-05-07x86: harden tsc udelay() functionAaron Durbin
2013-05-07x86: add TSC_CONSTANT_RATE optionAaron Durbin
2013-05-01tsc: provide monotonic timerAaron Durbin
2010-09-09Adapt comment, too. (trivial)Patrick Georgi
2010-09-08Make timer2 the default choice for TSC initialization.Patrick Georgi
2010-09-072ms is enough time to accurately obtain the clock rate.Kevin O'Connor
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-07-21* rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2007-10-23fix a whole bunch of warnings. (trivial)Stefan Reinauer
2005-10-25- See Issue Tracker id-6 "lnxi-patch-6-replacement"Jason Schildt
2005-09-14Make EPIA-M use CONFIG_TSC.Jonathan McDowell
2005-08-17Changed udelay in delay_tsc to be more be more considerate of singleHamish Guthrie
2004-10-14- Add new cvs code to cvsEric Biederman