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
*
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
*
cpu,soc/intel: Separate single SSDT CPU entry
Kyösti Mälkki
2023-04-17
3
-51
/
+60
*
cpu,soc/intel: Sync ACPI CPU object implementations
Kyösti Mälkki
2023-04-14
3
-31
/
+19
*
cpu,soc/intel: Use acpigen_write_processor_device()
Elyes Haouas
2023-04-14
3
-12
/
+12
*
cpu/intel/speedstep: Refactor P-state coordination
Kyösti Mälkki
2023-04-14
1
-7
/
+12
*
intel/i82371eb,speedstep: Use dev_count_cpu()
Kyösti Mälkki
2023-04-14
1
-13
/
+1
*
cpu/x86/mp_init.c: Set topology on BSP
Arthur Heymans
2023-04-13
1
-0
/
+1
*
cpu/x86/topology: Add code to fill in topology on struct path
Arthur Heymans
2023-04-06
3
-0
/
+109
*
cpu/mp_init.c: Only enable CPUs once they execute code
Arthur Heymans
2023-04-06
1
-0
/
+2
*
cpu/smm_module_loader.c: Fix up CPU index locally
Arthur Heymans
2023-04-06
2
-18
/
+16
*
cpu/x86/mp_init.c: Generate a C header to get start32 offset
Arthur Heymans
2023-04-06
5
-9
/
+27
*
cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path
Arthur Heymans
2023-04-06
1
-14
/
+11
*
cpu/x86/64bit/Makefile: use all_x86 make target
Felix Held
2023-04-04
1
-5
/
+1
*
cpu/x86/64bit/Makefile: use verstage_x86 make target
Felix Held
2023-04-04
1
-3
/
+1
*
cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target
Felix Held
2023-04-04
3
-20
/
+4
*
cpu/x86/cache: CLFLUSH programs to memory before running
Arthur Heymans
2023-03-13
4
-0
/
+66
*
mp_init: Wait longer for APs to check in
Patrick Rudolph
2023-03-10
1
-2
/
+3
[next]