commit | 285f73ef6a45b4452de01c5936e46dde0e500257 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri May 15 03:35:02 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 23 15:46:41 2020 +0000 |
tree | 3aa9ce81854a860a495555145089fb4aac058283 | |
parent | 6d95c456160406c95a082a07ee47e81d70ccc714 [diff] |
Remove multithreading while calling enter_mpipl libpdbg which implements the enter_mpipl is not thread-safe so removing multithreading and creating processes. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I5ca1ff2f203203b387486d9ed410eb4517443474
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`.