summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-10-26 14:08:24 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-11-15 10:12:08 -0600
commite0373c9878e6ece88c090a0d2cad3beedd858198 (patch)
treea27a80d7eaf5b153aa2a40651c379ab754791c41 /src/import/hwpf/fapi2/include
parent9e552af485f38d49a676828313d9d780f53d2645 (diff)
downloadtalos-hostboot-e0373c9878e6ece88c090a0d2cad3beedd858198.tar.gz
talos-hostboot-e0373c9878e6ece88c090a0d2cad3beedd858198.zip
Add Axone targets to fapi error utilities
Added a few constants and case statements to cover the Axone targets in the convertSbeTargInstanceToFapiPos path. Change-Id: I38937f37bec051f279f837c48a7e5ce013bb23d8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68071 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68080 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include')
-rw-r--r--src/import/hwpf/fapi2/include/error_info_defs.H27
1 files changed, 17 insertions, 10 deletions
diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H
index e5347ae84..79a11b69c 100644
--- a/src/import/hwpf/fapi2/include/error_info_defs.H
+++ b/src/import/hwpf/fapi2/include/error_info_defs.H
@@ -163,16 +163,23 @@ enum ErrorInfoType
// @brief used when translating the SBE targets instance into a fapi pos.
enum maxTargetsPerProc : uint16_t
{
- MAX_MCBIST_PER_PROC = 2,
- MAX_MC_PER_PROC = 2,
- MAX_MI_PER_PROC = 4,
- MAX_MCS_PER_PROC = 4,
- MAX_EQ_PER_PROC = 6,
- MAX_MCA_PER_PROC = 8,
- MAX_PHB_PER_PROC = 6,
- MAX_EX_PER_PROC = 12,
- MAX_CORE_PER_PROC = 24,
- MAX_PERV_PER_PROC = 56,
+ MAX_MCBIST_PER_PROC = 2, //Nimbus
+ MAX_MC_PER_PROC = 2, //Cumulus,Axone
+ MAX_MI_PER_PROC = 4, //Cumulus,Axone
+ MAX_MCS_PER_PROC = 4, //Nimbus
+ MAX_EQ_PER_PROC = 6, //Nimbus,Cumulus,Axone
+ MAX_MCA_PER_PROC = 8, //Nimbus
+ MAX_PHB_PER_PROC = 6, //Nimbus,Cumulus,Axone
+ MAX_EX_PER_PROC = 12, //Nimbus,Cumulus,Axone
+ MAX_CORE_PER_PROC = 24, //Nimbus,Cumulus,Axone
+ MAX_PERV_PER_PROC = 56, //Nimbus,Cumulus,Axone
+ MAX_OBUS_PER_PROC = 4, //Nimbus,Cumulus,Axone
+ MAX_PEC_PER_PROC = 3, //Nimbus,Cumulus,Axone
+ MAX_OMI_PER_PROC = 16, //Axone
+ MAX_OMIC_PER_PROC = 6, //Axone
+ MAX_MCC_PER_PROC = 8, //Axone
+ MAX_OCMB_CHIP_PER_PROC = MAX_OMI_PER_PROC, //Axone
+
INVALID_TARGET_COUNT = 0xFFFF,
INVALID_FAPI_POS = INVALID_TARGET_COUNT,
};
OpenPOWER on IntegriCloud