Trivial. Currently the max frequency is preset as 400Mhz. We need to set a
authorZheng Bao <zheng.bao@amd.com>
Sun, 5 Sep 2010 05:52:33 +0000 (05:52 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Sun, 5 Sep 2010 05:52:33 +0000 (05:52 +0000)
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@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5777 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/northbridge/amd/amdmct/mct_ddr3/mct_d.c

index 09ade32f4688f9455bfbc007dd38873441721a9f..6eea6e47220dba84e2ead8f172a113f87d67723d 100644 (file)
@@ -1295,6 +1295,7 @@ static void GetPresetmaxF_D(struct MCTStatStruc *pMCTstat,
         * 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;