commit | be14ec2d4350ba245538ad0330587af809fa31c2 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Mar 24 15:59:48 2023 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri Mar 24 16:02:03 2023 -0500 |
tree | 531d703b59607f4d77a06ae4764aaf8658c59741 | |
parent | 211f8a9a8ceac7e0d369c9b76c4ff542ccfb8ff0 [diff] |
Change daily clock log to informational severity The event log was using a severity of Error, and because the PEL message registry had a severity of Informational, phosphor-log-manager would spit out a trace about how the severities mismatched every time the PEL was created. Change-Id: Ia7559a5c3cfdf6ad93277783bfd85cb639af25a0 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
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`.