cpu/amd/fam10h-15h: Add workaround for AMD Erratum 600
Change-Id: Ie175b5b490f77cc380536ebd737da8618d4b448b Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: https://review.coreboot.org/13170 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
This commit is contained in:
parent
bd8ab8890f
commit
21724934d5
|
@ -270,6 +270,10 @@ static const struct {
|
|||
ForceErrType = 0x0,
|
||||
MultRetryErr = 0x0 */
|
||||
|
||||
/* Errata 600 */
|
||||
{ 0, 0x150, AMD_OR_B2, AMD_PTYPE_ALL,
|
||||
0x00000000, 0x00000e00 }, /* HtRetryCrcDatIns = 0x0 */
|
||||
|
||||
/* Errata 351
|
||||
* System software should program the Link Extended Control Registers[LS2En]
|
||||
* (F0x[18C:170][8]) to 0b for all links. System software should also
|
||||
|
|
Loading…
Reference in New Issue