aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/lapic/apic_timer.c
AgeCommit message (Expand)Author
2020-07-14src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS
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-19src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-09-19cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-01-27src/cpu/intel: Set get_ia32_fsb function commonElyes HAOUAS
2018-08-03cpu/x86/lapic/apic_timer.c: Compile the same code for all stagesArthur Heymans
2017-12-11intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2cElyes HAOUAS
2017-07-13src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-16cpu/x86: Wrap lines at 80 columnsLee Leahy
2016-12-16Set the fsb timer correctly for Netburst CPUsArthur Heymans
2016-08-28src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-23src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-04-01x86: use car_(get|set)_var accessors for apic timerAaron Durbin
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-05-14x86: add thread supportAaron Durbin
2013-05-01lapic: monotonic time implementationAaron Durbin
2013-03-18haswell: lapic timer supportAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-11Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi
2012-11-27Remove AMD special case for LAPIC based udelay()Patrick Georgi
2012-07-25Fix LAPIC timer on Ivy Bridge systemsStefan Reinauer
2012-07-23Re-initialize Local APIC timer on APsStefan Reinauer
2012-06-12udelay: add missing bus frequencySven Schnelle
2012-04-05Fix timer frequency detection on SandybridgeStefan Reinauer
2011-05-10This replaces the fixed shift values in the apic timer init with macros.Vikram Narayanan
2009-07-21* rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer