summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-02-16 15:14:03 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-04-05 15:12:57 -0400
commite8fdc1c11a1ee3c9406b75ebb45b619371e60182 (patch)
treee4d6c6cc53cf2e122b92c790d7d9790aeed05700 /src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
parent6e0d21f16e8153125f8dbd2a8feb4ce56ff54e39 (diff)
downloadtalos-hostboot-e8fdc1c11a1ee3c9406b75ebb45b619371e60182.tar.gz
talos-hostboot-e8fdc1c11a1ee3c9406b75ebb45b619371e60182.zip
Add getOtherEnd to fapi2::Target
RTC:129517 Change-Id: I7270b194b609daf8e547313cf73a640e4adc48aa Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21873 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H')
-rw-r--r--src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
index c737ca692..730e809f7 100644
--- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
+++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
@@ -48,6 +48,8 @@ namespace fapi2
MOD_FAPI2_PLAT_GET_PARENT_TEST = 0x05,
MOD_FAPI2_PLAT_GET_CHILDREN_TEST = 0x06,
MOD_FAPI2_VERIFYCFAMACCESSTARGET = 0x07,
+ MOD_FAPI2_PLAT_GET_OTHER_END_TEST = 0x08,
+ MOD_FAPI2_PLAT_GET_OTHER_END = 0x09,
};
/**
@@ -90,6 +92,9 @@ namespace fapi2
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,
+ RC_FOUND_TOO_MANY_PEERS = FAPI2_COMP_ID | 0x25,
+ RC_FOUND_NO_PEERS = FAPI2_COMP_ID | 0x26,
// HWP generated errors
RC_HWP_GENERATED_ERROR = HWPF_COMP_ID | 0x0f,
OpenPOWER on IntegriCloud