summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* soc: Remove copyright noticesPatrick Georgi2020-03-181-4/+0
* soc/intel/sgx: convert SGX and PRMRR devicetree options to KconfigMichael Niewöhner2019-11-041-8/+3
* soc/intel: common,apl,skl: remove orphaned memory locking APIMichael Niewöhner2019-11-021-6/+0
* soc/intel: sgx: get rid of UEFI-style usage of global variableMichael Niewöhner2019-10-101-11/+7
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-1/+1
* 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-1/+1
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-081-4/+4
* intel/apollolake: Replace smm_region_info() with smm_region()Kyösti Mälkki2019-08-071-1/+1
* cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki2019-08-071-1/+1
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-8/+1
* soc/intel: Remove unused pointer argument in mca_configure()Subrata Banik2019-05-211-1/+1
* soc/intel: Geminilake Refresh feature request supportJohn Zhao2019-05-131-0/+1
* soc/intel/cpulib: Remove redundent enable/disable functionsSubrata Banik2019-04-131-2/+4
* src/soc/intel/apollolake/cpu.c: Set up local APICMario Scheithauer2019-03-081-1/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-13/+13
* intel/apollolake: Fix incorrect config usageJulius Werner2019-03-061-1/+1
* soc/intel/apl: Call mca_configure() on cold boots onlyNico Huber2019-02-051-4/+6
* soc/intel/apollolake: Add Kconfig switch to enable minimum clock ratioWerner Zeh2018-11-231-0/+3
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-1/+1
* 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
* intel/common: change mca_configure API's defPratik Prajapati2018-06-281-1/+1
* soc/intel/{glk,apl}: ensure C1E is disabled after S3 resumeCole Nelson2018-06-141-2/+2
* soc/intel/apollolake: Get rid of device_tElyes HAOUAS2018-06-041-3/+3
* cpu/x86: Add support to run function with argument over APsSubrata Banik2018-05-141-1/+1
* soc/intel/apollolake: enable MONITOR/MWAIT for GLKCole Nelson2018-04-091-0/+2
* soc/intel/common: Add missing SoC common function into SMM librarySubrata Banik2017-12-221-1/+1
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* soc/intel/apollolake: Add APL CPU device IDMario Scheithauer2017-11-031-0/+1
* soc/intel/apollolake: Set CPU to Max Non-Turbo RatioMario Scheithauer2017-11-031-0/+7
* soc/intel/apollolake: Add SGX supportPratik Prajapati2017-09-271-2/+46
* soc/intel/apollolake: Use SMM library to get tseg region informationSubrata Banik2017-09-011-1/+1
* intel/common/mp_init: Refactor MP Init code to get rid of microcode paramPratik Prajapati2017-08-211-4/+4
* soc/intel/apollolake: Provide option to use Common MP InitBarnali Sarkar2017-08-151-19/+52
* soc/intel/apollolake: Bring in delta for GLK SOCHannah Williams2017-07-211-0/+2
* soc/intel/common: Add SMM common code for Intel PlatformsBrandon Breitenstein2017-06-201-3/+4
* soc/intel/apollolake: revert CPU MP init prior to FSP-SAaron Durbin2017-06-151-31/+6
* soc/intel/apollolake: Use CPU common library codeBarnali Sarkar2017-06-091-7/+2
* soc/intel/apollolake: Rename ACPI Base Address and Size MacroBarnali Sarkar2017-06-091-1/+1
* soc/intel/apollolake: Perform CPU MP Init before FSP-S InitBarnali Sarkar2017-06-091-7/+32
* soc/intel/apollolake: Remove duplication of find_microcode_patch() codeBarnali Sarkar2017-06-091-3/+3
* soc/intel/apollolake: use fast_spi_cache_bios_region()Aaron Durbin2017-06-091-3/+4
* soc/intel/apollolake: Move privilege drop to later stageAndrey Petrov2016-12-081-3/+1