summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/lapic/apic_timer.c
Commit message (Expand)AuthorAgeFilesLines
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-081-1/+1
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-141-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS2019-12-191-1/+0
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-8/+8
* cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-12/+8
* cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki2019-09-191-39/+0
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-3/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* src/cpu/intel: Set get_ia32_fsb function commonElyes HAOUAS2019-01-271-46/+7
* cpu/x86/lapic/apic_timer.c: Compile the same code for all stagesArthur Heymans2018-08-031-9/+12
* intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2cElyes HAOUAS2017-12-111-2/+4
* src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-2/+2
* cpu/x86: Wrap lines at 80 columnsLee Leahy2017-03-161-1/+2
* Set the fsb timer correctly for Netburst CPUsArthur Heymans2016-12-161-22/+38
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: use car_(get|set)_var accessors for apic timerAaron Durbin2014-04-011-8/+22
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1
* x86: add thread supportAaron Durbin2013-05-141-0/+4
* lapic: monotonic time implementationAaron Durbin2013-05-011-0/+43
* haswell: lapic timer supportAaron Durbin2013-03-181-0/+2
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi2013-02-111-2/+3
* Remove AMD special case for LAPIC based udelay()Patrick Georgi2012-11-271-1/+12
* Fix LAPIC timer on Ivy Bridge systemsStefan Reinauer2012-07-251-0/+1
* Re-initialize Local APIC timer on APsStefan Reinauer2012-07-231-1/+3
* udelay: add missing bus frequencySven Schnelle2012-06-121-2/+2
* Fix timer frequency detection on SandybridgeStefan Reinauer2012-04-051-12/+36
* This replaces the fixed shift values in the apic timer init with macros.Vikram Narayanan2011-05-101-1/+1
* * rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer2009-07-211-0/+67