summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/denverton_ns: Use `popcnt()` helperAngel Pons2021-12-171-18/+9
* soc/intel/baytrail,denverton_ns: Call setup_lapic()Dmitry Ponamorev2021-12-151-0/+4
* soc/intel/denverton_ns: Refactor `detect_num_cpus_via_cpuid()`Angel Pons2021-11-051-11/+10
* soc/intel/denverton_ns: use mp_cpu_bus_initFelix Held2021-10-221-10/+2
* 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/dnv_ns: enable uCode PM Timer emulationMichael Niewöhner2021-10-161-0/+2
* soc/intel/denverton_ns: Always enable SpeedStepDmitry Ponamorev2021-10-071-6/+4
* soc/intel/denverton_ns: Ensure CPU device has a valid linkFurquan Shaikh2021-08-271-0/+8
* soc/intel/denverton_ns: Initialize thermal configurationJulien Viard de Galbert2020-11-201-0/+18
* soc/intel/denverton_ns: Enable MC ExceptionJulien Viard de Galbert2020-11-201-0/+7
* {cpu,soc}/intel: replace AES-NI locking by common implemenation callMichael Niewöhner2020-10-211-6/+2
* soc/intel: Drop unused `#include <reg_script.h>`Angel Pons2020-07-061-1/+0
* sb,soc/intel: Replace smm_southbridge_enable_smi()Kyösti Mälkki2020-06-161-1/+1
* 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
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* soc/intel/denverton_ns: Implement AES-NI LockJulien Viard de Galbert2020-03-201-0/+7
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-2/+3
* 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
* cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki2019-08-071-0/+1
* soc/intel/denverton_ns: Remove variable set but not usedElyes HAOUAS2019-05-231-2/+0
* soc/intel: Remove unused pointer argument in mca_configure()Subrata Banik2019-05-211-1/+1
* soc/intel/denverton_ns: Configure MCAJulien Viard de Galbert2019-01-241-0/+29
* soc/intel/denverton_ns: Use cpulib in cpu.cJulien Viard de Galbert2019-01-241-9/+1
* soc/intel/denverton_ns: Enable Fast StringsJulien Viard de Galbert2019-01-241-0/+6
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-2/+2
* cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSxArthur Heymans2018-07-241-2/+2
* soc/intel/denverton_ns: Get rid of device_tElyes HAOUAS2018-06-041-2/+2
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* soc/intel/denverton_ns: Add support for Intel Atom C3000 SoCMariusz Szafranski2017-09-051-0/+254