commit | 1dc0829ef4bb4f8175de31bf9b81ebf213a61e97 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Jun 22 17:14:54 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 30 14:46:53 2021 -0500 |
tree | 71c5c06f5892bcbcc463146d05528b17d19cb725 | |
parent | f8c14bcfd507e0224fe258d38bdef8d32ebfbf48 [diff] |
service-files: move to own sub-directory Some more service files are on their way for new features so put all of them in a sub-directory to keep the main one a bit cleaner Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I65a1f28cf7c7da61aa599b36f93d2ab4e7de162f
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`.