commit | a202987b5bef7dae0b7d17e6ebff52e8c24740d1 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 09:17:50 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 23:33:44 2021 -0500 |
tree | dc7f38b2bf5d3d903a402e937591042a42e8d6cb | |
parent | ee56c5552623e3908a3323bcdd6181ba750126a2 [diff] |
PHAL: Helper function to set PDATA_INFODB systemd runntime global cofiguration keeps a copy of all the varibles in the application space. Since the PDATA_INFODB config variable is consumed by limited applications, removed systemd global settings related to PDATA_INFODB environment. So application level environment setting required. Added this helper function to set PDATA_INFODB environment variable for the attributes tool. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I3e689c0c0d03ec11201e5ee50240409a53e42aad
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`.