northbridge/amd/amdmct/mct_ddr3: Add DDR3 termination debug output
Change-Id: Iabd2e3e20b0e9719080f6bd7be2032c1749994dc Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12056 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
84216dca3a
commit
c8e1073359
|
@ -159,6 +159,8 @@ static uint8_t fam15_rttwr(struct DCTStatStruc *pDCTstat, uint8_t dct, uint8_t d
|
|||
}
|
||||
}
|
||||
|
||||
printk(BIOS_INFO, "DIMM %d RttWr: %01x\n", dimm, term);
|
||||
|
||||
return term;
|
||||
}
|
||||
|
||||
|
@ -358,6 +360,7 @@ static uint8_t fam15_rttnom(struct DCTStatStruc *pDCTstat, uint8_t dct, uint8_t
|
|||
}
|
||||
}
|
||||
|
||||
printk(BIOS_INFO, "DIMM %d RttNom: %01x\n", dimm, term);
|
||||
return term;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue