commit | 61c8757c6b81d61ae158af002810cdbe7cdae7e2 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 10:42:42 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 23:38:21 2021 -0500 |
tree | b63b3be9430c5ca64ee0ecb2ff4d1c2cc9fbd09e | |
parent | 2a7322f416abe5e9e1ced0823b5fd93a51209df6 [diff] |
PHAL: disable attributes tool debug traces Attributes "import" options prints debug data in the console. currently tool is not providing no option to disable this. This commits stop printing data into journals to log unwanted data in journal. Tested: verified using command line option Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ia21ddeee9b13f0f999bfac88b5985999be762d2c
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`.