Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the device path mapping for Everest #93

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

deepakala-k
Copy link
Contributor

putscom on odyssey -p89 called out the wrong location code, as the device path mapping for ocmb_chip-30 and ocmb_chip-31 were interchanged. This happens only on Everest system. Fixed it both for kernel and sbefifo path.

Tested and working as expected.

putscom on odyssey -p89 called out the wrong location code, as the
device path mapping for ocmb_chip-30 and ocmb_chip-31 were interchanged.
This happens only on Everest system. Fixed it both for kernel and
sbefifo path.

Tested and working as expected.

root@p10bmc:/tmp# getscom odyssey 08010870 -p89
odyssey k0:n0:s0:p89       0xFE18000000000000
/usr/bin/edbg getscom odyssey 08010870 -p89

root@p10bmc:/tmp# guard -l
ID         | ERROR      | Type            | Path
0x00000001 | 0x890018d3 | predictive      | physical:sys-0/node-0/ocmb_chip-30
root@p10bmc:/tmp#  peltool -a -l | grep -e '"Signature":' -e '"Location Code":'
	-e '"Event Severity":' -e '"Platform Log Id":'
    "Platform Log Id":          "0x890018D3",
    "Event Severity":           "Predictive Error",
            "Location Code":    "U780C.ND0.WZS01XK-P0-C52",
    "Signature": "MMIO_FIR[7]: Parity error detected in informational register",
    "Platform Log Id":          "0x89001950",
    "Event Severity":           "Predictive Error",
            "Location Code":    "U780C.ND0.WZS01XK-P0-C52",
        "Signature": "MMIO_FIR[4]: Parity error in MMIO/CFG logic FSM",
    "Platform Log Id":          "0x89001952",
    "Event Severity":           "Predictive Error",
            "Location Code":    "U780C.ND0.WZS01XK-P0-C52",
@aravynd aravynd merged commit e1f6365 into open-power:master Apr 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants