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
/
msr.h
Age
Commit message (
Expand
)
Author
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-12-18
Revert "include/cpu/x86: Add STM Support"
Aaron Durbin
2019-12-18
include/cpu/x86: Add STM Support
Eugene D. Myers
2019-10-31
cpu/x86: make set_msr_bit publicly available
Michael Niewöhner
2019-06-21
cpu/x86/msr: Move IA32_MISC_ENABLE bits to common place
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-12-13
cpuid: Add helper function for cpuid(1) functions
Subrata Banik
2018-11-08
src: Replace common MSR addresses with macros
Elyes HAOUAS
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-04-23
cpu/x86: move NXE and PAT accesses to paging module
Aaron Durbin
2017-03-13
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-12
src/include: Open brace on same line as enum or struct
Lee Leahy
2017-03-09
src/include: Fix unsigned warnings
Lee Leahy
2016-09-05
src/include: Improve code formatting
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
2011-11-01
remove trailing whitespace
Stefan Reinauer
2010-09-17
AMD Fam10 code breaks with gcc 4.5.0.
Scott Duplichan
2010-06-10
This commit updates the Geode LX GLCP delay control setup from the v2 way to ...
Edwin Beasant
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-28
drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
Stefan Reinauer
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51
arch import user (historical)
2004-10-14
- Renamed cpu header files
Eric Biederman