commit | 7847960506ca4357e267fe05866b38aad236708f | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Mon Jan 06 03:45:11 2020 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Mar 20 13:35:03 2020 +0000 |
tree | eebd49fc20d203fc088240596b0e87ed63708988 | |
parent | a007668ac9a4c0cf0ca4bd50f86159822341c3cc [diff] |
Create PEL for boot errors with error XML data and traces Add callback method into boot library to receive status of boot load. Add callback method into PHAL library to get back traces logged so that the same can be used in creation of PEL during failure. Tested: "User Data 1": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "CBS_CS_IDLE_VALUE": "00000002", "CBS_CS_READ": "84000002", "HWP Error description": "CBS did not complete (did not arrive in IDLE state) within timeout", "HW_DELAY": "0009c400", "HwpReturnCode": "RC_CBS_NOT_IN_IDLE_STATE", "LOG000 2020-03-08 06:26:34": "inf: p10_start_cbs:58 ", "LOG001 2020-03-08 06:26:34": "p10_start_cbs: Entering ...", "LOG002 2020-03-08 06:26:34": "err: CBS_NOT_IN_IDLE_STATE:36720 ", "LOG003 2020-03-08 06:26:34": "CBS did not complete (did not arrive in IDLE state) within timeout", "LOG004 2020-03-08 06:26:34": "err: _setHwpError:114 ", "LOG005 2020-03-08 06:26:34": "_setHwpError: Creating HWP error 0xa97f5", "LOG006 2020-03-08 06:26:34": "err: p10_start_cbs:119 ", "LOG007 2020-03-08 06:26:34": "ERROR: CBS HAS NOT REACHED IDLE STATE VALUE 0x002 ", "LOOP_COUNT": "000000c8", "_PID": "495" } Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I06491f09041edcd16d8db5890c74a4db8d08e920
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`.