summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2017-10-02 15:21:34 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-10-04 20:41:18 -0400
commite98d926ff7cf4a0d1a4a1a722bb8802f8f075df5 (patch)
tree5acd3e59392450d8150b20425e6079a47cfeadbf /src/import/chips/p9/procedures/xml/error_info
parentee1b8b912fe2cf8598d58b93097323f917aba440 (diff)
downloadtalos-sbe-e98d926ff7cf4a0d1a4a1a722bb8802f8f075df5.tar.gz
talos-sbe-e98d926ff7cf4a0d1a4a1a722bb8802f8f075df5.zip
p9_thread_control -- remove threads_running check from sreset, start code paths
After a write to DIRECT_CONTROLS, the targeted thread will start executing instructions, which may include STOP. Future polling of the RAS_STATUS register is not guaranteed to satisfy the threads_running check (by the time RAS_STATUS is polled the thread may be idle again) Change-Id: Ie3628149cef5089fb635256df5a25f08dbd828dc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47069 Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47076 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_thread_control_errors.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_thread_control_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_thread_control_errors.xml
index 4352c84b..42f54049 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_thread_control_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_thread_control_errors.xml
@@ -24,30 +24,6 @@
<!-- IBM_PROLOG_END_TAG -->
<!-- @brief Error definitions for p9_thread_control procedure -->
<hwpErrors>
-
- <!-- ********************************************************************* -->
- <hwpError>
- <sbeError/>
- <rc>RC_P9_THREAD_CONTROL_SRESET_FAIL</rc>
- <description>SReset command failed: Not all threads are running after sreset command.</description>
- <ffdc>CORE_TARGET</ffdc>
- <ffdc>THREAD</ffdc>
- <ffdc>C_RAS_STATUS_REG</ffdc>
- <callout>
- <target>CORE_TARGET</target>
- <priority>HIGH</priority>
- </callout>
- <callout>
- <procedure>CODE</procedure>
- <priority>LOW</priority>
- </callout>
- <deconfigure>
- <target>CORE_TARGET</target>
- </deconfigure>
- <gard>
- <target>CORE_TARGET</target>
- </gard>
- </hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
@@ -64,29 +40,6 @@
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
- <rc>RC_P9_THREAD_CONTROL_START_FAIL</rc>
- <description>Start command failed: RAS STAT instruction completed bit was not set after start command.</description>
- <ffdc>CORE_TARGET</ffdc>
- <ffdc>THREAD</ffdc>
- <ffdc>C_RAS_STATUS_REG</ffdc>
- <callout>
- <target>CORE_TARGET</target>
- <priority>HIGH</priority>
- </callout>
- <callout>
- <procedure>CODE</procedure>
- <priority>LOW</priority>
- </callout>
- <deconfigure>
- <target>CORE_TARGET</target>
- </deconfigure>
- <gard>
- <target>CORE_TARGET</target>
- </gard>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <sbeError/>
<rc>RC_P9_THREAD_CONTROL_STOP_FAIL</rc>
<description>Stop command issued to core PC, but RAS STAT maintenance bit is not set.</description>
<ffdc>CORE_TARGET</ffdc>
OpenPOWER on IntegriCloud