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
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: use ARRAY_SIZE where possible
Patrick Georgi
2021-02-15
1
-1
/
+1
*
cpu/x86/name/name.c: Clean up includes
Elyes HAOUAS
2021-02-01
1
-2
/
+2
*
cpu/x86/mp_init.c: Print out the microcode revision of APs
Arthur Heymans
2021-02-01
1
-2
/
+6
*
arch/x86: Top-align .init in bootblock
Kyösti Mälkki
2021-01-28
1
-1
/
+0
*
cpu/x86: Rename __protected_start symbol
Kyösti Mälkki
2021-01-28
2
-5
/
+6
*
cpu/x86: Link entry32.inc
Kyösti Mälkki
2021-01-28
3
-33
/
+80
*
cpu/x86: Link reset16.inc
Kyösti Mälkki
2021-01-28
2
-1
/
+1
*
cpu/x86: Link entry16.inc
Kyösti Mälkki
2021-01-28
3
-2
/
+9
*
cpu/x86/smm: Remove unused APMC for C-state and P-state
Kyösti Mälkki
2021-01-26
1
-6
/
+0
*
cpu/x86/smm: Use common APMC logging
Kyösti Mälkki
2021-01-25
2
-7
/
+26
*
cpu/x86/sipi_vector.S: Fix reading MCU revision
Arthur Heymans
2021-01-19
1
-0
/
+4
*
cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word
Elyes HAOUAS
2021-01-18
1
-1
/
+1
*
cpu/x86/mtrr/earlymtrr.c: Remove repeated word
Elyes HAOUAS
2021-01-18
1
-1
/
+1
*
cpu/mp_init: Fix microcode lock
Patrick Rudolph
2021-01-15
1
-2
/
+2
*
cpu/x86/mpinit: Serialize microcode updates for HT threads
Patrick Rudolph
2021-01-15
1
-0
/
+17
*
cpu/x86/smm: Pass GNVS with smm_module_loader v2
Kyösti Mälkki
2021-01-13
1
-0
/
+2
*
cpu/x86/sipi_vector: Simplify loop getting unique CPU number
Patrick Rudolph
2021-01-12
1
-3
/
+2
*
cpu/x86/smm: Use append instead of assign for smm-c-deps
Furquan Shaikh
2021-01-08
1
-1
/
+1
*
ACPI: Final APM_CNT_GNVS_UPDATE cleanup
Kyösti Mälkki
2021-01-04
1
-35
/
+0
*
arch/x86: Pass GNVS as parameter to SMM module
Kyösti Mälkki
2021-01-04
1
-1
/
+3
*
arch/x86: Link gdt_init.S into bootblock
Kyösti Mälkki
2020-12-16
2
-2
/
+1
*
arch/x86: Clean up bootblock assembly
Kyösti Mälkki
2020-12-16
2
-29
/
+4
*
arch/x86: Combine bootblock linker scripts
Kyösti Mälkki
2020-12-14
2
-30
/
+0
*
cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR
Patrick Rudolph
2020-12-10
1
-1
/
+2
*
cpu/x86/64bit: Add code to call function in protected mode
Patrick Rudolph
2020-12-05
2
-0
/
+73
*
cpu/x86/smm_module_loaderv2: Fix compiling for x86_64
Arthur Heymans
2020-12-04
1
-7
/
+7
*
cpu/x86/lapic/secondary.S: Adapt for x86_64
Arthur Heymans
2020-12-04
1
-0
/
+13
*
cpu/x86/smm/smm_stub: Fix stack canary on x86_64
Patrick Rudolph
2020-12-02
1
-0
/
+3
*
cpu/x86/smm/smm_stub: Fix GDT for x86_64
Patrick Rudolph
2020-12-02
1
-1
/
+1
*
cpu/x86/early_reset: Mark assemblycode as 32bit
Patrick Rudolph
2020-12-01
1
-0
/
+1
*
cpu/x86/sipi: Add x86_64 support
Patrick Rudolph
2020-12-01
2
-0
/
+25
*
Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector"
Kyösti Mälkki
2020-11-17
1
-5
/
+7
*
cpu/x86/smm/smm_module_loaderv2: Properly print stack_end
Arthur Heymans
2020-11-16
1
-2
/
+2
*
cpu/x86/smm/smm_module_loaderv2.c: Use more variables
Arthur Heymans
2020-11-16
1
-3
/
+5
*
cpu/x86/smm: Check that the stub size is < save state size
Arthur Heymans
2020-11-16
2
-0
/
+12
*
cpu/x86/smm: Add a common save state handling
Arthur Heymans
2020-11-09
2
-0
/
+79
*
cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4
Arthur Heymans
2020-11-09
1
-0
/
+3
*
cpu/x86/smm/smihandler.c: Simplify smm revision handling
Arthur Heymans
2020-11-09
1
-50
/
+4
*
cpu/x86/mp_init: Add support for x86_64
Patrick Rudolph
2020-11-03
1
-4
/
+4
*
cpu/x86/smm: Pass smm.ld through src-to-obj
Arthur Heymans
2020-11-02
1
-3
/
+5
*
cpu/x86/lapic: rename virtual wire mode initialization function
Felix Held
2020-10-31
1
-1
/
+1
*
cpu/x86/sipi_vector.S: Use correct suffix for bts
Jacob Garber
2020-10-30
1
-1
/
+1
*
cpu/x86: increase timeout for CPUs to check in after 2nd SIPI
Jonathan Zhang
2020-10-30
1
-7
/
+7
*
cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDEN
Jonathan Zhang
2020-10-27
1
-2
/
+2
*
cpu/x86/mtrr: add support for address space higher than 16TiB
Jonathan Zhang
2020-10-20
1
-15
/
+41
*
cpu/x86/smm/smihandler.c: Implement smm_get_save_state()
Arthur Heymans
2020-09-29
1
-0
/
+18
*
cpu/x86/smm/smmhandler.c: Get revision using C code
Arthur Heymans
2020-09-29
2
-13
/
+4
*
src/cpu: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
3
-4
/
+0
*
cpu/x86/smm.h: Add function to return the SMM save state revision
Arthur Heymans
2020-09-21
2
-0
/
+15
*
cpu/x86/smm/smmhandler: Fix x86_64 assembly exit
Patrick Rudolph
2020-08-30
1
-2
/
+2
[next]