summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-02-26 10:17:51 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-03-07 12:51:50 -0500
commit3649bde4de6125d79a5fa92a117d242128892340 (patch)
tree8d8535f1aedce48b45a96fef238b352f750ec54a /src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
parent792f58f0bf50e45688198237b7edae5757bbc95c (diff)
downloadtalos-hostboot-3649bde4de6125d79a5fa92a117d242128892340.tar.gz
talos-hostboot-3649bde4de6125d79a5fa92a117d242128892340.zip
Update getChildren fapi2::Target
Added the missing targets types to getChildren function. RTC:129517 Change-Id: I1ce0ef4d25beee3dea3653f359461304032597b7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21360 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Thi N. Tran <thi@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.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
index 7eba42eaa..fdca12fea 100644
--- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
+++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
@@ -46,6 +46,7 @@ namespace fapi2
MOD_FAPI2_PLAT_GET_TARGET_NAME = 0x03,
MOD_FAPI2_PLAT_HWP_TEST = 0x04,
MOD_FAPI2_PLAT_GET_PARENT_TEST = 0x05,
+ MOD_FAPI2_PLAT_GET_CHILDREN_TEST = 0x06,
};
/**
@@ -86,7 +87,7 @@ namespace fapi2
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,
// HWP generated errors
RC_HWP_GENERATED_ERROR = HWPF_COMP_ID | 0x0f,
OpenPOWER on IntegriCloud