summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/common
Commit message (Expand)AuthorAgeFilesLines
...
* cpu/intel/common: Enable GetSec leaves for Intel TXTPatrick Rudolph2019-10-241-1/+6
* cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph2019-10-014-1/+57
* cpu/intel/common: Fix invalid MSR accessKyösti Mälkki2019-09-241-2/+2
* cpu/intel/common: Extend FSB detection to cover TSCKyösti Mälkki2019-09-191-16/+54
* cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki2019-09-191-5/+24
* cpu/intel/common: Add CPU_INTEL_COMMON_TIMEBASEKyösti Mälkki2019-09-192-3/+11
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-102-5/+0
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-1/+1
* intel/fsp_rangeley: Use fixed FSB/BCLK value 100 MHzKyösti Mälkki2019-07-011-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-6/+2
* cpu/intel/common: Add newline to set_feature_ctrl_lock() outputMatt DeVillier2019-02-211-1/+1
* cpu/intel/common: Add Nehalem for FSB detectionKyösti Mälkki2019-02-131-2/+5
* cpu/intel/common: Split get_ia32_fsb()Kyösti Mälkki2019-02-131-1/+9
* src/cpu/intel: Set get_ia32_fsb function commonElyes HAOUAS2019-01-272-0/+89
* cpu/intel/common: Fix generated exception if not supported VMXElyes HAOUAS2019-01-091-0/+7
* cpu/intel/common: improve debug outputMatt DeVillier2019-01-051-4/+4
* cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx()Matt DeVillier2018-12-203-11/+35
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-131-4/+5
* cpu/intel/common: Use a common acpi/cpu.asl fileArthur Heymans2018-11-301-0/+36
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-10/+6
* cpu/intel/common: add function to init cppc_configMatt Delco2018-08-202-0/+188
* cpu/intel/speedstep: Fix the PNOT ACPI methodArthur Heymans2018-01-171-50/+0
* cpu/intel: Wrap lines at 80 columnsLee Leahy2017-03-161-2/+4
* cpu/intel/common: Add/Use common function to set virtualizationMatt DeVillier2016-12-274-0/+115
* CPU/intel: Add missing license headersDamien Roth2016-02-141-0/+13
* cpu/intel: Move Power notification ASL code into `common/acpi`Paul Menzel2015-10-231-0/+37