summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep09list.H
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-11-13 12:47:31 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-16 10:10:54 -0600
commita59dccb2db8eabad2b756b9207e28a0e72aa7cbc (patch)
treede09149cbedd5e57fef42a21beab6a67f44eea4f /src/include/usr/isteps/istep09list.H
parentf2f75404fafd6d6e7e52a5b901665165ab61b625 (diff)
downloadtalos-hostboot-a59dccb2db8eabad2b756b9207e28a0e72aa7cbc.tar.gz
talos-hostboot-a59dccb2db8eabad2b756b9207e28a0e72aa7cbc.zip
P8+ VPO - HB supports to istep 7 for NVLINK test
Change-Id: I79ec79e1601ae51bf759b80a07c5b4cf2d97fc5c RTC: 95236 Depends-On: I19823ac32a963d7072d21140b828c30ab326a19f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14468 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep09list.H')
-rw-r--r--src/include/usr/isteps/istep09list.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep09list.H b/src/include/usr/isteps/istep09list.H
index d3c91e555..6ea16a920 100644
--- a/src/include/usr/isteps/istep09list.H
+++ b/src/include/usr/isteps/istep09list.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -49,6 +51,7 @@
// include prototypes file
#include "../../../usr/hwpf/hwp/activate_powerbus/activate_powerbus.H"
+#include <config.h>
namespace INITSERVICE
{
@@ -58,6 +61,8 @@ namespace INITSERVICE
NULL,
{ NONE, EXT_IMAGE, IPL_NOOP, false }
},
+// Reduce ext img for VPO
+#ifndef CONFIG_VPO_COMPILE
{
ISTEPNAME(09,01,"proc_build_smp"),
ACTIVATE_POWERBUS::call_proc_build_smp,
@@ -68,14 +73,17 @@ namespace INITSERVICE
ACTIVATE_POWERBUS::call_host_slave_sbe_update,
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
},
+#endif
};
const DepModInfo g_istep09Dependancies = {
{
+#ifndef CONFIG_VPO_COMPILE
DEP_LIB(libactivate_powerbus.so),
DEP_LIB(libdram_initialization.so),
DEP_LIB(libsbe.so),
DEP_LIB(libbuild_winkle_images.so),
+#endif
NULL
}
};
OpenPOWER on IntegriCloud