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
/
cpu
/
x86
/
mtrr
/
mtrr.c
Age
Commit message (
Expand
)
Author
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
2019-06-22
src/cpu: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-06-21
cpu: Add missing #include <commonlib/helpers.h>
Elyes HAOUAS
2019-05-29
cpu/x86/mtrr: Assert that MSR arrays are fully initialized
Jacob Garber
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-06
src: Drop unused include <arch/acpi.h>
Elyes HAOUAS
2019-02-28
cpu/x86/mtrr/mtrr.c:Avoid static scan false positive
Richard Spiegel
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-04-11
Correct "MTTR" to "MTRR"
Jonathan Neuschäfer
2018-04-11
cpu/x86/mtrr: Fix broken output ("indexis")
Jonathan Neuschäfer
2018-04-09
cpu/x86/mtrr: Use single code path with/without holes
Nico Huber
2018-04-09
cpu/x86/mtrr: Optimize hole carving strategy
Nico Huber
2018-02-16
x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs
Marshall Dawson
2017-10-16
cpu/x86/mtrr: Remove var-MTRR alignment optimization
Nico Huber
2017-07-13
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-13
cpu/x86/mtrr: fail early if solution exceeds available MTRRs
Aaron Durbin
2017-03-16
cpu/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-16
cpu/x86: Use tabs for indent
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-22
cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary
Aaron Durbin
2016-03-08
cpu/x86/mtrr: add helper function to detect variable MTRRs
Aaron Durbin
2016-02-02
src: Fix various spelling and whitespace issues.
Martin Roth
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-15
cpu/x86/mtrr: Add MTRR index and total MTRRs to error message
Paul Menzel
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-09-25
x86/mtrr: Enable MTRR's before enabling caching
Isaac Christensen
2014-09-24
x86: Minimize work done with the caches disabled in mtrr functions.
Gabe Black
2014-06-30
x86 MTRR: Drop unused return value
Kyösti Mälkki
2014-06-30
Use MTRR defines
Kyösti Mälkki
2014-02-25
Remove CACHE_ROM.
Vladimir Serbinenko
2014-02-09
mtrr: only add prefetchable resources as WRCOMB for VGA devices
Aaron Durbin
2014-02-06
MTRR: Mark all prefetchable resources as WRCOMB.
Vladimir Serbinenko
2014-02-06
mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocation
Aaron Durbin
2014-01-26
src/cpu: Fix spelling of MTTR to MTRR
Paul Menzel
2014-01-15
Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR
Kyösti Mälkki
2013-10-03
cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index`
Paul Menzel
2013-07-11
cpu: Fix spelling
Martin Roth
2013-05-01
x86: use boot state callbacks to disable rom cache
Aaron Durbin
2013-04-01
boot: add disable_cache_rom() function
Aaron Durbin
2013-03-29
x86: mtrr: optimize hole carving above 4GiB
Aaron Durbin
2013-03-29
x86: mtrr: add hole punching support
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
mtrr: honor IORESOURCE_WRCOMB
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-08-01
Intel Sandybridge: add reserved memory as resources
Kyösti Mälkki
2012-07-24
MTRR: drop repetetive debug message
Stefan Reinauer
2012-07-16
Check for IORESOURCE_UMA_FB in MTRR setup
Kyösti Mälkki
2012-07-16
Define global uma_memory variables
Kyösti Mälkki
2012-07-12
Drop Kconfig VAR_MTRR_HOLE option
Kyösti Mälkki
2012-05-30
Fix the location of "Setting variable MTRR" printk.
Denis 'GNUtoo' Carikli
2012-05-08
Some more #if cleanup
Patrick Georgi
2012-04-06
Cache 8MB flash instead of 4MB
Stefan Reinauer
2012-03-30
Make MTRR min hole alignment 64MB
Duncan Laurie
2012-03-30
Fix MB calculation in the reporting of the MTRR hole
Duncan Laurie
2012-03-30
MTRR: add alternate allocation method for odd memory maps
Duncan Laurie
2012-03-30
Add an option to keep the ROM cached after romstage
Stefan Reinauer
2012-01-10
MTRR: get physical address size from CPUID
Sven Schnelle
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-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-10-19
Clean up some #ifdef CONFIG_*
Myles Watson
2009-08-11
The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho...
Zheng Bao
2009-04-01
Fix typo.
Marc Jones
2009-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-02-12
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2009-02-12
Fix mtrr setup for UMA architectures.
Stefan Reinauer
2009-02-11
Print a loud warning message if we run out of MTRRs.
Carl-Daniel Hailfinger
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2008-08-01
same spelling in all mtrr output.. (trivial)
Stefan Reinauer
2007-10-23
fix a whole bunch of warnings. (trivial)
Stefan Reinauer
2007-04-24
trivial: fix filename in comment.
Stefan Reinauer
2007-04-06
This is part of the outstanding mcp55 commit from January 18th. It will
Yinghai Lu
2006-10-04
AMD Rev F support
Yinghai Lu
2005-07-08
eric patch
Yinghai Lu
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34
arch import user (historical)
2005-01-27
spare one more mtrr
Yinghai Lu
2005-01-06
add NC support to spare mtrrs for 64G memory stored
Yinghai Lu
2004-10-30
- To reduce confuse rename the parts of linuxbios bios that run from
Eric Biederman
2004-10-22
- Better memory I/O space distinguishing in amd_mtrr.c
Eric Biederman
2004-10-14
- Add new cvs code to cvs
Eric Biederman