fby3.5: cl: Add FRB3 and CATERR event log#108
Closed
Yi-Shum wants to merge 1 commit into
Closed
Conversation
Summary: - Add GPIO interrupt to send FRB3 and CATERR event log. - Add libipmi.h, which define value about IPMI spec "42. Sensor and Event Code Tables". Test plain: - Build code: Pass LOG: Check whether the correct event log has been added. ``` root@bmc-oob:~# log-util slot1 --print 1 slot1 2021-12-28 21:24:05 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2021-12-28 21:24:05, Sensor: PROC_FAIL (0x65), Event Data: (04FFFF) FRB3, Assertion 1 slot1 2021-12-28 21:43:53 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2021-12-28 21:43:53, Sensor: CATERR (0xEB), Event Data: (0BFFFF) MCERR/CATERR Assertion 1 slot1 2021-12-28 21:46:10 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2021-12-28 21:46:10, Sensor: CATERR (0xEB), Event Data: (00FFFF) IERR/CATERR Assertion ```
Contributor
|
@GoldenBug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 31, 2021
Summary: - Add GPIO interrupt to send FRB3 and CATERR event log. - Add libipmi.h, which define value about IPMI spec "42. Sensor and Event Code Tables". Test plain: - Build code: Pass Log: Check whether the correct event log has been added. ``` root@bmc-oob:~# log-util slot1 --print 1 slot1 2021-12-28 21:24:05 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2021-12-28 21:24:05, Sensor: PROC_FAIL (0x65), Event Data: (04FFFF) FRB3, Assertion 1 slot1 2021-12-28 21:43:53 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2021-12-28 21:43:53, Sensor: CATERR (0xEB), Event Data: (0BFFFF) MCERR/CATERR Assertion 1 slot1 2021-12-28 21:46:10 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2021-12-28 21:46:10, Sensor: CATERR (0xEB), Event Data: (00FFFF) IERR/CATERR Assertion ``` Pull Request resolved: #108 Reviewed By: GoldenBug Differential Revision: D33375188 Pulled By: deathowl fbshipit-source-id: c73419a
Closed
khoung76642
pushed a commit
to khoung76642/OpenBIC
that referenced
this pull request
Jun 12, 2024
eeprom log support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Test plain:
Log:
Check whether the correct event log has been added.