commit | 3200d931dee80bd60ea81c77a98a2f5d90b38bd0 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Dec 03 08:23:59 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Dec 06 23:40:58 2021 -0600 |
tree | f1321523c295d8db744365e5f65803847c8fe98e | |
parent | 5409e87789f5e565ac96c0b0e9b10bca96f9f107 [diff] |
PHAL: enabled devtree attributes reinit during boot This commit enables the devtree attribute reinitialization during boot process by adding reinitDevtree procedure in the phal-reinit-devtree.service. Tested: verified normal poweron. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I17b66966ff46ce307e36c5fd8b7f2ede399cb0a4
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`.