commit | 583a9ede211e8fc75aecad6243e06b232d1afe62 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 29 05:42:45 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 29 05:42:45 2021 -0500 |
tree | a67e5098ff41f77a9aa2ad5e4bbf56253b68e550 | |
parent | 785cf6a5ed91bf8387f4e99c891c1756f6776f7e [diff] |
phal: set pdbg environment variable pdbg needs PDBG_DTB environment variable initialisation prior to pdbg init to set correct device tree back-end. Tested: verified normal boot without systemd global variable set. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I7ac70cbb1966edcb85db0a862781149a0bc0f492
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`.