diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2018-08-24 16:58:25 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-09-18 21:20:21 -0500 |
| commit | 5e3f78a64c7c22454b06e215ab16be4337bf455f (patch) | |
| tree | 9fbd195a324315d8921b6837da5321c8c42b01d1 /src/include/usr/fapi2 | |
| parent | 5f64ef1356e4576f2c63c60cb488d5a6a481507b (diff) | |
| download | blackbird-hostboot-5e3f78a64c7c22454b06e215ab16be4337bf455f.tar.gz blackbird-hostboot-5e3f78a64c7c22454b06e215ab16be4337bf455f.zip | |
Update fapi2 tests cases with Axone targets
This commit will add new fapi2 tests case to make sure that the
new MCC, OMI, and OMIC target types work correctly. Also in
this commit I realized how much of a pain adding new targets can
be for these tests so I added some macros to reduce the amount of
changes required for some of the tests when new targets get added
Change-Id: I5879c23dcd756686e369b1f81e58d56b73b1607f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65204
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2')
| -rw-r--r-- | src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H index 24aa4767d..c8c61211d 100644 --- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H +++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H @@ -94,26 +94,6 @@ namespace fapi2 //Platform generated errors RC_NO_PROCS_FOUND = FAPI2_COMP_ID | 0x0B, RC_NO_PATH_TO_TARGET_FOUND = FAPI2_COMP_ID | 0x0C, - RC_CORE_NO_EX_FOUND = FAPI2_COMP_ID | 0x0D, - RC_CORE_NO_EQ_FOUND = FAPI2_COMP_ID | 0x0E, - RC_CORE_NO_PROC_FOUND = FAPI2_COMP_ID | 0x10, - RC_EX_NO_EQ_FOUND = FAPI2_COMP_ID | 0x11, - RC_EX_NO_PROC_FOUND = FAPI2_COMP_ID | 0x12, - RC_EQ_NO_PROC_FOUND = FAPI2_COMP_ID | 0x13, - RC_MCA_NO_MCS_FOUND = FAPI2_COMP_ID | 0x14, - RC_MCA_NO_PROC_FOUND = FAPI2_COMP_ID | 0x15, - RC_MCS_NO_PROC_FOUND = FAPI2_COMP_ID | 0x16, - RC_MCBIST_NO_PROC_FOUND = FAPI2_COMP_ID | 0x17, - RC_PHB_NO_PEC_FOUND = FAPI2_COMP_ID | 0x18, - RC_PHB_NO_PROC_FOUND = FAPI2_COMP_ID | 0x19, - RC_PEC_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1a, - RC_XBUS_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1b, - RC_OBUS_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1c, - RC_OBRICK_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1d, - RC_PPE_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1e, - RC_PERV_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1f, - RC_CAPP_NO_PROC_FOUND = FAPI2_COMP_ID | 0x20, - RC_SBE_NO_PROC_FOUND = FAPI2_COMP_ID | 0x21, RC_INVALID_CHILD_COUNT = FAPI2_COMP_ID | 0x22, RC_UNIT_NO_PERV_FOUND = FAPI2_COMP_ID | 0x23, RC_INCORRECT_OTHER_END = FAPI2_COMP_ID | 0x24, |

