summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2016-12-06 10:44:50 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-05 16:40:21 -0500
commit900ec49570a0afb3e37758ed216f9ed0aa9a7f66 (patch)
tree171115d4a2cad48f9559a5cbc6880a2181164907 /src/import/hwpf
parentfdef37827ef440d4821298b2b7923387530b9b26 (diff)
downloadtalos-hostboot-900ec49570a0afb3e37758ed216f9ed0aa9a7f66.tar.gz
talos-hostboot-900ec49570a0afb3e37758ed216f9ed0aa9a7f66.zip
SBE: Handle error part in putring code
Change-Id: I11391e341b688a38a672a657494a5f1e29542489 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33467 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33473 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/return_code_defs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/return_code_defs.H b/src/import/hwpf/fapi2/include/return_code_defs.H
index be7bbf4bd..7f587aff0 100644
--- a/src/import/hwpf/fapi2/include/return_code_defs.H
+++ b/src/import/hwpf/fapi2/include/return_code_defs.H
@@ -112,7 +112,7 @@ enum ReturnCodes : uint32_t
//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,
+ FAPI2_RC_PLAT_RS4_HEADER_DATA_INVALID = FAPI2_RC_PLAT_MASK | 0x06,
//Operation on putring fail because of ringId not found in RS4 image
};
OpenPOWER on IntegriCloud