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
/
amd
/
car
/
cache_as_ram.inc
Age
Commit message (
Expand
)
Author
2018-11-05
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-10-18
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-09-18
cpu/*/car: fix ancient URL explaining XIP range run-time calculation
Stefan Tauner
2018-06-27
x86/car: Replace reference of copy_and_run location
Kyösti Mälkki
2017-08-22
AMD K8 fam10-15: Tidy up CAR stack switch
Kyösti Mälkki
2017-08-22
AMD K8 fam10-15: Consolidate post_cache_as_ram call
Kyösti Mälkki
2017-06-28
cpu/amd: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-07
src: change coreboot to lowercase
Martin Roth
2017-06-07
Use more secure HTTPS URLs for coreboot sites
Paul Menzel
2015-11-18
cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequence
Timothy Pearson
2015-11-15
cpu/amd: Fix AMD Family 15h ECC initialization reliability issues
Timothy Pearson
2015-11-10
cpu/amd/car: Add romstage BSP stack overrun detection
Timothy Pearson
2015-11-02
cpu/amd: Add initial AMD Family 15h support
Timothy Pearson
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-30
cpu/amd/car: Honor BKDG recommendations for DisFillP in CAR
Timothy Pearson
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
2015-07-07
x86: Drop -Wa,--divide
Stefan Reinauer
2015-07-07
cpu/amd/car: Move AP stacks below the BSP stack to free up space
Timothy Pearson
2015-07-07
cpu/amd/car: Increase Family 10h CAR size limit to 128k
Timothy Pearson
2015-07-07
cpu/amd: Detect any conflicts between sysinfo and the stack region
Timothy Pearson
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-03-07
AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2
Kyösti Mälkki
2014-11-14
AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ram
Kyösti Mälkki
2014-04-09
cpu/amd/car: Use define MSR_MCFG_BASE rather than hardcoded value
Patrick Georgi
2013-12-02
amd/car/post_cache_as_ram: Switch stack in assembly rather than in C
Vladimir Serbinenko
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2012-11-28
amdk8/amdfam10: Use CAR_GLOBAL for sysinfo
Patrick Georgi
2012-04-25
Replace cache control magic numbers with symbols
Patrick Georgi
2012-02-17
Remove whitespace.
Patrick Georgi
2011-11-01
Remove XIP_ROM_BASE
Patrick Georgi
2011-10-30
Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9
Rudolf Marek
2011-10-28
Get rid of AUTO_XIP_ROM_BASE
Patrick Georgi
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-04-14
Use symbolic names for some MTRR bits instead of numbers in CAR code
Stefan Reinauer
2011-02-10
According to AMD documentation, cache type WP should be used for
Scott Duplichan
2011-01-19
Revert r5902 to make code more readable again. At least three people like to
Stefan Reinauer
2010-10-19
For AMD family 10h processors, msr c0010058 is always programmed
Scott Duplichan
2010-10-12
Reduce duplicate definition in CAR code.
Warren Turkal
2010-10-02
Add comments to make it clear why these two lines are written like that:
Uwe Hermann
2010-10-01
Factor out common CAR asm snippets.
Uwe Hermann
2010-10-01
Add missing parenthesis (trivial).
Uwe Hermann
2010-10-01
CAR simplifications, typos, readability improvements (trivial).
Uwe Hermann
2010-09-30
Various cosmetic and coding style fixes in CAR code (trivial).
Uwe Hermann
2010-09-30
Use existing, readable MTRR #defines instead of hardcoding numbers.
Uwe Hermann
2010-09-14
This patch corrects a coding error in the original implementation
Scott Duplichan
2010-09-13
CONFIG_MMCONF_SUPPORT is always defined. Fix build.
Myles Watson
2010-09-13
Move initialization of MMCONF BAR to cache_as_ram setup phase, in order
Arne Georg Gleditsch
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
2010-06-07
replace outb -> port 0x80 with post_code() in some places.
Stefan Reinauer
2010-03-18
Remove remaining uses of
Patrick Georgi
2010-03-11
Replace spaces with tabs. Trivial.
Myles Watson
2010-01-05
- Let AMD CAR code pick the right XIP area
Rudolf Marek
2009-10-26
Define some variables that were not defined. There are a couple left.
Myles Watson
2009-10-23
White space and comment fixes for cache_as_ram.inc files so it's easier to spot
Myles Watson
2009-10-16
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-10-14
White space and typo fixes. This makes it easier to compare the s2895 & s2892.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-06
Fix for Erratum 343 for AMD Fam10h CPUs.
Marco Schmidt
2009-02-17
Unify CAR so the same compiled code does the right thing on both
Patrick Georgi
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2008-01-10
Add a workaround for a bug in some binutils version which strictly
Carl-Daniel Hailfinger
2008-01-10
This patch introduces 4k CAR size granularity for the AMD x86 CAR code.
Carl-Daniel Hailfinger
2008-01-08
Remove some DOS line endings accidentially introduced in r3014.
Carl-Daniel Hailfinger
2007-12-19
Initial AMD Barcelona support for rev Bx.
Marc Jones
2007-12-19
Whitespace and other code cleanup in peperation for AMD Barcelona support.
Marc Jones
2006-10-04
AMD Rev F support
Yinghai Lu
2006-04-03
new cache_as_ram support
Yinghai Lu
2005-12-14
support HDT disassembly when cache as ram auto stage
Yinghai Lu
2005-12-01
Applying 11_26_car_tyan.diff from Yinghai Lu.
Stefan Reinauer
2005-11-23
CAR patch from YH LU
Ronald G. Minnich
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51
arch import user (historical)