summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Use common codeflow for MP initArthur Heymans2023-02-231-1/+1
* soc/intel/common/cpu: Use SoC overrides to set CPU privilege levelSubrata Banik2022-06-021-0/+16
* cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki2022-02-051-3/+0
* soc/intel/common/cpu: Use SoC overrides to get CPU privilege levelSubrata Banik2022-01-191-0/+10
* 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 status return type in remaining functionsFelix Held2021-10-221-3/+3
* soc/intel/skylake/cpu: rework failure handling in post_mp_initFelix Held2021-10-211-5/+8
* cpu/x86/mp_init: use cb_err as mp_init_with_smm return typeFelix Held2021-10-211-1/+2
* soc/intel/*/cpu.c: Add missing space in commentAngel Pons2021-10-121-1/+1
* soc/intel/{skl,cnl}: Move smm_lock() to cpu.cAngel Pons2021-02-241-0/+12
* soc/intel/skylake: Move soc_fsp_loadArthur Heymans2021-02-181-0/+5
* soc/intel/*: Move prmrr_core_configurePatrick Rudolph2021-02-151-4/+4
* src: Remove unused <arch/cpu.h>Elyes HAOUAS2021-02-111-1/+0
* soc/intel: deduplicate ACPI timer emulationMichael Niewöhner2020-10-281-24/+0
* soc/intel: drop unneeded ISST configuration codeMichael Niewöhner2020-10-261-28/+0
* {cpu,soc}/intel: deduplicate cpu codeMichael Niewöhner2020-10-241-42/+0
* {cpu,soc}/intel: replace AES-NI locking by common implemenation callMichael Niewöhner2020-10-211-21/+1
* soc/intel: convert XTAL frequency constant to KconfigMichael Niewöhner2020-10-211-5/+7
* soc/intel/skylake/cpu.c: Fix comment coding styleAngel Pons2020-10-141-4/+4
* src/soc/intel: Drop unneeded empty linesElyes HAOUAS2020-09-211-2/+0
* soc/intel/common: add TCC activation functionalitySumeet R Pawnikar2020-06-281-21/+1
* cpu/x86: Define MTRR_CAP_PRMRRKyösti Mälkki2020-06-161-1/+1
* soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS)Kyösti Mälkki2020-06-161-1/+1
* src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS2020-06-061-1/+0
* src: Remove unused 'include <bootstate.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused '#include <timer.h>'Elyes HAOUAS2020-06-021-1/+0
* skylake: update processor power limits configurationSumeet R Pawnikar2020-05-181-190/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* soc/intel/skylake: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-3/+0
* soc/intel: fix eist enablingMatt Delco2020-03-101-6/+3
* intel/smm: Provide common smm_relocation_paramsKyösti Mälkki2019-11-221-1/+0
* soc/{cannonlake,skylake}: Remove unused 'rdmsr(MSR_CONFIG_TDP_NOMINAL)'Elyes HAOUAS2019-11-111-1/+0
* soc/intel/sgx: convert SGX and PRMRR devicetree options to KconfigMichael Niewöhner2019-11-041-5/+2
* soc/intel: common,apl,skl: remove orphaned memory locking APIMichael Niewöhner2019-11-021-11/+0
* soc/intel/{cnl,icl,skl}: Fix multiple whitespace issueSubrata Banik2019-10-311-1/+1
* soc/intel/skylake: lock AES-NI MSRMichael Niewöhner2019-10-231-0/+22
* soc/intel: sgx: get rid of UEFI-style usage of global variableMichael Niewöhner2019-10-101-10/+7
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-5/+5
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-1/+1
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-3/+3
* soc/*: Report mp_init errorsPatrick Rudolph2019-08-061-3/+8
* soc/intel/{broad,cannon,sky}: Fix possible out-of-bounds readsJacob Garber2019-07-301-2/+2
* soc/intel/skylake: Enable Energy/Performance Bias controlMatthew Garrett2019-07-211-0/+1
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-26/+12
* soc,southbridge/intel: Avoid preprocessor with HAVE_SMI_HANDLERKyösti Mälkki2019-07-131-3/+2
* soc/intel: Remove unused pointer argument in mca_configure()Subrata Banik2019-05-211-1/+1
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0