summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2016-09-22 14:50:15 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-28 13:45:07 -0400
commitd2185ac429b9b0aeccc2461d694b44e547d0314f (patch)
tree08b44a0f195cbaa939aad573f538d81eb43be953 /src/import
parent61e3ac4d305b4611afc41353b3bcdb210d05f616 (diff)
downloadtalos-hostboot-d2185ac429b9b0aeccc2461d694b44e547d0314f.tar.gz
talos-hostboot-d2185ac429b9b0aeccc2461d694b44e547d0314f.zip
Add macros for MSS_LAB_ASSERT and MSS_LAB_ASSERT_NOEXIT
Change MSS_ASSERT_NOEXIT to set FAPI2_RC_FALSE error code Add lab tool "unloading ecmd libraries" message on termination Fix bug in ecmd_facade to properly call ecmdUnloadDll in destructor Change-Id: Id681b190524501ad29e8da8f9cf740bcb83f88f9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30123 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30271 Reviewed-by: Hostboot Team <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')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H b/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H
index 0bcfae140..04d4e4054 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H
@@ -55,7 +55,7 @@
{ \
__ffdc__.execute(fapi2::FAPI2_ERRL_SEV_UNDEFINED, true); \
FAPI_ERR(__VA_ARGS__); \
- fapi2::current_err = fapi2::FAPI2_RC_INVALID_PARAMETER; \
+ fapi2::current_err = fapi2::FAPI2_RC_FALSE; \
}
#endif
OpenPOWER on IntegriCloud