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 <[email protected]>
Acked-by: Zheng Bao <[email protected]>

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;
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to