Skip to content

Commit

Permalink
Adds PDA support
Browse files Browse the repository at this point in the history
PDA support will be needed for:
1) NVDIMM support (re-programming WR VREF)
2) PDA shmoo

Change-Id: Ic49bbbbe907ee9609ee26f6152de8949cdb999a3
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48575
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70353
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
sglancy6 authored and sgupta2m committed Jan 11, 2019
1 parent c3d5f54 commit b750343
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,4 +520,26 @@
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_EMPTY_PDA_VECTOR</rc>
<description>Indicates a that a vector was empty when a procedure was called</description>
<ffdc>PROCEDURE</ffdc>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_PDA_DRAM_OUT_OF_RANGE</rc>
<description>Indicates a DRAM passed to the PDA code is out of range</description>
<ffdc>MCA_TARGET</ffdc>
<ffdc>DRAM</ffdc>
<ffdc>MAX_DRAM</ffdc>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
</callout>
</hwpError>

</hwpErrors>

0 comments on commit b750343

Please sign in to comment.