northbridge/amd/amdmct/mct_ddr3: Move K10D configuration into separate file

Change-Id: Id45888f266fac7810a63fef43b8d7a0ee40cbf70
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12023
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Timothy Pearson 2015-08-02 21:23:02 -05:00 committed by Stefan Reinauer
parent 51cfbcddde
commit 4530df431e
5 changed files with 129 additions and 75 deletions

View File

@ -373,6 +373,7 @@ static uint16_t mct_MaxLoadFreq(uint8_t count, uint8_t highest_rank_count, uint8
#include "../amdmct/mct_ddr3/mctdqs_d.c" #include "../amdmct/mct_ddr3/mctdqs_d.c"
#include "../amdmct/mct_ddr3/mctsrc.c" #include "../amdmct/mct_ddr3/mctsrc.c"
#include "../amdmct/mct_ddr3/mctsdi.c" #include "../amdmct/mct_ddr3/mctsdi.c"
#include "../amdmct/mct_ddr3/mctprod.c"
#include "../amdmct/mct_ddr3/mctproc.c" #include "../amdmct/mct_ddr3/mctproc.c"
#include "../amdmct/mct_ddr3/mctprob.c" #include "../amdmct/mct_ddr3/mctprob.c"
#include "../amdmct/mct_ddr3/mcthwl.c" #include "../amdmct/mct_ddr3/mcthwl.c"

View File

@ -2,6 +2,7 @@
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* Copyright (C) 2007-2008 Advanced Micro Devices, Inc. * Copyright (C) 2007-2008 Advanced Micro Devices, Inc.
* Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -111,7 +112,7 @@
/* /*
* CPU HT PHY REGISTERS, FIELDS, AND MASKS * CPU HT PHY REGISTERS, FIELDS, AND MASKS
*/ */
#define HTPHY_OFFSET_MASK 0xE00001FF #define HTPHY_OFFSET_MASK 0xE000FFFF
#define HTPHY_WRITE_CMD 0x40000000 #define HTPHY_WRITE_CMD 0x40000000
#define HTPHY_IS_COMPLETE_MASK 0x80000000 #define HTPHY_IS_COMPLETE_MASK 0x80000000
#define HTPHY_DIRECT_MAP 0x20000000 #define HTPHY_DIRECT_MAP 0x20000000

View File

@ -178,6 +178,7 @@ static void SyncSetting(struct DCTStatStruc *pDCTstat);
static uint8_t crcCheck(struct DCTStatStruc *pDCTstat, uint8_t dimm); static uint8_t crcCheck(struct DCTStatStruc *pDCTstat, uint8_t dimm);
static void mct_ExtMCTConfig_Bx(struct DCTStatStruc *pDCTstat); static void mct_ExtMCTConfig_Bx(struct DCTStatStruc *pDCTstat);
static void mct_ExtMCTConfig_Cx(struct DCTStatStruc *pDCTstat); static void mct_ExtMCTConfig_Cx(struct DCTStatStruc *pDCTstat);
static void mct_ExtMCTConfig_Dx(struct DCTStatStruc *pDCTstat);
static void read_dqs_receiver_enable_control_registers(uint16_t* current_total_delay, static void read_dqs_receiver_enable_control_registers(uint16_t* current_total_delay,
uint32_t dev, uint8_t dct, uint8_t dimm, uint32_t index_reg); uint32_t dev, uint8_t dct, uint8_t dimm, uint32_t index_reg);
@ -2687,13 +2688,11 @@ static void MCTMemClr_D(struct MCTStatStruc *pMCTstat,
for (Node = 0; Node < MAX_NODES_SUPPORTED; Node++) { for (Node = 0; Node < MAX_NODES_SUPPORTED; Node++) {
pDCTstat = pDCTstatA + Node; pDCTstat = pDCTstatA + Node;
/* Configure and enable prefetchers */ /* Enable prefetchers */
if (is_fam15h()) dword = Get_NB32(pDCTstat->dev_dct, 0x11c); /* Memory Controller Configuration High */
dword = 0x0ce00f41; /* BKDG recommended */ dword &= ~(0x1 << 13); /* PrefIoDis = 0 */
else dword &= ~(0x1 << 12); /* PrefCpuDis = 0 */
dword = 0x0fe40fc0; /* BKDG recommended */ Set_NB32(pDCTstat->dev_dct, 0x11c, dword); /* Memory Controller Configuration High */
dword |= MCCH_FlushWrOnStpGnt; /* Set for S3 */
Set_NB32(pDCTstat->dev_dct, 0x11c, dword);
} }
} }
@ -4935,7 +4934,8 @@ static void Set_OtherTiming(struct MCTStatStruc *pMCTstat,
Get_TrwtTO(pMCTstat, pDCTstat, dct); Get_TrwtTO(pMCTstat, pDCTstat, dct);
Get_TrwtWB(pMCTstat, pDCTstat); Get_TrwtWB(pMCTstat, pDCTstat);
reg = 0x8C; /* Dram Timing Hi */ if (!is_fam15h()) {
reg = 0x8c; /* Dram Timing Hi */
val = Get_NB32_DCT(dev, dct, reg); val = Get_NB32_DCT(dev, dct, reg);
val &= 0xffff0300; val &= 0xffff0300;
dword = pDCTstat->TrwtTO; dword = pDCTstat->TrwtTO;
@ -4944,7 +4944,7 @@ static void Set_OtherTiming(struct MCTStatStruc *pMCTstat,
val |= dword << 10; val |= dword << 10;
dword = pDCTstat->Twrwr & 3; dword = pDCTstat->Twrwr & 3;
val |= dword << 12; val |= dword << 12;
dword = pDCTstat->Trdrd & 3; dword = (pDCTstat->Trdrd - 0x3) & 3;
val |= dword << 14; val |= dword << 14;
dword = pDCTstat->TrwtWB; dword = pDCTstat->TrwtWB;
val |= dword; val |= dword;
@ -4952,15 +4952,16 @@ static void Set_OtherTiming(struct MCTStatStruc *pMCTstat,
reg = 0x78; reg = 0x78;
val = Get_NB32_DCT(dev, dct, reg); val = Get_NB32_DCT(dev, dct, reg);
val &= 0xFFFFC0FF; val &= 0xffffc0ff;
dword = pDCTstat->Twrrd >> 2; dword = pDCTstat->Twrrd >> 2;
val |= dword << 8; val |= dword << 8;
dword = pDCTstat->Twrwr >> 2; dword = pDCTstat->Twrwr >> 2;
val |= dword << 10; val |= dword << 10;
dword = pDCTstat->Trdrd >> 2; dword = (pDCTstat->Trdrd - 0x3) >> 2;
val |= dword << 12; val |= dword << 12;
Set_NB32_DCT(dev, dct, reg, val); Set_NB32_DCT(dev, dct, reg, val);
} }
}
static void Get_Trdrd(struct MCTStatStruc *pMCTstat, static void Get_Trdrd(struct MCTStatStruc *pMCTstat,
struct DCTStatStruc *pDCTstat, u8 dct) struct DCTStatStruc *pDCTstat, u8 dct)
@ -4970,6 +4971,8 @@ static void Get_Trdrd(struct MCTStatStruc *pMCTstat,
Trdrd = ((int8_t)(pDCTstat->DqsRcvEnGrossMax - pDCTstat->DqsRcvEnGrossMin) >> 1) + 1; Trdrd = ((int8_t)(pDCTstat->DqsRcvEnGrossMax - pDCTstat->DqsRcvEnGrossMin) >> 1) + 1;
if (Trdrd > 8) if (Trdrd > 8)
Trdrd = 8; Trdrd = 8;
if (Trdrd < 3)
Trdrd = 3;
pDCTstat->Trdrd = Trdrd; pDCTstat->Trdrd = Trdrd;
} }
@ -5280,47 +5283,31 @@ static void mct_FinalMCT_D(struct MCTStatStruc *pMCTstat,
if (pDCTstat->NodePresent) { if (pDCTstat->NodePresent) {
mct_PhyController_Config(pMCTstat, pDCTstat, 0); mct_PhyController_Config(pMCTstat, pDCTstat, 0);
mct_PhyController_Config(pMCTstat, pDCTstat, 1); mct_PhyController_Config(pMCTstat, pDCTstat, 1);
}
if (!(pDCTstat->LogicalCPUID & AMD_DR_Dx)) { /* mct_checkForDxSupport */ if (!is_fam15h()) {
/* Family 10h CPUs */
mct_ExtMCTConfig_Cx(pDCTstat); mct_ExtMCTConfig_Cx(pDCTstat);
mct_ExtMCTConfig_Bx(pDCTstat); mct_ExtMCTConfig_Bx(pDCTstat);
} else { /* For Dx CPU */ mct_ExtMCTConfig_Dx(pDCTstat);
val = 0x0CE00F00 | 1 << 29/* FlushWrOnStpGnt */; } else {
if (!(pDCTstat->GangedMode)) /* Family 15h CPUs */
val |= 0x20; /* MctWrLimit = 8 for Unganged mode */ val = 0x0ce00f00 | 0x1 << 29; /* FlushWrOnStpGnt */
else val |= 0x10 << 2; /* MctWrLimit = 16 */
val |= 0x40; /* MctWrLimit = 16 for ganged mode */ Set_NB32(pDCTstat->dev_dct, 0x11c, val);
Set_NB32(pDCTstat->dev_dct, 0x11C, val);
val = Get_NB32(pDCTstat->dev_dct, 0x1B0); val = Get_NB32(pDCTstat->dev_dct, 0x1b0);
val &= 0xFFFFF8C0; val &= ~0x3; /* AdapPrefMissRatio = 0x1 */
val |= 0x101; /* BKDG recommended settings */ val |= 0x1;
val |= 0x0FC00000; /* Agesa V5 */ val &= ~(0x3 << 2); /* AdapPrefPositiveStep = 0x0 */
if (!(pDCTstat->GangedMode)) val &= ~(0x3 << 4); /* AdapPrefNegativeStep = 0x0 */
val |= 1 << 12; val &= ~(0x7 << 8); /* CohPrefPrbLmt = 0x1 */
else val |= (0x1 << 8);
val &= ~(1 << 12); val |= (0x1 << 12); /* EnSplitDctLimits = 0x1 */
val |= (0x7 << 22); /* PrefFourConf = 0x7 */
val |= (0x7 << 25); /* PrefFiveConf = 0x7 */
val &= ~(0xf << 28); /* DcqBwThrotWm = 0x0 */
Set_NB32(pDCTstat->dev_dct, 0x1b0, val);
val &= 0x0FFFFFFF;
if (!is_fam15h()) {
switch (pDCTstat->Speed) {
case 4:
val |= 0x50000000; /* 5 for DDR800 */
break;
case 5:
val |= 0x60000000; /* 6 for DDR1066 */
break;
case 6:
val |= 0x80000000; /* 8 for DDR800 */
break;
default:
val |= 0x90000000; /* 9 for DDR1600 */
break;
}
}
Set_NB32(pDCTstat->dev_dct, 0x1B0, val);
if (is_fam15h()) {
uint8_t wm1; uint8_t wm1;
uint8_t wm2; uint8_t wm2;
@ -5351,11 +5338,11 @@ static void mct_FinalMCT_D(struct MCTStatStruc *pMCTstat,
break; break;
} }
val = Get_NB32(pDCTstat->dev_dct, 0x1B4); val = Get_NB32(pDCTstat->dev_dct, 0x1b4);
val &= ~(0x3ff); val &= ~(0x3ff);
val |= ((wm2 & 0x1f) << 5); val |= ((wm2 & 0x1f) << 5);
val |= (wm1 & 0x1f); val |= (wm1 & 0x1f);
Set_NB32(pDCTstat->dev_dct, 0x1B4, val); Set_NB32(pDCTstat->dev_dct, 0x1b4, val);
} }
} }
} }

View File

@ -0,0 +1,65 @@
/*
* This file is part of the coreboot project.
*
* Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
* Copyright (C) 2010 Advanced Micro Devices, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.
*/
void mct_ExtMCTConfig_Dx(struct DCTStatStruc *pDCTstat)
{
uint32_t dword;
if (pDCTstat->LogicalCPUID & AMD_DR_Dx) {
dword = 0x0ce00f00 | 0x1 << 29; /* FlushWrOnStpGnt */
if (!(pDCTstat->GangedMode))
dword |= 0x18 << 2; /* MctWrLimit = 0x18 for unganged mode */
else
dword |= 0x10 << 2; /* MctWrLimit = 0x10 for ganged mode */
Set_NB32(pDCTstat->dev_dct, 0x11c, dword);
dword = Get_NB32(pDCTstat->dev_dct, 0x1b0);
dword &= ~0x3; /* AdapPrefMissRatio = 0x1 */
dword |= 0x1;
dword &= ~(0x3 << 2); /* AdapPrefPositiveStep = 0x0 */
dword &= ~(0x3 << 4); /* AdapPrefNegativeStep = 0x0 */
dword &= ~(0x7 << 8); /* CohPrefPrbLmt = 0x1 */
dword |= (0x1 << 8);
dword |= (0x7 << 22); /* PrefFourConf = 0x7 */
dword |= (0x7 << 25); /* PrefFiveConf = 0x7 */
if (!(pDCTstat->GangedMode))
dword |= (0x1 << 12); /* EnSplitDctLimits = 0x1 */
else
dword &= ~(0x1 << 12); /* EnSplitDctLimits = 0x0 */
dword &= ~(0xf << 28); /* DcqBwThrotWm = ... */
switch (pDCTstat->Speed) {
case 4:
dword |= (0x5 << 28); /* ...5 for DDR800 */
break;
case 5:
dword |= (0x6 << 28); /* ...6 for DDR1066 */
break;
case 6:
dword |= (0x8 << 28); /* ...8 for DDR800 */
break;
default:
dword |= (0x9 << 28); /* ...9 for DDR1600 */
break;
}
Set_NB32(pDCTstat->dev_dct, 0x1b0, dword);
}
}