Age | Commit message (Expand) | Author |
2022-11-25 | cpu/intel/model_2065x: Don't use a magic APIC | Arthur Heymans |
2022-11-08 | cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-07-17 | cpu: Get rid of unnecessary blank line {before,after} barce | Elyes HAOUAS |
2022-05-05 | cpu/intel/model_2065x: Drop unused function declaration | Angel Pons |
2022-04-24 | cpu/intel: Remove unused <acpi/acpi.h> | Elyes HAOUAS |
2022-02-24 | nb/intel/ironlake: Fix some quickpath init magic | Angel Pons |
2022-02-05 | cpu/x86/lapic: Move LAPIC configuration to MP init | Kyösti Mälkki |
2021-11-05 | cpu/intel: Use unsigned types in `get_cpu_count()` | Angel Pons |
2021-10-26 | cpu/x86: Introduce and use `CPU_X86_LAPIC` | Felix Held |
2021-10-26 | cpu/amd,intel/*/Makefile: don't add cpu/x86/cache | Felix Held |
2021-10-25 | cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs | Felix Held |
2021-10-22 | cpu/x86/mp_init: move printing of failure message into mp_init_with_smm | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init_with_smm return type | Felix Held |
2021-09-08 | cpu/x86/tsc: Deduplicate Makefile logic | Angel Pons |
2021-07-14 | src: use mca_clear_status function instead of open coding | Felix Held |
2021-07-14 | cpu/intel/*/*_init: use mca_get_bank_count() | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-07 | ironlake: Add support for x86_64 | Patrick Rudolph |
2021-07-02 | src: Introduce `ARCH_ALL_STAGES_X86` | Angel Pons |
2021-06-30 | src: Move `select ARCH_X86` to platforms | Angel Pons |
2021-06-07 | cpu/intel/model_2065x: Drop select PARALLEL_CPU_INIT | Kyösti Mälkki |
2021-06-07 | cpu/x86: Default to PARALLEL_MP selected | Kyösti Mälkki |
2021-06-07 | cpu/intel/model_206ax/acpi.c: Do not report P_BLK | Angel Pons |
2021-05-18 | cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y | Arthur Heymans |
2021-02-11 | src: Remove unused <arch/cpu.h> | Elyes HAOUAS |
2021-02-01 | soc/intel/*: Get rid of custom microcode caching | Patrick Rudolph |
2021-01-24 | cpu/intel/model_2065x: Drop configurable TDP copy-pasta | Angel Pons |
2021-01-24 | cpu/intel/model_2065x: Drop unused c-state code | Angel Pons |
2021-01-15 | cpu/intel/*init: Remove obsolete cache enable | Patrick Rudolph |
2021-01-15 | cpu/x86/mpinit: Serialize microcode updates for HT threads | Patrick Rudolph |
2021-01-06 | cpu/intel/x/chip.h: Drop unused `disable_acpi` setting | Angel Pons |
2020-10-24 | {cpu,soc}/intel: deduplicate cpu code | Michael Niewöhner |
2020-10-21 | {cpu,soc}/intel: replace AES-NI locking by common implemenation call | Michael Niewöhner |
2020-10-20 | cpu/intel/model_{2065x,206ax}: fix AES-NI locking | Michael Niewöhner |
2020-10-16 | include/cpu/x86: introduce new helper for (un)setting MSRs | Michael Niewöhner |
2020-10-02 | drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config | Shelley Chen |
2020-09-26 | arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` | Angel Pons |
2020-09-21 | src/cpu: Drop unneeded empty lines | Elyes HAOUAS |
2020-07-26 | cpu,soc/intel: Drop select SMP | Kyösti Mälkki |
2020-07-09 | cpu/intel/model_2065x/model_2065x_init.c: Drop dead code | Angel Pons |
2020-06-22 | cpu/x86/lapic: Support x86_64 and clean up code | Patrick Rudolph |
2020-06-16 | sb,soc/intel: Replace smm_southbridge_enable_smi() | Kyösti Mälkki |
2020-06-15 | arrandale boards: Factor out MAX_CPUS | Angel Pons |
2020-06-15 | arch/x86: Remove NO_FIXED_XIP_ROM_SIZE | Kyösti Mälkki |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-23 | acpi: Change Processor ACPI Name (Intel only) | Christian Walter |
2020-03-15 | cpu/intel/model_2065x: Add missing CPU IDs | Angel Pons |
2020-03-15 | treewide: Replace uses of "Nehalem" | Angel Pons |
2020-03-15 | nb/intel/nehalem: Rename to ironlake | Angel Pons |
2019-12-19 | src: Use '#include <smp/node.h>' when appropriate | Elyes HAOUAS |
2019-11-08 | arch/x86: Drop some __SMM__ guards | Kyösti Mälkki |
2019-11-03 | cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE | Kyösti Mälkki |
2019-10-31 | cpu/x86: make set_msr_bit publicly available | Michael Niewöhner |
2019-10-13 | nb/intel/nehalem: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-10-06 | cpu/intel/model_2065x/bootblock: Remove dead code | Arthur Heymans |
2019-10-01 | cpu/intel/common: Move intel_ht_sibling() to common folder | Patrick Rudolph |
2019-09-24 | cpu/intel: Use CPU_INTEL_COMMON_TIMEBASE | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/cpu/intel copyrights into AUTHORS file | Martin Roth |
2019-08-15 | soc/intel: Rename some SMM support functions | Kyösti Mälkki |
2019-08-15 | intel/smm/gen1: Rename header file | Kyösti Mälkki |
2019-08-15 | cpu/intel: Replace bsp_init_and_start_aps() | Kyösti Mälkki |
2019-08-08 | lib/stage_cache: Refactor Kconfig options | Kyösti Mälkki |
2019-08-07 | intel/nehalem,sandybridge: Move stage_cache support function | Kyösti Mälkki |
2019-07-09 | cpu/x86: Flip SMM_TSEG default | Kyösti Mälkki |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-07-08 | intel/nehalem: Move TSC_MONOTONIC_TIMER | Kyösti Mälkki |
2019-07-01 | Use 3rdparty/intel-microcode | Arthur Heymans |
2019-06-22 | src/cpu: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-06-21 | cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35 | Elyes HAOUAS |
2019-05-27 | cpu/intel/model_2065x: Put stage cache in TSEG | Arthur Heymans |
2019-05-27 | cpu/intel/model_2065x: Use parallel MP init | Arthur Heymans |
2019-04-25 | cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZE | Arthur Heymans |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field | Elyes HAOUAS |
2019-02-25 | security/vboot: Add measured boot mode | Philipp Deppenwiese |
2019-01-22 | cpu/intel/model_206ax: Use parallel MP init | Arthur Heymans |
2018-12-28 | arch/x86: SSE2 implies SSE support | Kyösti Mälkki |
2018-12-20 | cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() | Matt DeVillier |
2018-12-18 | cpu: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-11-30 | cpu/intel/model_206{5,a}x: Rework acpi/cpu.asl | Arthur Heymans |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-11 | src: Move common IA-32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-05 | src: Fix MSR_PKG_CST_CONFIG_CONTROL register name | Elyes HAOUAS |
2018-08-09 | src/cpu: Fix typo | Elyes HAOUAS |
2018-06-21 | Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" | Arthur Heymans |
2018-06-05 | cpu/intel/model_2065x: Switch to POSTCAR_STAGE | Arthur Heymans |
2018-06-05 | cpu/intel/car/non-evict: Prepare for some POSTCAR_STAGE support | Arthur Heymans |
2018-05-01 | Fix freeze during chipset lockdown on Nehalem | Matthias Gazzari |
2018-04-30 | cpu/intel: Get rid of device_t | Elyes HAOUAS |
2018-04-11 | Revert "model_206ax: Use parallel MP init" | Arthur Heymans |
2018-04-11 | model_206ax: Use parallel MP init | Arthur Heymans |
2018-04-09 | intel/nehalem post-car: Use postcar_frame for MTRR setup | Kyösti Mälkki |
2018-02-27 | sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location | Arthur Heymans |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2017-08-19 | arch/x86: Clean up CONFIG_SMP and MAX_CPUS test | Kyösti Mälkki |