summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki2022-02-0516-57/+0
* cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki2022-02-051-15/+0
* cpu/intel/common: Add `set_feature_ctrl_vmx_arg()`Angel Pons2022-02-022-2/+8
* cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATIONKyösti Mälkki2022-02-011-1/+0
* cpu/intel/socket_p: Drop 'select SSE'Elyes HAOUAS2022-01-271-1/+0
* cpu/intel/socket_m: Drop 'select SSE'Elyes HAOUAS2022-01-271-1/+0
* cpu/intel/socket_LGA775: Drop 'select SSE'Elyes HAOUAS2022-01-271-1/+0
* cpu/intel/socket_FCBGA559: Drop 'select SSE'Elyes HAOUAS2022-01-271-1/+0
* cpu/intel/hyperthreading: Add missing header <arch/cpu.h>Raul E Rangel2021-11-221-1/+1
* cpu/intel: Use unsigned types in `get_cpu_count()`Angel Pons2021-11-054-7/+7
* cpu/x86/Kconfig: Remove unused CPU_ADDR_BITSArthur Heymans2021-11-031-8/+0
* src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper functionFelix Held2021-10-2620-20/+10
* cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS optionFelix Held2021-10-261-1/+0
* cpu/x86: Introduce and use `CPU_X86_LAPIC`Felix Held2021-10-268-8/+0
* cpu/intel/socket_LGA775: Drop commented-out entriesFelix Held2021-10-262-4/+0
* cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPERFelix Held2021-10-2618-8/+10
* cpu/x86: Introduce `CPU_X86_CACHE_HELPER`Felix Held2021-10-2616-8/+8
* cpu/amd,intel/*/Makefile: don't add cpu/x86/cacheFelix Held2021-10-263-3/+0
* cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCsFelix Held2021-10-2511-11/+0
* cpu/x86/mp_init: move printing of failure message into mp_init_with_smmFelix Held2021-10-224-8/+8
* cpu/x86/mp_init: use cb_err as mp_init_with_smm return typeFelix Held2021-10-214-4/+8
* acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC tableMichael Niewöhner2021-10-212-28/+22
* cpu/intel/speedstep: Constify `get_cst_entries()`Angel Pons2021-10-191-1/+1
* cpu/intel/hyperthreading: Use initial LAPIC IDsKyösti Mälkki2021-10-181-8/+12
* cpu/intel/hyperthreading: Use cpuid_get_max_func()Kyösti Mälkki2021-10-181-3/+5
* cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APICKyösti Mälkki2021-10-181-6/+4
* cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSRAngel Pons2021-10-151-0/+1
* soc/amd/cezanne,soc/intel/common: rework CPPC table generationMichael Niewöhner2021-10-131-172/+32
* cpu: add missing arch/cpu.h includesFelix Held2021-09-172-0/+2
* cpu/x86/tsc: Deduplicate Makefile logicAngel Pons2021-09-0811-11/+0
* src: use mca_clear_status function instead of open codingFelix Held2021-07-143-29/+5
* cpu/intel/*/*_init: use mca_get_bank_count()Felix Held2021-07-143-9/+4
* include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held2021-07-143-4/+4
* soc/intel: Fix microcode loadingTim Wawrzynczak2021-07-091-2/+2
* Makefile.inc: Fix IFITTOOL dependenciesArthur Heymans2021-07-071-2/+2
* cpu/intel/car/core2/cache_as_ram: Add x86_64 supportPatrick Rudolph2021-07-072-5/+21
* ironlake: Add support for x86_64Patrick Rudolph2021-07-071-0/+1
* cpu/intel/car/p4: Add x86_64 supportArthur Heymans2021-07-061-0/+11
* cpu/intel/car/p4-netburst: Prepare for x86_64Arthur Heymans2021-07-052-6/+11
* src: Consolidate x86_64 support KconfigAngel Pons2021-07-021-6/+1
* src: Introduce `ARCH_ALL_STAGES_X86`Angel Pons2021-07-0215-15/+0
* src: Move `select ARCH_X86` to platformsAngel Pons2021-06-3015-0/+15
* cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS`Angel Pons2021-06-161-0/+1
* cpu/intel/haswell: Enable MCA loggingAngel Pons2021-06-161-0/+6
* nb/intel/sandybridge: Add x86_64 supportPatrick Rudolph2021-06-151-1/+7
* cpu/x86: Drop Kconfig PARALLEL_CPU_INITKyösti Mälkki2021-06-071-3/+1
* cpu/intel/model_2065x: Drop select PARALLEL_CPU_INITKyösti Mälkki2021-06-071-1/+0
* cpu/intel/hyperthreading: Build only for selected modelsKyösti Mälkki2021-06-079-7/+4
* cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki2021-06-073-3/+0
* cpu/intel/model_206ax/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2