summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/common
Commit message (Expand)AuthorAgeFilesLines
* arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* cpu: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* Revert "cpu/intel/common: Define build time physical address reserved bits"Jeremy Compostella2023-12-222-11/+0
* cpu/intel/common: Define build time physical address reserved bitsJeremy Compostella2023-10-202-0/+11
* arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORTFelix Held2023-09-291-0/+1
* */include/cpu: use unsigned int for number of address bitsFelix Held2023-09-291-2/+2
* arch/x86: Reduce max phys address size for Intel TME capable SoCsJeremy Compostella2023-09-122-0/+27
* cpu/intel: Move is_tme_supported() from soc/intel to cpu/intelJeremy Compostella2023-09-123-0/+20
* cpu: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* cpu: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-083-3/+3
* cpu/intel/common: Fix typecasting issueSridhar Siricilla2022-10-281-1/+1
* cpu/intel: Clean up includesElyes Haouas2022-10-261-1/+3
* cpu/intel/common/fsb.c: Sorte includes and add <stdint.h>Elyes Haouas2022-10-061-4/+5
* cpu/intel/common: Add support for energy performance preference (EPP)Cliff Huang2022-03-092-1/+63
* cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki2022-02-051-1/+0
* cpu/intel/common: Add `set_feature_ctrl_vmx_arg()`Angel Pons2022-02-022-2/+8
* acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC tableMichael Niewöhner2021-10-212-28/+22
* cpu/intel/hyperthreading: Use initial LAPIC IDsKyösti Mälkki2021-10-181-8/+12
* cpu/intel/hyperthreading: Use cpuid_get_max_func()Kyösti Mälkki2021-10-181-3/+5
* cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APICKyösti Mälkki2021-10-181-6/+4
* soc/amd/cezanne,soc/intel/common: rework CPPC table generationMichael Niewöhner2021-10-131-172/+32
* cpu: add missing arch/cpu.h includesFelix Held2021-09-171-0/+1
* cpu/intel/common: use lapicid apiWonkyu Kim2021-04-151-0/+8
* cpu/intel/common/fsb.c: Correct code styleFrans Hendriks2021-01-281-1/+0
* cpu/intel/common/fsb.c: Add Broadwell CPUID modelsAngel Pons2021-01-261-0/+2
* cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph2020-11-223-0/+16
* cpu/intel/common: correct MSR for the Nominal Performance in CPPCMichael Niewöhner2020-10-311-7/+9
* cpu/intel/common: implement the two missing CPPC v2 autonomous registersMichael Niewöhner2020-10-261-4/+16
* cpu/intel/common: rework code previously moved to common cpu codeMichael Niewöhner2020-10-242-27/+15
* {cpu,soc}/intel: deduplicate cpu codeMichael Niewöhner2020-10-242-0/+49
* cpu/intel/common: Fix regressionPatrick Rudolph2020-10-211-1/+1
* cpu/intel/common: add a Kconfig to control AES-NI lockingMichael Niewöhner2020-10-192-0/+11
* cpu/intel/common: only lock AES-NI when supportedMichael Niewöhner2020-10-191-0/+3
* cpu/intel/common: rework AES-NI lockingMichael Niewöhner2020-10-192-10/+6
* soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu codeMichael Niewöhner2020-10-192-0/+26
* cpu/intel,soc/intel: drop Kconfig for hyperthreadingMichael Niewöhner2020-10-172-4/+1
* cpu/intel/common: Use macro for access_sizeElyes HAOUAS2020-08-181-3/+3
* cpu/intel/common: Add `intel_ht_supported` functionAngel Pons2020-08-062-3/+14
* cpu/intel/common/fsb.c: add Crystal Well supportIru Cai2020-08-031-0/+1
* cpu/intel/common: Fix typo in commentElyes HAOUAS2020-05-281-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-045-63/+10
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-4/+4
* treewide: Replace uses of "Nehalem"Angel Pons2020-03-151-1/+1
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-12/+12
* cpu/intel/common/fsb.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-19/+12
* intel/smm: Provide common smm_relocation_paramsKyösti Mälkki2019-11-221-0/+4
* Rangeley: Fix incorrect BCLKKyösti Mälkki2019-11-071-1/+5
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-281-1/+0