Thanks! Here are 3 such errors. When error happens in one address, it seems to occurs a few (3-4) times) - albeit not on consecutive runs.
| | ERR_DETECT: | 0x80000004 |
| | CAPTURE_ADDRESS: | 0x001064e0 |
| | CAPTURE_DATA_HI: | 0x419e0090 |
| | CAPTURE_DATA_LO: | 0x480000e4 |
| | CAPTURE_ATTRIBUTES: 0x00102001 |
| | CAPTURE_ECC: | 0xdededede |
Expected (same as above) Contents of 0x1064e0 (from objdump of elf file)
1064e0: 41 9e 00 90 beq- cr7,106570
1064e4: 48 00 00 e4 b 1065c8
| | ERR_DETECT: | 0x80000004 |
| | CAPTURE_ADDRESS: | 0x00137a00 |
| | CAPTURE_DATA_HI: | 0x7c800124 |
| | CAPTURE_DATA_LO: | 0x4c00012c |
| | CAPTURE_ATTRIBUTES: 0x00102001 |
| | CAPTURE_ECC: | 0xfdfdfdfd |
Expected (same as above) Contents of 0x137a00 (from objdump of elf file)
137a00: 7c 80 01 24 mtmsr r4
137a04: 4c 00 01 2c isync
| | ERR_DETECT = 0x80000004 |
| | CAPTURE_ADDRESS: | 0x00137a40 |
| | CAPTURE_DATA_HI: | 0x2f800000 |
| | CAPTURE_DATA_LO: | 0x419e0010 |
| | CAPTURE_ATTRIBUTES: 0x00102001 |
| | CAPTURE_ECC: | 0x0b0b0b0b |
Expected (same as above) Contents of 0x137a40 (from objdump of elf file)
137a40: 2f 80 00 00 cmpwi cr7,r0,0
137a44: 41 9e 00 10 beq- cr7,137a54