commit | 4d7d6daaa055696d69bcfa03ed447fc702056a54 | [log] [tgz] |
---|---|---|
author | Chirag Sharma <chirshar@in.ibm.com> | Fri Aug 14 01:51:10 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Aug 21 06:21:57 2020 +0000 |
tree | a3df88db9efbe9ac312c8a4245a469f7fc371a58 | |
parent | d3b3d6e7b74da2a19974a79392bf4eefaa27b415 [diff] |
mpreboot: Adding PDBG device tree environment variable Change: - This commit sets PDBG device tree environment variable in mpreboot services, for custom device tree usage in libpdbg and is a pre requisite for pHAL feature usage. For phal feature disabled build the pdbg environment variable won't be set. Signed-off-by: Chirag Sharma <chirshar@in.ibm.com> Change-Id: I7ba7823099f5e9c26103a3dc89e865512dc4ec7a
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`.