[coreboot] [commit] r5777 - trunk/src/northbridge/amd/amdmct/mct_ddr3

repository service svn at coreboot.org
Sun Sep 5 07:52:34 CEST 2010


Author: zbao
Date: Sun Sep  5 07:52:33 2010
New Revision: 5777
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5777

Log:
Trivial. Currently the max frequency is preset as 400Mhz. We need to set a
platform specific value. Before that, we can set it manually if the boards
need to run in a higher frequency, which has been tested on Tilapia.

Signed-off-by: Zheng Bao <zheng.bao at amd.com>
Acked-by: Zheng Bao <zheng.bao at amd.com>

Modified:
   trunk/src/northbridge/amd/amdmct/mct_ddr3/mct_d.c

Modified: trunk/src/northbridge/amd/amdmct/mct_ddr3/mct_d.c
==============================================================================
--- trunk/src/northbridge/amd/amdmct/mct_ddr3/mct_d.c	Sat Sep  4 08:13:02 2010	(r5776)
+++ trunk/src/northbridge/amd/amdmct/mct_ddr3/mct_d.c	Sun Sep  5 07:52:33 2010	(r5777)
@@ -1295,6 +1295,7 @@
 	 * Specific information.  Return the least of these three in
 	 * DCTStatStruc.PresetmaxFreq.
 	 */
+	/* TODO: Set the proper max frequency in wrappers/mcti_d.c. */
 	u16 proposedFreq;
 	u16 word;
 




More information about the coreboot mailing list