commit | ad3ff0fdf8482231b8a793f17c401c6f501ca80e | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Nov 01 06:35:17 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Nov 01 21:25:43 2021 -0500 |
tree | 2129ce9917cfe0801427dec71332ad66cf580f3d | |
parent | ff27e3915cd29be50b50892eb302abd218b18553 [diff] |
PHAL: refactor startHostNormal procedure selectBootSeeprom function not working correctly due to order of calling this function in startHostNormal procedure path. This function should be called after phal_init. This refactor help to fix the function invoking order in regular ipl path. Also added PEL log for any Boot initialisation failure Tested: verified regular and mpipl boot. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9f6688dfdc6a3d69f4480127cf4b052cf0c99131
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`.