| commit | 785cf6a5ed91bf8387f4e99c891c1756f6776f7e | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 00:16:35 2021 -0500 |
| committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 11:32:14 2021 -0500 |
| tree | 8bfaf05cad196f3791589495e7a9448fdfc4b22d | |
| parent | e04c1173c1d76575fd1cf968d421bdf1dec82606 [diff] |
pdbg v3.3 related changes Separate sbe api into new header libpdbg_sbe.h related changes. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9ec660067ddae0bcc61fde016aa764976263e5a4
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`.