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
/
mtrr.h
Age
Commit message (
Expand
)
Author
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-11-23
soc/intel/common: Bring DISPLAY_MTRRS into the light
Nico Huber
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-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-02-16
x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs
Marshall Dawson
2017-11-02
cpu/x86/mtrr: fix fls() and fms() inline assembly
Aaron Durbin
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-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: Remove space after function name
Lee Leahy
2017-03-12
src/include: Remove spaces before tabs
Lee Leahy
2017-03-09
src/include: Indent code using tabs
Lee Leahy
2017-03-09
src/include: Fix unsigned warnings
Lee Leahy
2016-11-12
cpu/x86/mtrr: allow temporary MTRR range during coreboot
Aaron Durbin
2016-09-12
cpu/x86: Move fls() and fms() to mtrr.h
Rizwan Qureshi
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-03-18
mtrr: Define a function for obtaining free var mtrr
Furquan Shaikh
2016-03-08
cpu/x86/mtrr: add helper function to detect variable MTRRs
Aaron Durbin
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
2015-07-12
Verify Kconfigs symbols are not zero for hex and int type symbols
Martin Roth
2015-06-24
cpu/x86: Add more MTRR symbols
Lee Leahy
2014-06-30
x86 MTRR: Drop unused return value
Kyösti Mälkki
2014-02-25
Remove CACHE_ROM.
Vladimir Serbinenko
2014-01-28
x86/mtrr: don't assume size of ROM cached during CAR mode
Aaron Durbin
2014-01-15
Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR
Kyösti Mälkki
2013-12-26
AMD boards (non-AGESA): Cleanup earlymtrr.c includes
Kyösti Mälkki
2013-07-11
include: Fix spelling
Martin Roth
2013-04-05
mtrr: add rom caching comment about hyperthreads
Aaron Durbin
2013-03-29
x86: add rom cache variable MTRR index to tables
Aaron Durbin
2013-03-29
x86: mtrr: add CONFIG_CACHE_ROM support
Aaron Durbin
2013-03-29
x86: add new mtrr implementation
Aaron Durbin
2013-03-22
x86: unify amd and non-amd MTRR routines
Aaron Durbin
2013-03-15
Google Link: Add remaining code to support native graphics
Ronald G. Minnich
2012-07-04
Intel cpus: Extend cache to cover complete Flash Device
Kyösti Mälkki
2012-03-30
Make MTRR min hole alignment 64MB
Duncan Laurie
2012-01-10
MTRR: get physical address size from CPUID
Sven Schnelle
2011-11-01
Remove XIP_ROM_BASE
Patrick Georgi
2011-10-28
Get rid of AUTO_XIP_ROM_BASE
Patrick Georgi
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-04-21
some ifdef --> if fixes
Stefan Reinauer
2011-04-10
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
Stefan Reinauer
2011-01-19
Now that the VIA code is run above 1Meg (like other boards), it should
Kevin O'Connor
2010-11-13
MTRR related improvements for AMD family 10h and family 0Fh systems
Scott Duplichan
2010-10-01
CAR simplifications, typos, readability improvements (trivial).
Uwe Hermann
2010-04-06
No warnings day, next round.
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
2009-10-27
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2005-07-08
eric patch
Yinghai Lu
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