commit | ed7fb7aee34661d65dc0455316e68d90a36d75fb | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 09 00:07:41 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Sep 13 00:04:14 2022 -0500 |
tree | 70c99c2cdf92a812c80f87057dfbf51aa03dd399 | |
parent | 8744123932837f4b941a1d846f29ba9847a2f7b1 [diff] |
PHAL: clock daily data logger base infrastructure support To support system clock issues debug added support to log clock specific register information every 24 hours and report externally. This commit provides support to base infrastructure to log informational logs every 24 hours and at the beginning of application start. Tested: "User Header": { "Section Version": "1", "Sub-section type": "0", "Log Committed by": "0x2000", "Subsystem": "CEC Hardware - Clock", "Event Scope": "Entire Platform", "Event Severity": "Informational Event", "Event Type": "Miscellaneous, Informational Only", "Action Flags": [ "Service Action Required", "Report Externally", "HMC Call Home" ], "Host Transmission": "Not Sent", "HMC Transmission": "Not Sent" }, "Primary SRC": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x3000", "SRC Version": "0x02", "SRC Format": "0x55", "Virtual Progress SRC": "False", "I5/OS Service Event Bit": "False", "Hypervisor Dump Initiated":"False", "Backplane CCIN": "2E33", "Terminate FW Error": "False", "Deconfigured": "False", "Guarded": "False", "Error Details": { "Message": "Informational error to house clock debug info" }, "Valid Word Count": "0x09", "Reference Code": "BD58300A", "Hex Word 2": "00080055", "Hex Word 3": "2E330010", "Hex Word 4": "00000000", "Hex Word 5": "00000000", "Hex Word 6": "00000000", "Hex Word 7": "00000000", "Hex Word 8": "00000000", "Hex Word 9": "00000000" } Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I91cffe17ffe7d38b1127f89e61484c597b9b378b
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.