Skip to content

Commit dde020c

Browse files
fenkes-ibmop-jenkins
authored andcommitted
FAPI2: Add FAPI2_RC_PLAT_MISCOMPARE
To be used by platform getScom implementations for multicast-compare failures, but the description is deliberately kept generic so other calls can return this too if it fits. Change-Id: Ib3cbe182b2d5e1c9307c945594816df7c3ac284d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86879 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: Nicholas E Bofferding <bofferdn@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Joseph J McGill <jmcgill@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/97070 Reviewed-by: Steven B Janssen <janssens@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Kahn C Evans <kahnevan@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
1 parent 3a223dc commit dde020c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

import/hwpf/fapi2/include/return_code_defs.H

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HCODE Project */
77
/* */
8-
/* COPYRIGHT 2012,2018 */
8+
/* COPYRIGHT 2012,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -117,6 +117,10 @@ enum ReturnCodes : uint32_t
117117

118118
FAPI2_RC_PLAT_TOR_HEADER_DATA_INVALID = FAPI2_RC_PLAT_MASK | 0x07,
119119
//Accessing TOR ring section fail because TOR magic word not found
120+
121+
FAPI2_RC_PLAT_MISCOMPARE = FAPI2_RC_PLAT_MASK | 0x08,
122+
///< An operation (like a getScom using multicast-compare) failed
123+
///< because the returned data was different from a reference value.
120124
};
121125

122126
}

0 commit comments

Comments
 (0)