summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdk8/raminit_f.c
Commit message (Expand)AuthorAgeFilesLines
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-111-3/+3
* AMD: Drop redundant test for CONFIG_RAMTOPKyösti Mälkki2014-05-031-4/+0
* AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki2013-12-261-0/+1
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi2012-11-281-0/+3
* Clean up #ifsPatrick Georgi2012-05-081-4/+4
* Move C labels to start-of-linePatrick Georgi2012-03-071-3/+3
* Cycle time at CAS Latency (CLX - 2) is at 25 in DDR2 SPD, not at 26Florian Zumbiehl2011-11-071-1/+1
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* Work around unclean CMOS handling for nowPatrick Georgi2011-05-111-1/+1
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-3/+3
* more ifdef -> if fixesStefan Reinauer2011-04-211-2/+2
* Add compile-time defaults to some K8 CMOS options in case they're absent in CMOSJosef Kellermann2011-02-241-8/+29
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-2/+2
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-2/+3
* Make amdk8 printk_raminit() accept just a single string parameterPeter Stuge2010-11-101-2/+2
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-051-15/+11
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-251-0/+3
* Trivial -Werror fix.Cristi M2010-07-091-1/+1
* Fix all warnings in the tree Stefan Reinauer2010-07-081-2/+2
* Get rid of a few more warnings.Myles Watson2010-04-301-2/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-9/+9
* As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer2010-04-201-3/+3
* zero warnings days...Stefan Reinauer2010-04-151-5/+7
* "no warnings day"Stefan Reinauer2010-04-071-1/+1
* No warnings day, next round.Stefan Reinauer2010-04-061-1/+6
* remove more warnings.Stefan Reinauer2010-04-031-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-31/+31
* Replace clear_memory with memset.Myles Watson2010-03-111-1/+0
* This patch is from 2009-10-20Uwe Hermann2010-03-051-3/+1
* Remove some warnings from the tyan s2895.Myles Watson2009-10-301-1/+1
* Remove PRINTK_IN_CAR tests from AMD files.Myles Watson2009-10-231-5/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-2/+2
* Remove some warnings.Myles Watson2009-09-291-15/+10
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-20/+20
* K8 RAM init debug messages are pretty short and sometimes cryptic. MakeCarl-Daniel Hailfinger2009-06-051-1/+8
* The point of the patch is to make it easier to understand the raminitMyles Watson2009-06-041-49/+12
* There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...Ronald Hoogenboom2009-04-181-2/+3
* Following patch adds resume (exit from self refresh) support for AMD K8 revFRudolf Marek2009-04-131-1/+15
* This patch fixes an edge case for K8 raminit. Specifically, it brings the codeWard Vandewege2009-04-111-1/+2
* unify spd_ddr2.h (trivial)Stefan Reinauer2009-04-101-1/+1
* Fix CPUID typo. This caused fid to memory speed calculations to be off.Marc Jones2009-03-201-1/+1
* First part of heterogenous dualchannel support.Carl-Daniel Hailfinger2009-01-161-27/+55
* Refactor K8 rev F DDR2 CL timing retrieval.Carl-Daniel Hailfinger2009-01-161-80/+96
* Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, usingCarl-Daniel Hailfinger2009-01-161-110/+110
* amdk8: This patch fixes ram init problems when using the 9W Sempron part.Dan Lykowski2009-01-151-5/+19
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-2/+3
* This patch for the AMD K8 allows a single DIMM to be populated in theMarc Jones2008-09-291-154/+286
* Whitespace and style cleanup. (trivial)Marc Jones2008-09-191-850/+979