summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2016-07-28 11:23:13 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-12 11:19:59 -0400
commit28534ec5e2f7a9ceb42ba9d29ca1bd2f9e10f64f (patch)
tree0db6157ad5079677b7b8e5544db3b43c21709b33 /src/import/chips/p9/procedures/xml
parentb9ecb3ce5cd7e52de37bd61ebd902953e0078500 (diff)
downloadtalos-hostboot-28534ec5e2f7a9ceb42ba9d29ca1bd2f9e10f64f.tar.gz
talos-hostboot-28534ec5e2f7a9ceb42ba9d29ca1bd2f9e10f64f.zip
Updates to Mvpd accessor functions to support xip_customize.
The content of these files is identical to those in commit 26150 so should be an easy merge. Then we'll have a clean xip_customize-focused 26150. Change-Id: I8107cafd5450a110285cf455dbcb1385681e83a3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27574 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27600 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_mvpd_ring_funcs_errors.xml24
1 files changed, 18 insertions, 6 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_mvpd_ring_funcs_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_mvpd_ring_funcs_errors.xml
index e6abdebfc..d1ee2e2e6 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_mvpd_ring_funcs_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_mvpd_ring_funcs_errors.xml
@@ -35,20 +35,32 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
- <rc>RC_REPAIR_RING_NOT_FOUND</rc>
+ <rc>RC_MVPD_INVALID_RS4_HEADER</rc>
+ <description>Record's data had invalid RS4 magic word</description>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ <ffdc>CHIP_TARGET</ffdc>
+ <ffdc>MVPD_RECORD</ffdc>
+ <ffdc>MVPD_KEYWORD</ffdc>
+ </hwpError>
+ <!-- ********************************************************************* -->
+ <hwpError>
+ <rc>RC_MVPD_RING_NOT_FOUND</rc>
<description>Specified MVPD ring for this target was not found</description>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
</callout>
- <ffdc>RING_MODIFIER</ffdc>
- <ffdc>CHIPLET_ID</ffdc>
<ffdc>CHIP_TARGET</ffdc>
+ <ffdc>RING_ID</ffdc>
+ <ffdc>CHIPLET_ID</ffdc>
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
- <rc>RC_REPAIR_RING_INVALID_SIZE</rc>
- <description>Data does not fit into record</description>
+ <rc>RC_MVPD_RING_BUFFER_TOO_SMALL</rc>
+ <description>Data does not fit into supplied buffer</description>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
@@ -56,7 +68,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
- <rc>RC_MVPD_RING_FUNC_INSUFFICIENT_RECORD_SPACE</rc>
+ <rc>RC_MVPD_INSUFFICIENT_RECORD_SPACE</rc>
<description>Data does not fit into output buffer</description>
<callout>
<procedure>CODE</procedure>
OpenPOWER on IntegriCloud