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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kconfig: Bring HEAP_SIZE to a common, large value
Patrick Georgi
2023-10-11
1
-3
/
+0
*
cpu/intel/model_206ax: Only use supported C-states
Patrick Rudolph
2023-10-06
1
-5
/
+59
*
cpu/intel/model_206ax: Use haswell cstate_map
Patrick Rudolph
2023-10-06
2
-50
/
+37
*
cpu/intel/model_206ax: Print supported C-states
Patrick Rudolph
2023-10-06
1
-1
/
+21
*
cpu/intel/socket_BGA956: Double DCACHE_RAM_SIZE to 64 kB
Arthur Heymans
2023-10-05
1
-1
/
+1
*
arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT
Felix Held
2023-09-29
1
-0
/
+1
*
*/include/cpu: use unsigned int for number of address bits
Felix Held
2023-09-29
1
-2
/
+2
*
cpu/x86/mtrr/debug: rename variables in display_variable_mtrr
Felix Held
2023-09-20
1
-10
/
+10
*
cpu/x86/mtrr/debug: use MTRR_PHYS_MASK
Felix Held
2023-09-20
1
-3
/
+2
*
cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_types
Felix Held
2023-09-20
1
-6
/
+6
*
cpu/x86/mtrr/debug: make local MSR variables const
Felix Held
2023-09-20
1
-7
/
+7
*
cpu/x86/mtrr/debug: drop unnecessary MSR union
Felix Held
2023-09-20
1
-55
/
+25
*
x86: Add .data section support for pre-memory stages
Jeremy Compostella
2023-09-14
6
-0
/
+53
*
arch/x86: Reduce max phys address size for Intel TME capable SoCs
Jeremy Compostella
2023-09-12
2
-0
/
+27
*
cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel
Jeremy Compostella
2023-09-12
3
-0
/
+20
*
arch to drivers/intel: Fix misspellings & capitalization issues
Martin Roth
2023-09-08
2
-2
/
+2
*
cpu/x86/smm: Don't save EFER
Arthur Heymans
2023-08-21
1
-38
/
+5
*
cpu/amd/pi/00730F01: Use common code for mp_init
Arthur Heymans
2023-08-08
1
-0
/
+1
*
cpu: Add SPDX license headers to Makefiles
Martin Roth
2023-08-06
38
-0
/
+76
*
src/*/post_code.h: Change post code prefix to POSTCODE
Yuchen He
2023-08-05
6
-45
/
+45
*
cpu: Get rid of CPU_SPECIFIC_OPTIONS
Elyes Haouas
2023-08-04
11
-54
/
+21
*
cpu/amd/mtrr: Use newer function for resource declaration
Arthur Heymans
2023-07-12
1
-1
/
+1
*
cpu/intel/microcode: Drop unnecessary alignment for split microcode
Subrata Banik
2023-07-12
1
-1
/
+1
*
cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUND
Kyösti Mälkki
2023-07-08
1
-1
/
+7
*
cpu: Enable per-CPUID microcode loading in CBFS
Subrata Banik
2023-07-08
5
-6
/
+110
*
cpu/intel/microcode: Avoid Pre-RAM microcode update if FIT enable
Subrata Banik
2023-07-08
1
-0
/
+1
*
cpu/x86: Add some notes about XAPIC/X2APIC
Kyösti Mälkki
2023-07-06
1
-0
/
+10
*
cpu/x86/lapic: Fix X2APIC_ONLY regression
Kyösti Mälkki
2023-07-06
1
-0
/
+2
*
cpu/x86: Reduce scope of MTRR functions used locally
Kyösti Mälkki
2023-07-03
1
-2
/
+2
*
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-06-23
7
-12
/
+12
*
cpu/x86/smm: Drop fxsave/fxrstor logic
Arthur Heymans
2023-06-04
2
-72
/
+15
*
cpu/x86/mp_init: Use clflush to write SIPI data back to RAM
Jeremy Compostella
2023-05-31
2
-11
/
+12
*
libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option
Felix Held
2023-05-27
1
-2
/
+0
*
cpu/intel/haswell: Add Broadwell Trad µcode updates
Angel Pons
2023-05-27
1
-0
/
+2
*
cpu/x86/sse_enable.inc: Remove unused file
Arthur Heymans
2023-05-26
1
-12
/
+0
*
cpu/Kconfig: Remove MMX config option
Arthur Heymans
2023-05-25
10
-15
/
+0
*
cpu/x86/smm_stub.S: Fix comment
Arthur Heymans
2023-05-23
1
-1
/
+1
*
cpu/x86/smm_stub.S: Update comment
Arthur Heymans
2023-05-23
1
-1
/
+1
*
Kconfig: Get rid of named choice LAPIC_ACCESS_MODE
Martin Roth
2023-05-21
1
-4
/
+4
*
cpu/qemu-x86/cache_as_ram_bootblock: drop duplicated post code
Alexander Goncharov
2023-05-18
1
-2
/
+0
*
cpu/amd/pi/00730f01/Kconfig: use hexadecimal CPU number in ACPI
Felix Held
2023-05-16
1
-1
/
+1
*
acpi/Kconfig: move \_SB scope out of ACPI_CPU_STRING
Felix Held
2023-05-13
1
-1
/
+1
*
cpu,nb/amd/pi/00730F01: dynamically generate CPU devices
Felix Held
2023-05-13
2
-48
/
+8
*
treewide: Add missing include guards to chip.h
Jan Samek
2023-04-28
3
-0
/
+15
*
cpu/intel/speedstep: Separate single SSDT CPU entry
Kyösti Mälkki
2023-04-26
1
-35
/
+43
*
cpu/amd/pi/00730F01: rename fixme.c to cpu_io_init.c
Felix Held
2023-04-22
2
-2
/
+2
*
cpu/amd/pi/00730F01/fixme: replace some magic numbers
Felix Held
2023-04-21
1
-4
/
+6
*
cpu/amd/pi/00730F01/fixme: use coreboot's PCI access functions
Felix Held
2023-04-21
1
-36
/
+13
*
include/cpu/amd/mtrr: rename functions to get top of memory regions
Felix Held
2023-04-21
1
-1
/
+1
*
src/cpu/power9: move part of scom.h to scom.c
Sergii Dmytruk
2023-04-18
1
-16
/
+18
[next]