summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp')
-rw-r--r--src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C5
-rw-r--r--src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C9
2 files changed, 13 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
index 2cbfc4409..a1d1da4ab 100644
--- a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
+++ b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
@@ -44,6 +44,8 @@
#include <initservice/isteps_trace.H>
#include <hwpisteperror.H>
+#include <sbe/sbeif.H>
+
// targeting support
#include <targeting/common/commontargeting.H>
#include <targeting/common/utilFilter.H>
@@ -301,7 +303,8 @@ void * call_host_slave_sbe_update( void * io_pArgs )
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_slave_sbe_update entry" );
- // call p8_customize_image.C
+ // @todo RTC 47033 - enable this call
+ // l_errl = SBE::updateProcessorSbeSeeproms();
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_slave_sbe_update exit" );
diff --git a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
index 097fe78ea..1bf3e339c 100644
--- a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
+++ b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
@@ -53,6 +53,7 @@
#include "sbe_centaur_init.H"
#include <hwpisteperror.H>
#include <errl/errludtarget.H>
+#include <sbe/sbeif.H>
#include "cen_xip_customize.H"
extern fapi::ReturnCode fapiPoreVe(const fapi::Target i_target,
@@ -143,6 +144,14 @@ void* call_sbe_centaur_init( void *io_pArgs )
l_membuf_iter != l_membufTargetList.end();
++l_membuf_iter)
{
+/*
+ //find SBE image in PNOR
+ // @todo RTC 77647
+ // Will use SBE::findSBEInPnor() function rather than
+ // VFS::module_load/address() function calls above
+
+*/
+
// Make sure we have successfully retrieved the reference image
if (l_errl)
{
OpenPOWER on IntegriCloud