commit | 2de8c8d2cc4b4088a1de665e41785a569a184551 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 16 06:40:33 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Aug 02 06:43:46 2021 -0500 |
tree | 4fb12f0fb1bf876e1f6b37fe02f9f99d5d47000b | |
parent | 25e39c84f7448f39b34e3e28141c3673b36b1c1b [diff] |
PHAL: Helper function to set PDBG_DTB Helper function to set PDBG_DTB environment variable for the CEC device tree path. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I79c3ba1f1ef1c1e9bb7ab80ed16477098e489ca8
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`.