summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* soc/intel: fix eist enablingMatt Delco2020-03-101-1/+2
* 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/{cnl,icl,skl}: Fix multiple whitespace issueSubrata Banik2019-10-311-1/+1
* 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/intel/cannonlake: Enable ACPI timer emulation if PM timer is disabledAamir Bohra2019-08-021-1/+7
* soc/intel/{broad,cannon,sky}: Fix possible out-of-bounds readsJacob Garber2019-07-301-2/+2
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-13/+6
* soc/intel/cannonlake: Rename SOC_INTEL_COMMON_CANNONLAKE_BASEArthur Heymans2019-06-211-1/+1
* 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
* soc/intel/cannonlake: Implement soc side VMX supportRonak Kanabar2019-04-161-0/+4
* soc/intel/cpulib: Remove redundent enable/disable functionsSubrata Banik2019-04-131-4/+2
* soc/intel/cannonlake: Enable power button smi in pre-OSKrzysztof Sywula2019-03-221-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* soc/intel/cannonlake: SoC specific microcode update checkRonak Kanabar2019-02-211-0/+33
* soc/intel/cannonlake: Access conf pointer only if its not nullPratik Prajapati2019-01-161-2/+2
* soc/intel/cannonlake: Add processor power limits control supportSumeet Pawnikar2019-01-161-0/+196
* soc/intel/cannonlake: Provide interface to update TCC offsetJohn Su2019-01-141-0/+23
* soc/intel: Standardize names of common MSRsElyes HAOUAS2019-01-071-1/+1
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-131-3/+4
* soc/intel/cannonlake: Add back PM TIMER EMULATIONLijian Zhao2018-10-261-1/+25
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-2/+3
* intel/common: change mca_configure API's defPratik Prajapati2018-06-281-1/+1
* soc/intel/cannonlake: Get rid of device_tElyes HAOUAS2018-06-011-3/+3
* src/soc/intel/cannonlake: Update C-state latency control limitsVaibhav Shankar2018-01-231-10/+5
* soc/intel/common: Add missing SoC common function into SMM librarySubrata Banik2017-12-221-1/+2
* soc/intel/cannonlake: Fill the SMI usageLijian Zhao2017-10-031-0/+20
* cpu/x86/mp_init: remove adjust_cpu_apic_entry()Aaron Durbin2017-09-111-11/+0
* soc/intel/cannonlake: Use common mca_configure() APIPratik Prajapati2017-09-021-24/+4
* soc/intel/cannonlake: Add cpu.c and MP init supportPratik Prajapati2017-08-241-0/+256