summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/slave_sbe
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/slave_sbe')
-rw-r--r--src/usr/hwpf/hwp/slave_sbe/slave_sbe.C12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
index 49225a4aa..fe568e2e7 100644
--- a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
+++ b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
@@ -175,6 +175,18 @@ void* call_host_slave_sbe_config(void *io_pArgs)
}
}
+
+ // Resolve the side characteristics of the Processor SBE Seeproms
+ errlHndl_t err = SBE::resolveProcessorSbeSeeproms();
+ if ( err )
+ {
+ // Create IStep error log and cross reference error that occurred
+ l_stepError.addErrorDetails( err );
+
+ // Commit Error
+ errlCommit( err, HWPF_COMP_ID );
+ }
+
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_slave_sbe_config exit" );
OpenPOWER on IntegriCloud