commit | f6783cd4497b1b57e1277dc1dd7d4c8484f0df41 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 27 19:25:09 2020 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 27 19:26:54 2020 -0400 |
tree | 180b01586584e861ee21b19e42a2e7fcbf645d88 | |
parent | ef767eea87b785931b473926b2f1136b22c5ce38 [diff] |
phal: use unix line breaks OpenBMC is a Linux distribution, so use unix newlines instead of dos. Change-Id: Ic26fa702baa8c80b901011e0606c3e7ee1409f61 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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`.