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/haswell: Link tsc_freq.c in the bootblock
Arthur Heymans
2019-06-21
1
-0
/
+1
*
cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35
Elyes HAOUAS
2019-06-21
6
-6
/
+6
*
sb/intel/common/smi.c: Remove unused functions
Arthur Heymans
2019-05-27
2
-172
/
+0
*
cpu/intel/model_2065x: Put stage cache in TSEG
Arthur Heymans
2019-05-27
4
-0
/
+57
*
cpu/intel/model_2065x: Use parallel MP init
Arthur Heymans
2019-05-27
3
-83
/
+72
*
nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-05-25
2
-1
/
+10
*
nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGE
Nico Huber
2019-05-12
2
-5
/
+1
*
cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZE
Arthur Heymans
2019-04-25
4
-8
/
+4
*
cpu/intel/speedstep/acpi: Use get_ia32_fsb_x3() function
Elyes HAOUAS
2019-04-23
1
-24
/
+7
*
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
2
-2
/
+0
*
nb/intel/haswell: Add an option for where verstage starts
Arthur Heymans
2019-04-21
1
-0
/
+2
*
cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-04-21
4
-59
/
+13
*
src: Use include <reset.h> when appropriate
Elyes HAOUAS
2019-03-29
1
-1
/
+0
*
Move calls to quick_ram_check() before CBMEM init
Kyösti Mälkki
2019-03-27
1
-4
/
+0
*
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-25
1
-1
/
+1
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
9
-9
/
+0
*
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-16
1
-1
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
14
-21
/
+21
*
src: Drop unused include <arch/acpi.h>
Elyes HAOUAS
2019-03-06
1
-1
/
+0
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field
Elyes HAOUAS
2019-03-04
3
-18
/
+14
*
cpu/intel/model_1067x: Don't try to apply MCU a second time
Nico Huber
2019-03-03
1
-3
/
+0
*
cpu/intel/model_1067x: Implement microcode loading
Nico Huber
2019-03-03
1
-0
/
+11
*
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-03-01
1
-0
/
+1
*
cpu/intel: Remove socket_BGA1284
Nico Huber
2019-02-28
4
-20
/
+0
*
cpu/intel: Rename socket_mPGA478MN to socket_p
Nico Huber
2019-02-28
4
-4
/
+4
*
cpu/intel: Remove models 69x and 6dx
Nico Huber
2019-02-28
7
-121
/
+0
*
cpu/intel/socket_m: Remove models 69x and 6dx
Nico Huber
2019-02-28
2
-4
/
+0
*
cpu/intel: Rename socket_mFCPGA478 to socket_m
Nico Huber
2019-02-28
4
-4
/
+4
*
cpu/intel: Remove `socket_mPGA478`
Nico Huber
2019-02-28
1
-9
/
+0
*
security/vboot: Add measured boot mode
Philipp Deppenwiese
2019-02-25
3
-0
/
+4
*
cpu/intel/common: Add newline to set_feature_ctrl_lock() output
Matt DeVillier
2019-02-21
1
-1
/
+1
*
cpu/intel/common: Add Nehalem for FSB detection
Kyösti Mälkki
2019-02-13
1
-2
/
+5
*
cpu/intel/common: Split get_ia32_fsb()
Kyösti Mälkki
2019-02-13
1
-1
/
+9
*
postcar: Make more use of postcar_frame_add_romcache()
Nico Huber
2019-02-12
1
-2
/
+1
*
cpu/intel/car/*/cache_as_ram.S: Add brackets around operand
Arthur Heymans
2019-02-10
2
-2
/
+2
*
cpu/intel/model_1067x: Check for lock bit on IA32_FEATURE_CONTROL
Arthur Heymans
2019-02-08
1
-5
/
+13
*
cpu/intel/microcode: Enable verbose output
Philipp Deppenwiese
2019-01-29
1
-2
/
+14
*
src/cpu/intel: Set get_ia32_fsb function common
Elyes HAOUAS
2019-01-27
2
-0
/
+89
*
cpu/intel: Configure IA32_FEATURE_CONTROL for alternative SMRR
Arthur Heymans
2019-01-24
5
-12
/
+18
*
cpu/intel/model_406dx: Remove the notion of CPU sockets
Arthur Heymans
2019-01-24
6
-20
/
+9
*
cpu/intel/model_206ax: Remove the notion of sockets
Arthur Heymans
2019-01-24
10
-60
/
+9
*
nb/intel/pineview: Use parallel MP init
Arthur Heymans
2019-01-23
1
-17
/
+0
*
nb/intel/x4x: Use parallel MP init
Arthur Heymans
2019-01-23
3
-50
/
+0
*
nb/intel/i945: Use parallel MP init
Arthur Heymans
2019-01-23
8
-21
/
+18
*
nb/intel/gm45: Use parallel MP init
Arthur Heymans
2019-01-23
5
-8
/
+105
*
cpu/intel/model_206ax: Use parallel MP init
Arthur Heymans
2019-01-22
6
-87
/
+166
*
cpu/intel/smm/gen1: Add pineview to the check for alt SMRR MSR's
Arthur Heymans
2019-01-22
2
-7
/
+23
*
cpu/intel/car: Remove unneeded white space
Elyes HAOUAS
2019-01-17
4
-8
/
+8
*
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-16
1
-1
/
+0
[next]