commit | 7a36d36fd987e1a3b2cc67839755481f25e9ebbf | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Sat Jul 11 08:09:03 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Jul 12 21:34:34 2020 -0500 |
tree | 07701c3095ea698a23e01d7b864c9363a896a346 | |
parent | 748d32c19f2311e15342c39c6cb4c0b780a87927 [diff] |
pHAL: Enabled environment variable based pHAL logging pHAL repos logging level is initialised based on repository specific environment variables. If the environment variable is not set by the user, default logging level ( INFO only) will be getting initialised. Environment variable names: - PDBG_LOG pdbg library - IPL_LOG ipl library - LIBEKB_LOG libekb library Refer individual repository for logging level details. Example: To set pdbg log level to PDBG_DEBUG export PDBG_LOG=4 systemctl import-environment PDBG_LOG Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I3f9f35c0b5d23c5635001379bd330d56c2a468b7
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`.