commit | 2a7322f416abe5e9e1ced0823b5fd93a51209df6 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 09:31:54 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 23:38:21 2021 -0500 |
tree | 01c046dbcdd029545b354691a4281bc34459fe67 | |
parent | 41e122fd3aeb4ec04ed658d68d2636f94afe3991 [diff] |
PHAL: set PDATA_INFODB value during import devtree PDATA recipe removed systemd global settings related to PDATA_INFODB environment value. This commit enables the application level support for the same. Tested: verified manually by running app. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ic6a9759a1d5c349f5f7cb6666fc3fbc79cb8b1f1
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`.