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/intel/model_6fx: Include Conroe-L microcode
Arthur Heymans
2020-08-17
1
-1
/
+2
*
cpu/intel: Remove Core 2 Duo E8200 CPUID from model_6fx
Angel Pons
2020-08-11
2
-2
/
+1
*
cpu/intel/common: Add `intel_ht_supported` function
Angel Pons
2020-08-06
2
-3
/
+14
*
cpu/intel/haswell: add Crystal Well CPU IDs
Iru Cai
2020-08-03
1
-0
/
+2
*
cpu/intel/common/fsb.c: add Crystal Well support
Iru Cai
2020-08-03
1
-0
/
+1
*
cpu/intel/car/romstage.c: Remove unused <bootblock_common.h>
Elyes HAOUAS
2020-07-26
1
-1
/
+0
*
src: Change BOOL CONFIG_ to CONFIG() in comments & strings
Martin Roth
2020-07-26
1
-1
/
+1
*
cpu,soc/intel: Drop select SMP
Kyösti Mälkki
2020-07-26
10
-10
/
+0
*
cpu/intel/model_206ax: Clean up includes
Elyes HAOUAS
2020-07-26
2
-2
/
+2
*
src: Remove unused 'include <cpu/intel/common/common.h>
Elyes HAOUAS
2020-07-26
4
-4
/
+1
*
cpu/intel/model_1067x: Drop <cpu/x86/mp.h> include
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
src: Remove unused 'include <cpu/x86/msr.h>'
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
src: Remove unused 'include <types.h>'
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
cpu/intel/haswell/finalize.c: Drop dead code
Angel Pons
2020-07-10
1
-37
/
+0
*
cpu/intel/model_2065x/model_2065x_init.c: Drop dead code
Angel Pons
2020-07-09
1
-26
/
+0
*
cpu/intel/model_206ax/finalize.c: Drop dead code
Angel Pons
2020-07-09
1
-18
/
+0
*
haswell: relocate `romstage_common` to northbridge
Angel Pons
2020-07-08
3
-92
/
+0
*
nb/intel/haswell: Drop unnecessary variable
Angel Pons
2020-07-08
1
-6
/
+3
*
haswell: drop unused function parameter
Angel Pons
2020-07-08
1
-1
/
+1
*
cpu/x86/lapic: Support x86_64 and clean up code
Patrick Rudolph
2020-06-22
1
-1
/
+1
*
sb,soc/intel: Replace smm_southbridge_enable_smi()
Kyösti Mälkki
2020-06-16
4
-4
/
+4
*
gm45 boards: Factor out MAX_CPUS
Angel Pons
2020-06-15
2
-0
/
+8
*
pineview boards: Factor out MAX_CPUS
Angel Pons
2020-06-15
1
-0
/
+4
*
haswell boards: Factor out MAX_CPUS
Angel Pons
2020-06-15
1
-0
/
+4
*
arrandale boards: Factor out MAX_CPUS
Angel Pons
2020-06-15
1
-0
/
+4
*
sandybridge boards: Factor out MAX_CPUS
Angel Pons
2020-06-15
1
-0
/
+4
*
cpu/intel: Remove obsolete comment in CAR setup
Kyösti Mälkki
2020-06-15
3
-12
/
+0
*
arch/x86: Remove NO_FIXED_XIP_ROM_SIZE
Kyösti Mälkki
2020-06-15
4
-4
/
+0
*
cpu/intel/car: Use symbols for CAR MTRR setup
Kyösti Mälkki
2020-06-13
4
-62
/
+50
*
src: Remove unused 'include <cpu/x86/mtrr.h>'
Elyes HAOUAS
2020-06-06
2
-2
/
+0
*
cpu/intel/haswell: Remove unused 'include <cpu/x86/bist.h>'
Elyes HAOUAS
2020-06-06
1
-1
/
+0
*
src: Remove unused '#include <cpu/x86/smm.h>'
Elyes HAOUAS
2020-06-06
1
-1
/
+0
*
cpu/intel/slot_1: Select 16KiB bootblock if console is enabled
Keith Hui
2020-06-04
1
-0
/
+1
*
src: Remove unused '#include <cpu/x86/lapic.h>'
Elyes HAOUAS
2020-06-02
2
-2
/
+0
*
arch/x86: Remove more romcc leftovers
Kyösti Mälkki
2020-05-28
1
-1
/
+1
*
cpu/intel/common: Fix typo in comment
Elyes HAOUAS
2020-05-28
1
-1
/
+1
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-2
/
+0
*
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-13
4
-4
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
66
-66
/
+0
*
src/cpu: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-10
5
-60
/
+5
*
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-09
1
-9
/
+1
*
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
2
-22
/
+2
*
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-06
2
-4
/
+2
*
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
8
-12
/
+12
*
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
2020-05-01
3
-3
/
+0
*
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
4
-4
/
+4
*
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
58
-721
/
+116
*
acpi: Change Processor ACPI Name (Intel only)
Christian Walter
2020-03-23
6
-16
/
+16
*
cpu/intel/model_2065x: Add missing CPU IDs
Angel Pons
2020-03-15
1
-2
/
+6
*
treewide: Replace uses of "Nehalem"
Angel Pons
2020-03-15
3
-3
/
+3
[next]