commit | a089bd29d7d85e4daee5072b655b309388e15620 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 30 01:32:31 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Aug 04 11:06:31 2021 -0500 |
tree | 996d613d035d573a6e7bee05aaf82545df68927c | |
parent | aea5d0fccf6f4fd8e163f648b78d9ff5441174cc [diff] |
PHAL: add devtree import service Service to restore r/w devtree attribute data in the reboot path. This is required only in concurrent software update reboot path. The attribute data files creates only in the concurrent code update path. so no action in the regular reboot path. This service will only run in the following condition: - Chassis power is on when the BMC comes out of reset Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I57f4d86863c5933093afcd940c3522c6c85fb719
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`.