| commit | ac95c562393fd7010f1c974ab6a139b829a122b0 | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 16 05:56:04 2021 -0500 |
| committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Aug 02 06:43:46 2021 -0500 |
| tree | 3a7eead6c81965a317e7c2db13a70864f8a47b22 | |
| parent | 2de8c8d2cc4b4088a1de665e41785a569a184551 [diff] |
PHAL: added createPEL wrapper function Added wrapper function to create PEL based on event type. Why: concurrent code update feature requires to create to PEL, based on event types in various use cases. This will help to reduce duplicate code. Tested: verified PEL log Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I21d46775994f5c2f86124e33bf98dd9044f3e5d8
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`.