summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/mtrr
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* amd/mtrr: Fix IORR MTRRElyes HAOUAS2018-11-051-1/+1
* cpu/*: Add whitespace around '<<'Elyes HAOUAS2017-06-281-3/+3
* src/cpu/amd/atrr/amd_mtrr.c Fix checkpatch errors + warningsEvelyn Huang2017-06-121-8/+10
* CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki2017-05-271-1/+1
* AMD MTRR: Add common add_uma_resource_below_tolm()Kyösti Mälkki2017-05-181-0/+18
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-3/+3
* cpu/amd: Update/Add license headersDamien Roth2016-02-141-0/+13
* cpu: Fix spellingMartin Roth2013-07-111-2/+2
* AMD: Drop six copies of wrmsr_amd and rdmsr_amdKyösti Mälkki2013-04-041-1/+1
* x86: unify amd and non-amd MTRR routinesAaron Durbin2013-03-221-109/+2
* Replicate TOP_MEM and TOP_MEM2 from BSP to AP CPUKyösti Mälkki2012-08-091-28/+21
* AMD northbridge: copy TOP_MEM and TOP_MEM2 for distributionKyösti Mälkki2012-08-091-0/+38
* AMD: Fix GFXUMA with 4GB or more RAMKyösti Mälkki2012-07-161-7/+17
* AMD MTRR: fix rounding and renamesKyösti Mälkki2012-07-161-28/+17
* Define global uma_memory variablesKyösti Mälkki2012-07-161-4/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* Fix MTRR TOM2 WB cache setup for AMD CPUs > revF.Marc Jones2012-02-201-2/+3
* Fixed broken MTRR for >4GB memory on AMD K8 fam 0fh rev <=EOskar Enoksson2011-10-111-3/+16
* MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan2010-11-131-10/+25
* This fixes a FIXME in src/cpu/amd/mtrr/amd_mtrr.c and shuts up theTobias Diedrich2010-11-091-3/+6
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-4/+4
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-97/+0
* remove more warnings.Stefan Reinauer2010-04-031-6/+0
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-4/+4
* Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers,Patrick Georgi2010-02-111-0/+1
* Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi2010-02-111-1/+6
* newconfig is no more.Patrick Georgi2010-02-071-2/+0
* Remove redundant declarations. Trivial.Myles Watson2009-10-271-2/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-1/+1
* This now builds. Ronald G. Minnich2009-08-121-0/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-3/+3
* AMD Rev F supportYinghai Lu2006-10-042-3/+2
* from issue 53: don't set TOM2 if 4G less mem installed, opt for init_eccYinghai Lu2005-12-141-4/+6
* eric patchYinghai Lu2005-07-081-3/+17
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-43arch import user (historical)2005-07-061-1/+1
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)2005-07-061-1/+1
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)2005-07-061-1/+1
* minor reformatLi-Ta Lo2005-01-191-7/+2
* fix reboot brokenYinghai Lu2005-01-171-2/+4
* can not enable cache for ram in auto.cYinghai Lu2005-01-151-17/+0
* amd version mtrr earlyYinghai Lu2005-01-141-12/+74
* added PCI expansion ROM support,Li-Ta Lo2005-01-101-1/+1
* - To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman2004-10-301-41/+44
* - Better memory I/O space distinguishing in amd_mtrr.cEric Biederman2004-10-221-4/+89
* - Explicitly disable the fixed dram extensions bits.Eric Biederman2004-10-211-0/+5
* - We already know the cache is disabled so don't bother disabling it.Eric Biederman2004-10-211-1/+6
* - Add new cvs code to cvsEric Biederman2004-10-143-0/+133