summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/cpx/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/xeon_sp: Don't sort struct device cpus for numaArthur Heymans2023-04-141-5/+3
* soc/intel/xeon_sp: Drop unused cpu.h headerArthur Heymans2023-02-261-1/+0
* soc/intel: Use common codeflow for MP initArthur Heymans2023-02-231-3/+3
* arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held2023-02-091-1/+1
* arch/x86/cpu: introduce and use device_match_maskFelix Held2023-02-081-3/+3
* Revert "src/arch/x86: Use core apic id to get cpu_index()"Arthur Heymans2022-11-291-1/+1
* soc/intel/common/cpu: Use SoC overrides to set CPU privilege levelSubrata Banik2022-06-021-0/+5
* soc/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-241-1/+0
* cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki2022-02-051-2/+0
* soc/intel/common/cpu: Use SoC overrides to get CPU privilege levelSubrata Banik2022-01-191-0/+6
* cpu/x86/mp_init: move printing of failure message into mp_init_with_smmFelix Held2021-10-221-2/+2
* cpu/x86/mp_init: use cb_err as mp_init_with_smm return typeFelix Held2021-10-211-1/+2
* soc/intel/xeon_sp/cpx: Move MSR Locks to CPU init and fix themArthur Heymans2021-06-161-2/+10
* soc/intel/xeon_sp/: Fix SMI_LOCK settingMarc Jones2021-03-201-1/+6
* soc/intel/xeon_sp/smmrelocate: Don't run twice on the BSPArthur Heymans2021-02-171-1/+1
* soc/intel/*: Get rid of custom microcode cachingPatrick Rudolph2021-02-011-6/+1
* soc/intel/xeon_sp/cpx: Fix loading MCU on APsArthur Heymans2021-01-251-1/+6
* soc/intel/xeon_sp: Enable SMI handlerRocky Phagura2020-11-241-5/+8
* soc/intel/xeon_sp: Move CPU helper functionsMarc Jones2020-11-061-0/+1
* soc/intel/xeon_sp/cpx: Reorder cpu.c .h includesMarc Jones2020-11-061-1/+2
* soc/intel/xeon_sp: Move read_msr_ppin() to common util.cMarc Jones2020-10-301-31/+0
* soc/intel/xeon_sp: Move function debug macrosMarc Jones2020-10-291-0/+1
* soc/intel/xeon_sp/cpx: Add locking of IA32_FEATURE_CONTROL and VMXChristian Walter2020-10-081-0/+4
* src/soc/intel: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* xeon_sp/cpx: Enable ACPI P-state supportJingle Hsu2020-08-181-1/+1
* soc/intel/xeon_sp/cpx: add CPUID for CPX-SP A1 processorJonathan Zhang2020-08-131-0/+1
* xeon_sp/cpx: Enable HWP Intel Speed ShiftJohnny Lin2020-08-071-0/+12
* soc/intel/xeon_sp: Add read CPU PPIN MSR functionJohnny Lin2020-07-041-0/+31
* sb,soc/intel: Replace smm_southbridge_enable_smi()Kyösti Mälkki2020-06-161-0/+6
* soc/intel/xeon_sp/cpx: set up cpusJonathan Zhang2020-06-061-2/+94
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-2/+2
* soc/intel/xeon_sp/cpx: Calculate number of threads based on socketsAndrey Petrov2020-04-241-1/+8
* soc/intel/xeon_sp/cpx: Work around FSP-M issuesAndrey Petrov2020-04-241-1/+1
* soc/intel/xeon_sp/cpx: Add multi-core initAndrey Petrov2020-04-041-0/+86