commit | 07e9a6a1ccfc415d24f887feb13bf9af17c7312a | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 30 03:52:13 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Aug 04 11:06:31 2021 -0500 |
tree | 04540fc4bb435ed05f2391b2ea6a2cd373861cad | |
parent | a089bd29d7d85e4daee5072b655b309388e15620 [diff] |
PHAL: add devtree data export service Service to export r/w devtree attribute data and save to a known location. This service will start after Chassis power is on Tested: Verified service starts on every boot after chassis powered-on. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I933c3a11fe1532b48a37d7012476b7d574338839
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.