diff options
author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2017-07-25 00:32:08 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-29 12:33:59 -0400 |
commit | 1ab2edd7289634d3b3d0262d309f8f640ab76d1e (patch) | |
tree | 0d19005ed39cf75c991f0d6a8a203d519aeefe34 /src/import/hwpf/fapi2 | |
parent | 42f0422d802186b0dd811de6fc05a7a999665fe3 (diff) | |
download | talos-hostboot-1ab2edd7289634d3b3d0262d309f8f640ab76d1e.tar.gz talos-hostboot-1ab2edd7289634d3b3d0262d309f8f640ab76d1e.zip |
AVSBUS: Move fapi2 return code to error xml file
- rebased
Change-Id: I186e716986012ede094a09e490a983ddcb4b92ef
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43582
Dev-Ready: Brent Wieman <bwieman@us.ibm.com>
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: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44733
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/import/hwpf/fapi2/include/return_code_defs.H b/src/import/hwpf/fapi2/include/return_code_defs.H index 205cd6454..b22ac360a 100644 --- a/src/import/hwpf/fapi2/include/return_code_defs.H +++ b/src/import/hwpf/fapi2/include/return_code_defs.H @@ -114,9 +114,6 @@ enum ReturnCodes : uint32_t FAPI2_RC_PLAT_RS4_HEADER_DATA_INVALID = FAPI2_RC_PLAT_MASK | 0x06, //Operation on putring fail because of ringId not found in RS4 image - // - FAPI2_RC_PLAT_AVSBUS_POLL_TIMEOUT = FAPI2_RC_PLAT_MASK | 0x06, - //Operation on putring fail because of ringId not found in RS4 image }; } |