summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/pel_rules.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PEL: Validate the Action Flags fieldMatt Spinler2019-11-081-0/+90
According to the PEL spec, the Action Flags and Event Type fields in the User Header section must be in agreement with the Severity field. So, when a PEL is being created from an OpenBMC event log, check those values for correctness and fix them up if required. In addition, as those fields are optional in the message registry, this code will also just set these two fields to valid values if they were left out. The rules being followed are documented in the PEL readme. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Iad88de5080ba79a9ff31f962ef99bfc11994b9ed
OpenPOWER on IntegriCloud