commit | 5e5d44516abb293483a6fb80175c8858a4b1aa90 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 27 19:46:13 2020 -0400 |
committer | Matt Spinler <spinler@us.ibm.com> | Thu Nov 12 22:56:53 2020 +0000 |
tree | a586bf3c185ad694db10523b054c49dcaa3d3ba9 | |
parent | f38b35ecf0c88eea5f9354dfea1f122e88167542 [diff] |
build: update clang-format Update to the latest OpenBMC clang-format. Change-Id: I19424fe32f32900d21272e343a5bda8675edbe60 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`.