Add Fam10 Gart table walk enable for MCA reporting to match AMD example code.
Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3424 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
aee0796506
commit
2df291574d
|
@ -46,6 +46,10 @@ static const struct {
|
|||
0xF << 19, 0x00000000,
|
||||
0xF << 19, 0x00000000 }, /* [RtryHt[0..3]]=1 */
|
||||
|
||||
{ MC4_CTL_MASK, AMD_DR_ALL, AMD_PTYPE_ALL,
|
||||
0x1 << 10, 0x00000000,
|
||||
0x1 << 10, 0x00000000 }, /* [GartTblWkEn]=1 */
|
||||
|
||||
{ DC_CFG, AMD_DR_ALL, AMD_PTYPE_SVR,
|
||||
0x00000000, 0x00000004,
|
||||
0x00000000, 0x0000000C }, /* [REQ_CTR] = 1 for Server */
|
||||
|
|
Loading…
Reference in New Issue