summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/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
* 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