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
/
northbridge
/
amd
/
amdk8
/
raminit_f.c
Age
Commit message (
Expand
)
Author
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-05-08
Clean up #ifs
Patrick Georgi
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2011-11-07
Cycle time at CAS Latency (CLX - 2) is at 25 in DDR2 SPD, not at 26
Florian Zumbiehl
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-05-11
Work around unclean CMOS handling for now
Patrick Georgi
2011-05-10
Change read_option() to a macro that wraps some API uglyness
Patrick Georgi
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-02-24
Add compile-time defaults to some K8 CMOS options in case they're absent in CMOS
Josef Kellermann
2010-12-08
second round name simplification. drop the <component>_ prefix.
stepan
2010-11-22
1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...
Rudolf Marek
2010-11-10
Make amdk8 printk_raminit() accept just a single string parameter
Peter Stuge
2010-11-05
Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c
Patrick Georgi
2010-09-25
- Fix race condition in option_table.h generation by moving the include
Stefan Reinauer
2010-07-09
Trivial -Werror fix.
Cristi M
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
2010-04-30
Get rid of a few more warnings.
Myles Watson
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-20
As Myles suggested a while back: Switch long time #warnings to be comments
Stefan Reinauer
2010-04-15
zero warnings days...
Stefan Reinauer
2010-04-07
"no warnings day"
Stefan Reinauer
2010-04-06
No warnings day, next round.
Stefan Reinauer
2010-04-03
remove more warnings.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-11
Replace clear_memory with memset.
Myles Watson
2010-03-05
This patch is from 2009-10-20
Uwe Hermann
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-10-23
Remove PRINTK_IN_CAR tests from AMD files.
Myles Watson
2009-10-16
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-09-29
Remove some warnings.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-05
K8 RAM init debug messages are pretty short and sometimes cryptic. Make
Carl-Daniel Hailfinger
2009-06-04
The point of the patch is to make it easier to understand the raminit
Myles Watson
2009-04-18
There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...
Ronald Hoogenboom
2009-04-13
Following patch adds resume (exit from self refresh) support for AMD K8 revF
Rudolf Marek
2009-04-11
This patch fixes an edge case for K8 raminit. Specifically, it brings the code
Ward Vandewege
2009-04-10
unify spd_ddr2.h (trivial)
Stefan Reinauer
2009-03-20
Fix CPUID typo. This caused fid to memory speed calculations to be off.
Marc Jones
2009-01-16
First part of heterogenous dualchannel support.
Carl-Daniel Hailfinger
2009-01-16
Refactor K8 rev F DDR2 CL timing retrieval.
Carl-Daniel Hailfinger
2009-01-16
Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, using
Carl-Daniel Hailfinger
2009-01-15
amdk8: This patch fixes ram init problems when using the 9W Sempron part.
Dan Lykowski
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-09-29
This patch for the AMD K8 allows a single DIMM to be populated in the
Marc Jones
2008-09-19
Whitespace and style cleanup. (trivial)
Marc Jones
2008-09-19
Add AMD K8 S1G1 socket support.
Michael Xie Michael.Xie
2007-05-21
fix some typos, clarify comments and drop dead code (trivial)
Stefan Reinauer
2007-04-06
YhLu's patch from January 18th. This part is mostly cleaning up
Yinghai Lu
2007-02-01
Fix typo which breaks the build ('defalut' should be 'default').
Ed Swierk
2006-10-04
CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
Yinghai Lu
2006-10-04
AMD Rev F support
Yinghai Lu