commit | f8c14bcfd507e0224fe258d38bdef8d32ebfbf48 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 29 06:13:19 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 29 06:35:43 2021 -0500 |
tree | 5946a9f2afe4c606821f345caba18746c9452d25 | |
parent | 583a9ede211e8fc75aecad6243e06b232d1afe62 [diff] |
Added additional log messages in enterMPIPL function Added additional log message in entermpipl to help debugging in multi processor configuration Tested: verified journal logs. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I39b1ab8d512a1cfe0362ae9b57b079a57059294f
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`.