summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Fix microcode loadingTim Wawrzynczak2021-07-091-2/+2
* Makefile.inc: Fix IFITTOOL dependenciesArthur Heymans2021-07-071-2/+2
* cpu/intel/car/core2/cache_as_ram: Add x86_64 supportPatrick Rudolph2021-07-072-5/+21
* ironlake: Add support for x86_64Patrick Rudolph2021-07-071-0/+1
* cpu/intel/car/p4: Add x86_64 supportArthur Heymans2021-07-061-0/+11
* cpu/intel/car/p4-netburst: Prepare for x86_64Arthur Heymans2021-07-052-6/+11
* src: Consolidate x86_64 support KconfigAngel Pons2021-07-021-6/+1
* src: Introduce `ARCH_ALL_STAGES_X86`Angel Pons2021-07-0215-15/+0
* src: Move `select ARCH_X86` to platformsAngel Pons2021-06-3015-0/+15
* cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS`Angel Pons2021-06-161-0/+1
* cpu/intel/haswell: Enable MCA loggingAngel Pons2021-06-161-0/+6
* nb/intel/sandybridge: Add x86_64 supportPatrick Rudolph2021-06-151-1/+7
* cpu/x86: Drop Kconfig PARALLEL_CPU_INITKyösti Mälkki2021-06-071-3/+1
* cpu/intel/model_2065x: Drop select PARALLEL_CPU_INITKyösti Mälkki2021-06-071-1/+0
* cpu/intel/hyperthreading: Build only for selected modelsKyösti Mälkki2021-06-079-7/+4
* cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki2021-06-073-3/+0
* cpu/intel/model_206ax/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2
* cpu/intel/model_206ax/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2
* cpu/intel/haswell/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2
* cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSRAngel Pons2021-06-071-6/+0
* cpu/intel/car/romstage.c: Drop unused function argumentArthur Heymans2021-06-011-7/+2
* src/intel/microcode: Add support for extended signature tableRizwan Qureshi2021-05-271-0/+50
* Add Kconfig TPMKyösti Mälkki2021-05-261-1/+1
* cpu/intel/fit: Fix top swap fitArthur Heymans2021-05-251-6/+5
* cpu/intel/fit: Remove broken ifittool argumentArthur Heymans2021-05-251-1/+1
* cpu/intel/fit: Make make fit entries depend on fit pointerArthur Heymans2021-05-251-1/+1
* cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=yArthur Heymans2021-05-1811-11/+0
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OSTim Wawrzynczak2021-04-291-0/+1
* src: Replace remaining {get,set}_option() instancesAngel Pons2021-04-231-1/+1
* cpu/intel/common: use lapicid apiWonkyu Kim2021-04-151-0/+8
* cpu/intel/haswell: Use new fixed BAR accessorsAngel Pons2021-04-101-16/+16
* cpu/intel/fit: Reserve the FIT pointer using a .c fileArthur Heymans2021-03-192-7/+4
* cpu/intel/fit: Add the FIT table as a separate CBFS fileArthur Heymans2021-03-193-24/+49
* cpu/intel/microcode: Fix caching logic in intel_microcode_findFurquan Shaikh2021-03-121-7/+21
* cpu/intel/haswell: Constify ACPI c-state arraysAngel Pons2021-02-141-4/+4
* cpu/intel/haswell: Drop c-state table indirectionAngel Pons2021-02-142-96/+88
* cpu/intel/model_206ax: Drop c-state table indirectionAngel Pons2021-02-142-90/+78
* cpu/intel/model_206ax: Replace `generate_cstate_entries`Angel Pons2021-02-141-37/+15
* cpu/intel/haswell/acpi.c: Correct `get_cores_per_package`Angel Pons2021-02-121-14/+4
* src: Remove unused <arch/cpu.h>Elyes HAOUAS2021-02-114-4/+3
* cpu/intel/microcode: Fix typo in function parameterElyes HAOUAS2021-02-111-1/+1
* treewide [Kconfig]: Remove useless commentElyes HAOUAS2021-02-025-5/+5
* sb/intel/i82801gx,ix: Drop MPEN from GNVSKyösti Mälkki2021-02-012-0/+5
* cpu/intel/microcode: Reuse existing function to read MCU revisionArthur Heymans2021-02-011-10/+4
* soc/intel/*: Get rid of custom microcode cachingPatrick Rudolph2021-02-013-14/+7
* cpu/intel/socket_LGA775: Align CAR DCACHE_RAM_BASE to SIZEArthur Heymans2021-01-281-1/+1
* cpu/intel/microcode: Add caching layer in intel_microcode_findPatrick Rudolph2021-01-281-1/+6
* cpu/intel/common/fsb.c: Correct code styleFrans Hendriks2021-01-281-1/+0
* arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limitsKyösti Mälkki2021-01-283-10/+1