summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/hwasCommon.H7
-rw-r--r--src/include/usr/hwas/hwasplatreasoncodes.H1
2 files changed, 3 insertions, 5 deletions
diff --git a/src/include/usr/hwas/common/hwasCommon.H b/src/include/usr/hwas/common/hwasCommon.H
index 1aa4f12b1..4a26868b1 100644
--- a/src/include/usr/hwas/common/hwasCommon.H
+++ b/src/include/usr/hwas/common/hwasCommon.H
@@ -270,7 +270,6 @@ const uint32_t VPD_VINI_PR_DATA_LENGTH = 8; //@deprecrated
* vector. The caller is responsible for allocating and de-allocating the
* space.
*
- * @param[in] i_proc processor target to read the Lx keyword from
* @param[in] i_mca MCA target indicating which Lx keyword to read
* @param[out] o_lxData pointer to area that will hold the Lx keyword
* read from VPD; must be malloc'ed by the caller,
@@ -279,13 +278,11 @@ const uint32_t VPD_VINI_PR_DATA_LENGTH = 8; //@deprecrated
* @return errlHndl_t valid errlHndl_t handle if there was an error
* NULL if no errors;
*/
-errlHndl_t platReadLx(const TARGETING::TargetHandle_t &i_proc,
- const TARGETING::TargetHandle_t &i_mca,
+errlHndl_t platReadLx(const TARGETING::TargetHandle_t &i_mca,
void *o_lxData);
// constants the platReadLx will use for looking at the VPD data
-const uint32_t VPD_CRP0_LX_HDR_LENGTH = 1;
-const uint32_t VPD_CRP0_LX_DATA_LENGTH = 256;
+const uint32_t VPD_CRP0_LX_HDR_DATA_LENGTH = 256;
const uint32_t VPD_CRP0_LX_FREQ_INDEP_INDEX = 8;
const uint32_t VPD_CRP0_LX_PORT_DISABLED = 0;
diff --git a/src/include/usr/hwas/hwasplatreasoncodes.H b/src/include/usr/hwas/hwasplatreasoncodes.H
index 9e6ea9611..df7d7f5e1 100644
--- a/src/include/usr/hwas/hwasplatreasoncodes.H
+++ b/src/include/usr/hwas/hwasplatreasoncodes.H
@@ -49,6 +49,7 @@ namespace HWAS
RC_GARD_REPOSITORY_FULL = HWAS_COMP_ID | 0x82,
RC_BAD_CHIPID = HWAS_COMP_ID | 0x83,
RC_BAD_LX = HWAS_COMP_ID | 0x84,
+ RC_BAD_MCA = HWAS_COMP_ID | 0x85,
};
};
OpenPOWER on IntegriCloud