commit | 41e122fd3aeb4ec04ed658d68d2636f94afe3991 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 09:25:19 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 23:38:20 2021 -0500 |
tree | ded2f6ee5193c1f3b35e0e6ac34c993ed95c6ddf | |
parent | a202987b5bef7dae0b7d17e6ebff52e8c24740d1 [diff] |
PHAL: set PDATA_INFODB value for phal-export-devtree app 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 in runtime codeupdate path. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I51b09362a9fe8742a8b00cf56ae7b8c792fd54e1
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`.