summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2016-04-22 07:10:46 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 11:54:37 -0400
commitcdcf7015cf0c0e8036709443cb855987fd97b007 (patch)
tree7fe8ae41d7cfaaa20333e1900d3f3ae888c8d079
parent73a4cf6eb75c38690eb4dda6ffcbb060849829cc (diff)
downloadtalos-hostboot-cdcf7015cf0c0e8036709443cb855987fd97b007.tar.gz
talos-hostboot-cdcf7015cf0c0e8036709443cb855987fd97b007.zip
p9_pm_occ_control Fix OCC memory boot launching
- Build and push launcher instructions into OCC SRAM - Set SRAM Boot Vector 3 (FFFF_FFFC) to branch to launcher - Per OCC team, offset is HOMER+0x40 Change-Id: I64074e6696201d0cfca57dbfabfdc5456e5303f7 Original-Change-Id: I2abbfea8de7b18d6010ee336031d0867cf9f0e99 RTC: 150818 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23561 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Sangeetha T S <sangeet2@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25904 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.xml10
1 files changed, 10 insertions, 0 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 d21101152..c52668efa 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
@@ -34,4 +34,14 @@
</description>
<ffdc>JTAGCFG</ffdc>
</hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_OCC_CONTROL_MEM_BOOT_LENGTH_MISMATCH</rc>
+ <description>
+ The OCC PPC405 memory boot launcher length written did not match the expected
+ value.
+ </description>
+ <ffdc>ACTLENGTH</ffdc>
+ <ffdc>LENGTH</ffdc>
+ </hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud