aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel
AgeCommit message (Expand)Author
2022-11-12cpu/intel/socket_mPGA604: Drop non-working SSE2 disablementKyösti Mälkki
2022-11-09Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki
2022-11-09cpu/*: Drop PARALLEL_MP leftoversArthur Heymans
2022-11-08cpu: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas
2022-11-07mb/aopen/dxplplusu: Remove boardArthur Heymans
2022-10-28cpu/intel/common: Fix typecasting issueSridhar Siricilla
2022-10-27mb/lenovo/haswell: Enable VBOOT_VBNV_FLASHYu-Ping Wu
2022-10-26cpu/intel: Clean up includesElyes Haouas
2022-10-06cpu/intel/common/fsb.c: Sorte includes and add <stdint.h>Elyes Haouas
2022-10-06cpu/intel/car/romstage.c: Clean up includes and add <types.h>Elyes Haouas
2022-09-29treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto
2022-09-20cpu/intel/haswell: Update Broadwell ULT µcode updatesAngel Pons
2022-09-20cpu/intel/haswell: Hook up Crystal Well µcode updatesAngel Pons
2022-09-20cpu/intel/haswell: Do not include useless µcode updatesAngel Pons
2022-09-15cpu/intel/haswell: Allow up to six microcodes in the FIT tableJeremy Compostella
2022-07-17cpu: Get rid of unnecessary blank line {before,after} barceElyes HAOUAS
2022-07-14arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans
2022-06-26intel/microcode: Change log type from BIOS_ERR to BIOS_WARNINGSubrata Banik
2022-06-22microcode: Add error msg in case `intel_microcode_find()` return NULLSubrata Banik
2022-06-22cpu/intel/microcode: Create helper function to load microcode patchSubrata Banik
2022-06-22cpu/intel/microcode: Have API to re-load microcode patchSubrata Banik
2022-06-17cpu/intel/microcode: Fix `device enumeration` boot regressionSubrata Banik
2022-06-07arch/x86: Add a common romstage entryArthur Heymans
2022-06-07cpu/intel/microcode: Have provision to re-load microcode patchSubrata Banik
2022-06-02cpu/intel/model_fxx: Select SSE2Arthur Heymans
2022-06-01cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verificationJulius Werner
2022-05-16arch/x86/postcar_loader.c: Change prepare_and_run_postcar signatureArthur Heymans
2022-05-05cpu/intel/model_2065x: Drop unused function declarationAngel Pons
2022-04-27cpu/intel/socket_p: Increase DCACHE_RAM_SIZEArthur Heymans
2022-04-27nb/intel/pineview: Use cbfs mcacheArthur Heymans
2022-04-24{arch,cpu}: Remove redundant <arch/cpu.h>Elyes HAOUAS
2022-04-24cpu/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS
2022-04-01cpu/intel/fit: Clear the FIT table when setting pointerArthur Heymans
2022-03-09cpu/intel/common: Add support for energy performance preference (EPP)Cliff Huang
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-02-24nb/intel/ironlake: Fix some quickpath init magicAngel Pons
2022-02-05cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki
2022-02-05cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki
2022-02-02cpu/intel/common: Add `set_feature_ctrl_vmx_arg()`Angel Pons
2022-02-01cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATIONKyösti Mälkki
2022-01-27cpu/intel/socket_p: Drop 'select SSE'Elyes HAOUAS
2022-01-27cpu/intel/socket_m: Drop 'select SSE'Elyes HAOUAS
2022-01-27cpu/intel/socket_LGA775: Drop 'select SSE'Elyes HAOUAS
2022-01-27cpu/intel/socket_FCBGA559: Drop 'select SSE'Elyes HAOUAS
2021-11-22cpu/intel/hyperthreading: Add missing header <arch/cpu.h>Raul E Rangel
2021-11-05cpu/intel: Use unsigned types in `get_cpu_count()`Angel Pons
2021-11-03cpu/x86/Kconfig: Remove unused CPU_ADDR_BITSArthur Heymans
2021-10-26src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper functionFelix Held
2021-10-26cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS optionFelix Held
2021-10-26cpu/x86: Introduce and use `CPU_X86_LAPIC`Felix Held
2021-10-26cpu/intel/socket_LGA775: Drop commented-out entriesFelix Held
2021-10-26cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPERFelix Held
2021-10-26cpu/x86: Introduce `CPU_X86_CACHE_HELPER`Felix Held
2021-10-26cpu/amd,intel/*/Makefile: don't add cpu/x86/cacheFelix Held
2021-10-25cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCsFelix Held
2021-10-22cpu/x86/mp_init: move printing of failure message into mp_init_with_smmFelix Held
2021-10-21cpu/x86/mp_init: use cb_err as mp_init_with_smm return typeFelix Held
2021-10-21acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC tableMichael Niewöhner
2021-10-19cpu/intel/speedstep: Constify `get_cst_entries()`Angel Pons
2021-10-18cpu/intel/hyperthreading: Use initial LAPIC IDsKyösti Mälkki
2021-10-18cpu/intel/hyperthreading: Use cpuid_get_max_func()Kyösti Mälkki
2021-10-18cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APICKyösti Mälkki
2021-10-15cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSRAngel Pons
2021-10-13soc/amd/cezanne,soc/intel/common: rework CPPC table generationMichael Niewöhner
2021-09-17cpu: add missing arch/cpu.h includesFelix Held
2021-09-08cpu/x86/tsc: Deduplicate Makefile logicAngel Pons
2021-07-14src: use mca_clear_status function instead of open codingFelix Held
2021-07-14cpu/intel/*/*_init: use mca_get_bank_count()Felix Held
2021-07-14include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held
2021-07-09soc/intel: Fix microcode loadingTim Wawrzynczak
2021-07-07Makefile.inc: Fix IFITTOOL dependenciesArthur Heymans
2021-07-07cpu/intel/car/core2/cache_as_ram: Add x86_64 supportPatrick Rudolph
2021-07-07ironlake: Add support for x86_64Patrick Rudolph
2021-07-06cpu/intel/car/p4: Add x86_64 supportArthur Heymans
2021-07-05cpu/intel/car/p4-netburst: Prepare for x86_64Arthur Heymans
2021-07-02src: Consolidate x86_64 support KconfigAngel Pons
2021-07-02src: Introduce `ARCH_ALL_STAGES_X86`Angel Pons
2021-06-30src: Move `select ARCH_X86` to platformsAngel Pons
2021-06-16cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS`Angel Pons
2021-06-16cpu/intel/haswell: Enable MCA loggingAngel Pons
2021-06-15nb/intel/sandybridge: Add x86_64 supportPatrick Rudolph
2021-06-07cpu/x86: Drop Kconfig PARALLEL_CPU_INITKyösti Mälkki
2021-06-07cpu/intel/model_2065x: Drop select PARALLEL_CPU_INITKyösti Mälkki
2021-06-07cpu/intel/hyperthreading: Build only for selected modelsKyösti Mälkki
2021-06-07cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki
2021-06-07cpu/intel/model_206ax/acpi.c: Do not report P_BLKAngel Pons
2021-06-07cpu/intel/model_206ax/acpi.c: Do not report P_BLKAngel Pons
2021-06-07cpu/intel/haswell/acpi.c: Do not report P_BLKAngel Pons
2021-06-07cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSRAngel Pons
2021-06-01cpu/intel/car/romstage.c: Drop unused function argumentArthur Heymans
2021-05-27src/intel/microcode: Add support for extended signature tableRizwan Qureshi
2021-05-26Add Kconfig TPMKyösti Mälkki
2021-05-25cpu/intel/fit: Fix top swap fitArthur Heymans
2021-05-25cpu/intel/fit: Remove broken ifittool argumentArthur Heymans
2021-05-25cpu/intel/fit: Make make fit entries depend on fit pointerArthur Heymans
2021-05-18cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=yArthur Heymans
2021-05-06src: Retype option API to use unsigned integersAngel Pons
2021-04-29cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OSTim Wawrzynczak
2021-04-23src: Replace remaining {get,set}_option() instancesAngel Pons
2021-04-15cpu/intel/common: use lapicid apiWonkyu Kim