commit | c4831812bb1ce91b66f51beecdf6c9201d082cef | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 08 01:33:40 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 08 05:12:34 2021 -0500 |
tree | 9c0316f690af0d80a5f32304e1db0acb55485d76 | |
parent | 1b607c35462ae5e2c00406a646aeedbbd26d4631 [diff] |
Added openpower util file support Created common file to keep all the common util functions. In this commit - added getService function to get d-bus service for given interface. - updated create_pel.cpp to start using common util interface. - Moved formatting library to common build dependency for both meson and automake. Tested: Manually verified. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I39a642710c0476e81fae020eb3b4216ca8ce9ad5
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`.