commit | c98bab51d0826daeb8cf5fe1725c0e8932cb1996 | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Thu Apr 16 04:04:29 2020 -0500 |
committer | Ramesh Iyyar <rameshi1@in.ibm.com> | Fri Apr 24 01:50:43 2020 -0500 |
tree | d620e0aa1f9c643f6886c885270bc0733d5501dd | |
parent | 67aebf98094264cf3bdd189b70ec91db4e3ee804 [diff] |
procedures/phal/start_host: Initialized libpdbg, libekb and libipl Currently ipl_init is initializing libpdbg and libekb but as per recent design changes, phal expecting all phal library initialization should just happen in application rather than doing via ipl_init. so, same support added in this patch. ipl_init expecting boot mode explicitly from application so, setting IPL_AUTOBOOT (continuous ipling) to boot the system. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I38026082cfa2fb21e042b50ddb7c627956a317be
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`.