summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2016-02-29 23:22:08 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2016-06-14 09:12:08 -0400
commit3e84e26a998aa57b6b2f452003fcbb941c5c9e37 (patch)
tree9cdeb81a4e6159e074d269c685d849771e6ce6d6 /import/hwpf
parent37a6c05e8ef51cf4899cad053de87c80b26c185b (diff)
downloadtalos-sbe-3e84e26a998aa57b6b2f452003fcbb941c5c9e37.tar.gz
talos-sbe-3e84e26a998aa57b6b2f452003fcbb941c5c9e37.zip
PutRing utils to scan rings
Change-Id: Ieab183be571fda1013ef658568aee495c68c7100 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21795 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Dev-Ready: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21796 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/return_code_defs.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/import/hwpf/fapi2/include/return_code_defs.H b/import/hwpf/fapi2/include/return_code_defs.H
index 72fdc201..03c5aba3 100644
--- a/import/hwpf/fapi2/include/return_code_defs.H
+++ b/import/hwpf/fapi2/include/return_code_defs.H
@@ -98,6 +98,16 @@ enum ReturnCodes : uint32_t
FAPI2_RC_PLAT_NOT_SUPPORTED_AT_RUNTIME = FAPI2_RC_PLAT_MASK | 0x03,
///< Operation not supported by HB runtime
+
+ FAPI2_RC_PLAT_ERR_RING_HEADER_CHECK = FAPI2_RC_PLAT_MASK | 0x04,
+ //Operation on putring fail because of header data mismatch
+ //
+ FAPI2_RC_PLAT_RING_DECODE_LENGTH_EXCEEDED = FAPI2_RC_PLAT_MASK | 0x05,
+ //Operation on putring fail because of decode length greater than actual
+ //ring length.
+
+ FAPI2_RC_PLAT_RING_ID_NOT_FOUND_IN_RS4_IMAGE = FAPI2_RC_PLAT_MASK | 0x06,
+ //Operation on putring fail because of ringId not found in RS4 image
};
}
OpenPOWER on IntegriCloud