index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
cpu
/
x86
Age
Commit message (
Expand
)
Author
2019-11-08
arch/x86: Drop some __SMM__ guards
Kyösti Mälkki
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-10-31
cpu/x86: make set_msr_bit publicly available
Michael Niewöhner
2019-09-14
arch/x86: Replace some __PRE_RAM__ use
Kyösti Mälkki
2019-09-14
cpu/x86: Drop lapic_remote_read()
Kyösti Mälkki
2019-08-15
soc/*: mp_run_on_all_cpus: Remove configurable timeout
Patrick Rudolph
2019-08-15
cpu/x86/smm: Promote smm_memory_map()
Kyösti Mälkki
2019-08-13
cpu/x86: Hide smm_save_state_area_t typedef
Kyösti Mälkki
2019-08-13
cpu/x86: Change old-style SMI handler prototypes
Kyösti Mälkki
2019-08-13
cpu/x86: Move some SMM function declarations
Kyösti Mälkki
2019-08-13
cpu/x86: Separate save_state struct headers
Kyösti Mälkki
2019-08-08
arch/x86: Change smm_subregion() prototype
Kyösti Mälkki
2019-08-07
soc/amd: Rename smm_region_info() to smm_region()
Kyösti Mälkki
2019-08-07
cpu/x86/smm: Promote smm_subregion()
Kyösti Mälkki
2019-07-11
cpu/x86: Declare smi_release_lock() static
Kyösti Mälkki
2019-07-07
cpu/x86: Fix MSR_PLATFORM_INFO definition
Kyösti Mälkki
2019-07-07
include/cpu/x86/mtrr: Fix return type
Elyes HAOUAS
2019-07-02
src: Use CRx_TYPE type for CRx
Elyes HAOUAS
2019-07-02
cpu/x86/pae/pgtbl: Add memset with PAE
Patrick Rudolph
2019-06-21
cpu/x86/msr: Move IA32_MISC_ENABLE bits to common place
Elyes HAOUAS
2019-05-12
arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function
Subrata Banik
2019-03-18
include/cpu/x86/pae.h: Add missing include
Patrick Rudolph
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-12
cpu/x86/mtrr: Fix _FROM_4G_TOP() macro
Nico Huber
2019-02-11
Revert "cpu/x86/mtrr: Fix sign overflow"
Nico Huber
2019-02-05
cpu/x86/mtrr: Fix sign overflow
Patrick Rudolph
2018-12-15
cpu/x86: Make mp_get_apic_id() function externally available
Subrata Banik
2018-12-13
cpuid: Add helper function for cpuid(1) functions
Subrata Banik
2018-12-05
smmstore: make smmstore's SMM handler code follow everything else
Patrick Georgi
2018-12-05
elog: make elog's SMM handler code follow everything else
Patrick Georgi
2018-11-23
soc/intel/common: Bring DISPLAY_MTRRS into the light
Nico Huber
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-08
src: Replace common MSR addresses with macros
Elyes HAOUAS
2018-11-07
intel: Get rid of smm_get_pmbase
Patrick Rudolph
2018-10-30
src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-10-18
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-10-11
src: Move common IA-32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-08-17
src/include: add more msr defines
Matt Delco
2018-07-30
cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x
Arthur Heymans
2018-07-24
cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx
Arthur Heymans
2018-06-28
smm: Add canary to end of stack and die() if a stack overflow occurs
Raul E Rangel
2018-06-14
nb/intel/fsp_rangeley: Use MSR_PLATFORM_INFO instead of 0xce
Elyes HAOUAS
2018-06-04
cpu/x86/mtrr.h: Clean up some guards
Nico Huber
2018-05-31
cpu/x86/mtrr: Prepare for ROM_SIZE > 16MiB
Nico Huber
2018-05-31
cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDE
Nico Huber
2018-05-19
cpu/x86: Add support to run function on single AP
Subrata Banik
2018-05-14
cpu/x86: Add support to run function with argument over APs
Subrata Banik
2018-05-04
cpu/x86/mp: remove unused functions and limit API exposure
Aaron Durbin
2018-05-03
cpu/x86: Add infinite timeout support into run_ap_work() function
Subrata Banik
2018-04-26
arch/x86: print cr2 value on every exception
Aaron Durbin
2018-04-26
cpu/x86: add limited runtime identity page mapping
Aaron Durbin
2018-04-25
arch/x86: add support for cache-as-ram paging
Aaron Durbin
2018-04-23
cpu/x86: add paging_set_default_pat() function
Aaron Durbin
2018-04-23
cpu/x86: expose and add paging helper functions
Aaron Durbin
2018-04-23
cpu/x86: move NXE and PAT accesses to paging module
Aaron Durbin
2018-04-05
x86: Add function to modify CR3 register
Naresh G Solanki
2018-02-16
x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs
Marshall Dawson
2017-12-20
include/cpu/x86: Add clflush inline function
Marshall Dawson
2017-11-02
cpu/x86/mtrr: fix fls() and fms() inline assembly
Aaron Durbin
2017-10-19
cpu/x86: add AMD registers to SMM save state
John E. Kabat Jr
2017-09-27
cpu/x86/smm: Add define for AMD64 save area
Marshall Dawson
2017-09-11
cpu/x86/mp_init: remove adjust_cpu_apic_entry()
Aaron Durbin
2017-08-19
arch/x86: Fix ugly NEED_LAPIC use
Kyösti Mälkki
2017-08-01
src/include: Add guards on all header files
Martin Roth
2017-07-13
src/include: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-22
cpu/x86/smm: fix up types in module loader
Aaron Durbin
2017-06-19
cpu/x86/smm/smihandler: Apply cosmetic changes
Patrick Rudolph
2017-06-09
cpu/x86/mtrr: further expose declarations of functions
Aaron Durbin
2017-06-05
cpu/x86/mtrr: don't guard function declarations
Aaron Durbin
2017-03-19
cpu/x86: add a barrier with timeout
Bora Guvendik
2017-03-13
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-13
src/include: Add space after minus sign
Lee Leahy
2017-03-13
src/include: Add spaces around :
Lee Leahy
2017-03-13
src/include: Fix indent for case labels
Lee Leahy
2017-03-13
src/include: Move storage class to beginning of declaration
Lee Leahy
2017-03-13
src/include: Remove space after function name
Lee Leahy
2017-03-13
src/include: Fix space between type, * and variable name
Lee Leahy
2017-03-12
src/include: Open brace on same line as enum or struct
Lee Leahy
2017-03-12
src/include: Remove spaces before tabs
Lee Leahy
2017-03-12
src/include: Remove spaces before ( and after )
Lee Leahy
2017-03-09
src/include: Add space after comma
Lee Leahy
2017-03-09
src/include: Indent code using tabs
Lee Leahy
2017-03-09
src/include: Fix unsigned warnings
Lee Leahy
2016-12-11
x86 SMM: Fix use with RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2016-12-08
cpu/x86: allow AP callbacks after MP init
Aaron Durbin
2016-11-24
x86 BIST: Fix missing include
Kyösti Mälkki
2016-11-24
x86 BIST: Declare function with inline in header file
Kyösti Mälkki
2016-11-12
cpu/x86/mtrr: allow temporary MTRR range during coreboot
Aaron Durbin
2016-09-20
src/include: Add space around operators
Elyes HAOUAS
2016-09-12
cpu/x86: Move fls() and fms() to mtrr.h
Rizwan Qureshi
2016-09-05
src/include: Improve code formatting
Elyes HAOUAS
2016-08-23
src/include: Capitalize APIC and SMM
Elyes HAOUAS
2016-07-31
src/include: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-07-27
cpu/x86: Support CPUs without rdmsr/wrmsr instructions
Lee Leahy
2016-06-22
Ignore RAMTOP for MTRRs
Kyösti Mälkki
2016-05-06
cpu/x86/mp_init: reduce exposure of internal implementation
Aaron Durbin
2016-05-04
cpu/x86: combine multiprocessor and SMM initialization
Aaron Durbin
[next]