summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep07/call_mss_freq.C
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-03-29 09:47:49 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-03 15:15:04 -0500
commit16378af2527d53c9b35416848cebb3b34a0b73e0 (patch)
tree06662beb5181abd180582448ca12d5bbc67fe992 /src/usr/isteps/istep07/call_mss_freq.C
parent9fd0af32313c2b5443aecab7a325fb549a185f14 (diff)
downloadtalos-hostboot-16378af2527d53c9b35416848cebb3b34a0b73e0.tar.gz
talos-hostboot-16378af2527d53c9b35416848cebb3b34a0b73e0.zip
Compile Explorer MSS libs in our istepsmss lib
We added P9A awhile back but forgot to add in the explorer libs. Some of the MSS hwps are requiring these so we need to add them. When we pulled this in it caused the HBI image for the Nimbus and Cumulus standalone layouts to be too large. To get around this we will not compile any Axone/Explorer HWP code in non-axone system configurations. Change-Id: I041f5f160a6e530995bbb1b350a1b2362704fbc8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75224 Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep07/call_mss_freq.C')
-rw-r--r--src/usr/isteps/istep07/call_mss_freq.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/isteps/istep07/call_mss_freq.C b/src/usr/isteps/istep07/call_mss_freq.C
index fa6f156cd..ca7580d89 100644
--- a/src/usr/isteps/istep07/call_mss_freq.C
+++ b/src/usr/isteps/istep07/call_mss_freq.C
@@ -58,8 +58,11 @@
#include <p9_mss_freq.H>
#include <p9_mss_freq_system.H>
#include <p9c_mss_freq.H>
+
+#ifdef CONFIG_AXONE
#include <p9a_mss_freq.H>
#include <p9a_mss_freq_system.H>
+#endif
namespace ISTEP_07
{
@@ -188,6 +191,7 @@ void* call_mss_freq( void *io_pArgs )
}
} // End mcs loop
}
+#ifdef CONFIG_AXONE
else if(l_procModel == TARGETING::MODEL_AXONE)
{
TARGETING::TargetHandleList l_memportTargetList;
@@ -235,6 +239,7 @@ void* call_mss_freq( void *io_pArgs )
break;
}
}
+#endif
// PB frequency was set in istep 6 for non MC SYNC mode
// allow it to change here
@@ -307,6 +312,7 @@ void* call_mss_freq( void *io_pArgs )
}
}
}
+#ifdef CONFIG_AXONE
else if(l_procModel == TARGETING::MODEL_AXONE)
{
TARGETING::TargetHandleList l_mcTargetList;
@@ -340,6 +346,7 @@ void* call_mss_freq( void *io_pArgs )
}
}
}
+#endif
if(l_StepError.getErrorHandle() != NULL)
{
OpenPOWER on IntegriCloud