Add support to generate PPR data within the BMC disk#143
Draft
aasaitha0219 wants to merge 3 commits intoheliosfrom
Draft
Add support to generate PPR data within the BMC disk#143aasaitha0219 wants to merge 3 commits intoheliosfrom
aasaitha0219 wants to merge 3 commits intoheliosfrom
Conversation
Description Added the feature to generate the PPR data both the Run time and Boot time PPR within the BMC alongside the existing CPER's. Changes 1. Add new source file to handle the PPR generation. 2. Add meson change to build the new PPR source file. 3. Intercept the dumpData from the MCAErrorInfo and before we create CPER and delete the dump parse the MCAErrorInfo to construct the PPR's. 4. The filename convention follows the related CPER file name. Testing Validated internally using signal-based error injection confirming that both CPER files and their corresponding PPR's RTPPR.json and BTPPR.json are generated correctly for correctable and deferred errors. Signed-off-by: aasaitha <[email protected]>
Signed-off-by: aasaitha <[email protected]>
Signed-off-by: aasaitha <[email protected]>
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.
Description
Added the feature to generate the PPR json both the Run time (RTPPR) and Boot time (BTPPR) PPR's within the BMC alongside the existing CPER's.
Changes
Testing
Signal-based error injection within the source*

Validated internally using signal-based error injection confirming that both CPER files and their corresponding PPR's RTPPR.json and BTPPR.json are generated correctly for correctable and deferred errors.
Error injection testing

Injected the error and tested to see that the PPR's are getting generated for the UMC MCA and DRAM errors
amd-bmc-ras.zip