Skip to content

Commit

Permalink
Add assert for RSP extended data buffer size in exp_draminit
Browse files Browse the repository at this point in the history
Change-Id: If924286f31c31bb66b5191d51afce43c8a1e50d2
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85774
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+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: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85789
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
markypizz authored and RAJA DAS committed Nov 12, 2019
1 parent c05bb41 commit 2938d54
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
<hwpError>
<rc>RC_MSS_EXP_UNKNOWN_PHY_INIT_MODE</rc>
<description>
The PHY init mode attribute value was unknown. Valid: 0 (NORMAL), 1 (WITH_EYE_CAPTURE)
The PHY init mode value was an unknown value.
</description>
<ffdc>TARGET</ffdc>
<ffdc>VALUE</ffdc>
Expand All @@ -713,4 +713,26 @@
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_EXP_INVALID_PHY_INIT_RSP_DATA_LENGTH</rc>
<description>
The data buffer vector retrieved from the EXP_FW_DDR_PHY_INIT response did not match the expected length
</description>
<ffdc>OCMB_TARGET</ffdc>
<ffdc>PHY_INIT_MODE</ffdc>
<ffdc>EXPECTED_LENGTH</ffdc>
<ffdc>ACTUAL_LENGTH</ffdc>
<callout>
<procedure>CODE</procedure>
<priority>MEDIUM</priority>
</callout>
<callout>
<target>OCMB_TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>OCMB_TARGET</target>
</deconfigure>
</hwpError>

</hwpErrors>

0 comments on commit 2938d54

Please sign in to comment.