commit | 3840547dd2e65d2bd545521da4efa2a06a8a8e6a | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jul 26 06:16:44 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Aug 04 11:06:29 2021 -0500 |
tree | d7e3c5a56719f9567fb15eae08caf8d6b4afc7ae | |
parent | 13c57ad8addee677cb46e4b70e0dc16728d4ecec [diff] |
PHAL: export devtree attribute support Added function to export devtree data based on the filter file using attributes tool based infrastructure. Data is stored in pre defined location in BMC to restore in the reboot path. Tested: verified devtree data exported manually. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9c708483708f443a910e272615ec4c66b31e2603
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`.