summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-11-20 09:53:42 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 11:52:06 -0400
commit13974153ece3b7789844d5cdc70a359979bb2f10 (patch)
tree455e45e6072d6cf5fe25646cb3b97cee07ef8369
parent55e05e46684bf65124e2b0c6afb5f93448b11dad (diff)
downloadtalos-hostboot-13974153ece3b7789844d5cdc70a359979bb2f10.tar.gz
talos-hostboot-13974153ece3b7789844d5cdc70a359979bb2f10.zip
Update OCC Control to add a singular START control
- Added PPC405_START control ENUM to procedure (and header) - Removed default boot location FAPI_INF message as this no little value - Updated wrapper to add -start, -halt and -safe_reet options - Added better wrapper help - Fixed the OCC FIR bit position in code and action file - Added check that RISCWatch was not preventing the PPC405 to start - Fix SRAM starting address for P9 location - Fix powerman.act for the correct OCC FIR bit action for halting - Rebsaed Change-Id: I6cbfacad53c77071f59cab5e4e67edce1fcdde2d Original-Change-Id: Iac79898bac7eb8fa2237f2b48a930c4659b74f0e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22240 Tested-by: Jenkins Server Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25897 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_pm_occ_control_errors.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_pm_occ_control_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_pm_occ_control_errors.xml
index 27b413d76..d21101152 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_pm_occ_control_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_pm_occ_control_errors.xml
@@ -7,7 +7,7 @@
<!-- -->
<!-- EKB Project -->
<!-- -->
-<!-- COPYRIGHT 2015 -->
+<!-- COPYRIGHT 2015,2016 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -25,4 +25,13 @@
<!-- Error definitions for p9_pm_occ_control procedure -->
<hwpErrors>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_OCC_CONTROL_NONSTART_DUE_TO_RISCWATCH</rc>
+ <description>
+ The OCC PPC405 cannot be started due to a conflicting RISCWatch operation
+ that keeps it in the halt state.
+ </description>
+ <ffdc>JTAGCFG</ffdc>
+ </hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud