| commit | a8d2f71012a608befe095780e9f6b9e218698812 | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Sep 20 07:02:51 2021 -0500 |
| committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Sep 20 07:52:05 2021 -0500 |
| tree | bcbe8379012572d7dde39e5aa345920980b227b2 | |
| parent | 61c8757c6b81d61ae158af002810cdbe7cdae7e2 [diff] |
PHAL:createPEL function signature update Extended createPEL function to support optional additional data. This is to support new requirement for creating PEL with additional data. Tested: verified the PEL log. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I02f8eea29e40ca65dbdd1631ba0027fbb75a6080
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`.