commit | a21ed1217c686cd6a4e2d63ff99cd0c6a11c0427 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Apr 16 22:15:01 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Apr 16 22:22:23 2020 -0500 |
tree | ef57b68d65483b8a647ad300c7b0eba9e88cf59a | |
parent | 22de8ac1049d3e3fac3e52a6a88611adc8250666 [diff] |
Revert "Setting phal ipl_init as IPL_DEFAULT to boot the system" Mode value is incorrect, it should IPL_BOOT. This reverts commit 22de8ac1049d3e3fac3e52a6a88611adc8250666. Change-Id: I7859834580cf40094077645e539d18029ae08bcc
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`.