commit | 1af14431aab1193c2ec636989aa7db7ef283c8b7 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Sep 12 01:19:10 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Sep 13 03:21:34 2022 -0500 |
tree | cf3f0bc3da25cdd9e5254693259710108c65323f | |
parent | 5ffe7fb7280d85636063f6dd0389b53b5f672eda [diff] |
PHAL: add clock data logger service Service to create informational log daily, which includes clock register data. This data is used for clock failure debug. This service will start after start host completion. Tested: Verified service starts on every boot after chassis powered-on and start host completion. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I49ea6bfcf886bd5ccf9fb1d042426906bd90a2d3
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`.