commit | ff27e3915cd29be50b50892eb302abd218b18553 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Tue Oct 26 09:34:51 2021 +0530 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Oct 28 08:41:27 2021 +0000 |
tree | 964c5e68a1d25b4c3f03f87826fd9cefb0b2aee0 | |
parent | c3a9514e47e4edac6cb422e5d4fd671e8f2ef336 [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I61b232d8f6b7a7caa11812d3f35e1a27d8fbe49c
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`.