summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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/baytrail: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* intel/smm: Provide common smm_relocation_paramsKyösti Mälkki2019-11-221-8/+0
* intel/baytrail: Use smm_subregion()Kyösti Mälkki2019-08-271-21/+28
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-3/+4
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx()Matt DeVillier2018-12-201-1/+1
* soc/baytrail: add vmx support via CPU_INTEL_COMMONMatt DeVillier2018-12-181-0/+4
* src: Fix MSR_PKG_CST_CONFIG_CONTROL register nameElyes HAOUAS2018-10-051-1/+1
* cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSxArthur Heymans2018-07-241-2/+2
* soc/intel/baytrail: Get rid of device_tElyes HAOUAS2018-05-241-2/+2
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* cpu/x86/mp_init: remove adjust_cpu_apic_entry()Aaron Durbin2017-09-111-7/+0
* soc/intel/baytrail: convert to using common MP and SMM initAaron Durbin2016-05-041-175/+87
* cpu/x86/mp_init: remove unused callback argumentsAaron Durbin2016-05-021-7/+7
* x86 chipsets: utilize x86_setup_mtrrs_with_detect()Aaron Durbin2016-03-081-2/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc2015-10-151-3/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-5/+5
* baytrail: Configure MSR for 2-core and 4-core P-state configutationDuncan Laurie2014-10-281-28/+4
* baytrail/rambi: S3 support and other updatesKein Yuan2014-10-221-0/+15
* baytrail/rambi: spi, charger, and audio updatesAaron Durbin2014-09-191-0/+30
* baytrail: use CPU_INTEL_TURBO_NOT_PACKAGE_SCOPEDAaron Durbin2014-05-151-1/+8
* baytrail: add cpuid for C0Aaron Durbin2014-05-131-0/+1
* baytrail: Enable Turbo/Burst and set some magic MSRsDuncan Laurie2014-05-061-0/+35
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-201-2/+8
* baytrail: get rid of global microcode_ptrAaron Durbin2014-02-241-7/+4
* baytrail: SMM supportAaron Durbin2014-02-161-3/+163
* baytrail: bring up APsAaron Durbin2014-02-161-0/+82