Reason for TEA machine check exception

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Reason for TEA machine check exception

跳至解决方案
1,833 次查看
mditto
Contributor I
I am using a custom MPC8248 board running Linux 2.4.  I occasionally get a
machine check exception when trying to read from an address that should be
mapped to PCI space.  The reason is supposedly a transfer error acknowledge
(SRR1=41030).  As far as I can tell from the 8272 reference maual, this means
that the !TEA signal was asserted during the bus cycle, but on this board that
pin is pulled up to VCC.  Is there some other condition that causes a TEA
machine check?

Thanks in advance.

Mike

标记 (1)
0 项奖励
回复
1 解答
1,127 次查看
mditto
Contributor I
(Answering my own message for anyone interested.)

It seems that TEA is internally asserted by the PCI bridge when it raises a
machine check exception, or at least it fills in SRR1 as if there was a TEA.
The PCI registers, such as PCI_ECCR, can be consulted to get the
details about the PCI bus error in this case.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,128 次查看
mditto
Contributor I
(Answering my own message for anyone interested.)

It seems that TEA is internally asserted by the PCI bridge when it raises a
machine check exception, or at least it fills in SRR1 as if there was a TEA.
The PCI registers, such as PCI_ECCR, can be consulted to get the
details about the PCI bus error in this case.

0 项奖励
回复