index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cpu
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu/x86/lapic: Move LAPIC configuration to MP init
Kyösti Mälkki
2022-02-05
16
-57
/
+0
*
cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER
Kyösti Mälkki
2022-02-05
1
-15
/
+0
*
cpu/intel/common: Add `set_feature_ctrl_vmx_arg()`
Angel Pons
2022-02-02
2
-2
/
+8
*
cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION
Kyösti Mälkki
2022-02-01
1
-1
/
+0
*
cpu/intel/socket_p: Drop 'select SSE'
Elyes HAOUAS
2022-01-27
1
-1
/
+0
*
cpu/intel/socket_m: Drop 'select SSE'
Elyes HAOUAS
2022-01-27
1
-1
/
+0
*
cpu/intel/socket_LGA775: Drop 'select SSE'
Elyes HAOUAS
2022-01-27
1
-1
/
+0
*
cpu/intel/socket_FCBGA559: Drop 'select SSE'
Elyes HAOUAS
2022-01-27
1
-1
/
+0
*
cpu/intel/hyperthreading: Add missing header <arch/cpu.h>
Raul E Rangel
2021-11-22
1
-1
/
+1
*
cpu/intel: Use unsigned types in `get_cpu_count()`
Angel Pons
2021-11-05
4
-7
/
+7
*
cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS
Arthur Heymans
2021-11-03
1
-8
/
+0
*
src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function
Felix Held
2021-10-26
20
-20
/
+10
*
cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS option
Felix Held
2021-10-26
1
-1
/
+0
*
cpu/x86: Introduce and use `CPU_X86_LAPIC`
Felix Held
2021-10-26
8
-8
/
+0
*
cpu/intel/socket_LGA775: Drop commented-out entries
Felix Held
2021-10-26
2
-4
/
+0
*
cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER
Felix Held
2021-10-26
18
-8
/
+10
*
cpu/x86: Introduce `CPU_X86_CACHE_HELPER`
Felix Held
2021-10-26
16
-8
/
+8
*
cpu/amd,intel/*/Makefile: don't add cpu/x86/cache
Felix Held
2021-10-26
3
-3
/
+0
*
cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs
Felix Held
2021-10-25
11
-11
/
+0
*
cpu/x86/mp_init: move printing of failure message into mp_init_with_smm
Felix Held
2021-10-22
4
-8
/
+8
*
cpu/x86/mp_init: use cb_err as mp_init_with_smm return type
Felix Held
2021-10-21
4
-4
/
+8
*
acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table
Michael Niewöhner
2021-10-21
2
-28
/
+22
*
cpu/intel/speedstep: Constify `get_cst_entries()`
Angel Pons
2021-10-19
1
-1
/
+1
*
cpu/intel/hyperthreading: Use initial LAPIC IDs
Kyösti Mälkki
2021-10-18
1
-8
/
+12
*
cpu/intel/hyperthreading: Use cpuid_get_max_func()
Kyösti Mälkki
2021-10-18
1
-3
/
+5
*
cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APIC
Kyösti Mälkki
2021-10-18
1
-6
/
+4
*
cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSR
Angel Pons
2021-10-15
1
-0
/
+1
*
soc/amd/cezanne,soc/intel/common: rework CPPC table generation
Michael Niewöhner
2021-10-13
1
-172
/
+32
*
cpu: add missing arch/cpu.h includes
Felix Held
2021-09-17
2
-0
/
+2
*
cpu/x86/tsc: Deduplicate Makefile logic
Angel Pons
2021-09-08
11
-11
/
+0
*
src: use mca_clear_status function instead of open coding
Felix Held
2021-07-14
3
-29
/
+5
*
cpu/intel/*/*_init: use mca_get_bank_count()
Felix Held
2021-07-14
3
-9
/
+4
*
include/cpu/x86/msr: introduce IA32_MC_*(x) macros
Felix Held
2021-07-14
3
-4
/
+4
*
soc/intel: Fix microcode loading
Tim Wawrzynczak
2021-07-09
1
-2
/
+2
*
Makefile.inc: Fix IFITTOOL dependencies
Arthur Heymans
2021-07-07
1
-2
/
+2
*
cpu/intel/car/core2/cache_as_ram: Add x86_64 support
Patrick Rudolph
2021-07-07
2
-5
/
+21
*
ironlake: Add support for x86_64
Patrick Rudolph
2021-07-07
1
-0
/
+1
*
cpu/intel/car/p4: Add x86_64 support
Arthur Heymans
2021-07-06
1
-0
/
+11
*
cpu/intel/car/p4-netburst: Prepare for x86_64
Arthur Heymans
2021-07-05
2
-6
/
+11
*
src: Consolidate x86_64 support Kconfig
Angel Pons
2021-07-02
1
-6
/
+1
*
src: Introduce `ARCH_ALL_STAGES_X86`
Angel Pons
2021-07-02
15
-15
/
+0
*
src: Move `select ARCH_X86` to platforms
Angel Pons
2021-06-30
15
-0
/
+15
*
cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS`
Angel Pons
2021-06-16
1
-0
/
+1
*
cpu/intel/haswell: Enable MCA logging
Angel Pons
2021-06-16
1
-0
/
+6
*
nb/intel/sandybridge: Add x86_64 support
Patrick Rudolph
2021-06-15
1
-1
/
+7
*
cpu/x86: Drop Kconfig PARALLEL_CPU_INIT
Kyösti Mälkki
2021-06-07
1
-3
/
+1
*
cpu/intel/model_2065x: Drop select PARALLEL_CPU_INIT
Kyösti Mälkki
2021-06-07
1
-1
/
+0
*
cpu/intel/hyperthreading: Build only for selected models
Kyösti Mälkki
2021-06-07
9
-7
/
+4
*
cpu/x86: Default to PARALLEL_MP selected
Kyösti Mälkki
2021-06-07
3
-3
/
+0
*
cpu/intel/model_206ax/acpi.c: Do not report P_BLK
Angel Pons
2021-06-07
1
-8
/
+2
[next]