summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C')
-rw-r--r--src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C9
1 files changed, 9 insertions, 0 deletions
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