Skip to content

Conversation

@rfrandse
Copy link
Contributor

psu-ng: Modified logic to handle 12V MFR warning (#29)

Modified the logic to handle bit 7 (0x80) in MFR warning. The change
include:

    If MFR specific bit 7 (0x80) is set, log informational message
    instead of an error. This informational message logged only once
    during power-on.

    Reset 12V current share warning (bit 7) and leave the existing logic
    in place to check for other bits.

Test:

    On the simulator, set MFR specific word to 0x80 and set the status
    word to 0x1000. Verified the system logged informational message
    with no PELs generated.

    On the simulator, set MFR Specific to 0xC0 and status word to
    0x1000. Verified information error "12V current share warning" was
    logged, and a PEL was reported with SRC "110015F1"

Change-Id: Ie87467aad4596f88316fd1b38b1884448448968e

Signed-off-by: Faisal Awada <[email protected]>```

Modified the logic to handle bit 7 (0x80) in MFR warning. The change
include:

    If MFR specific bit 7 (0x80) is set, log informational message
    instead of an error. This informational message logged only once
    during power-on.

    Reset 12V current share warning (bit 7) and leave the existing logic
    in place to check for other bits.

Test:

    On the simulator, set MFR specific word to 0x80 and set the status
    word to 0x1000. Verified the system logged informational message
    with no PELs generated.

    On the simulator, set MFR Specific to 0xC0 and status word to
    0x1000. Verified information error "12V current share warning" was
    logged, and a PEL was reported with SRC "110015F1"

Change-Id: Ie87467aad4596f88316fd1b38b1884448448968e

Signed-off-by: Faisal Awada <[email protected]>
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.

2 participants