diff options
| author | Bilicon Patil <bilpatil@in.ibm.com> | 2016-02-29 23:22:08 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-14 15:22:17 -0400 |
| commit | 0b26167f16dd4f4ea369eb41741ef0ef8f23e09a (patch) | |
| tree | b855e3083dfe5aca8095cf29e0435c12fbfb0d20 /src/import/hwpf/fapi2 | |
| parent | f2b5b9269a553d3ce7de44e3f29b94c00f0ab22f (diff) | |
| download | blackbird-hostboot-0b26167f16dd4f4ea369eb41741ef0ef8f23e09a.tar.gz blackbird-hostboot-0b26167f16dd4f4ea369eb41741ef0ef8f23e09a.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/21797
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2')
| -rw-r--r-- | src/import/hwpf/fapi2/include/return_code_defs.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/include/return_code_defs.H b/src/import/hwpf/fapi2/include/return_code_defs.H index 72fdc2017..03c5aba3a 100644 --- a/src/import/hwpf/fapi2/include/return_code_defs.H +++ b/src/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 }; } |

