commit | 1b607c35462ae5e2c00406a646aeedbbd26d4631 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 30 20:44:08 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 30 20:44:08 2021 -0500 |
tree | 9a0098814fef3310a9dc712cfb2b6bfed3483d67 | |
parent | 854d05ab9d42720b420154d09508778d8504ca20 [diff] |
use new sdbus++ camelcase for NMI. Change I17a8d7479556596a3cf252b3f4eae9c8df547189 will change how sdbus++ generates names which start with an acronym. Prepare for this by keying off the SDBUSPP_NEW_CAMELCASE define to use the new format. Changes: nMI() -> nmi() Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I03c7c98cb784da2343719aa7f47b256b1ebcdaff
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`.