index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
cpu.c
Age
Commit message (
Expand
)
Author
2020-03-23
src: capitalize 'APIC'
Elyes HAOUAS
2020-03-06
src/arch/x86: Convert to SPDX license header
Patrick Georgi
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-06-21
arch/x86/cpu: Add define and strings for Hygon
Jinke Fan
2019-05-16
{arch,cpu}/x86, drivers/intel: Restore cpu_index error handling
Jacob Garber
2019-05-13
src/arch/x86: Use core apic id to get cpu_index()
Subrata Banik
2019-05-12
arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2018-12-13
cpuid: Add helper function for cpuid(1) functions
Subrata Banik
2018-07-09
src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-05-04
arch/x86/cpu.c: Remove unneeded headers
Elyes HAOUAS
2018-04-01
x86: Increase time out for parking APs to 250ms
Furquan Shaikh
2017-11-23
Constify struct cpu_device_id instances
Jonathan Neuschäfer
2017-03-20
arch/x86: Fix most of remaining issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix space issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix issues with braces detected by checkpatch
Lee Leahy
2016-12-08
cpu/x86: allow AP callbacks after MP init
Aaron Durbin
2016-08-28
src/arch: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-07-31
src/arch: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-02-19
x86: add coreboot table entry for TSC info
Aaron Durbin
2016-02-19
lib/coreboot_table: add function to allow arch code to add records
Aaron Durbin
2016-01-19
arch/x86: Indent using tabs not spaces
Martin Roth
2016-01-14
arch/x86: add missing license headers
Martin Roth
2015-12-02
x86/smm: Initialize SMM on some CPUs one-by-one
Damien Zammit
2015-09-05
symbols: add '_' to pci_drivers and cpu_drivers symbols
Aaron Durbin
2015-07-13
x86: flatten hierarchy
Stefan Reinauer