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
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