summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep10/call_proc_cen_ref_clk_enable.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/istep10/call_proc_cen_ref_clk_enable.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/istep10/call_proc_cen_ref_clk_enable.C')
-rw-r--r--src/usr/isteps/istep10/call_proc_cen_ref_clk_enable.C7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/isteps/istep10/call_proc_cen_ref_clk_enable.C b/src/usr/isteps/istep10/call_proc_cen_ref_clk_enable.C
index 17c1605c5..6448b4147 100644
--- a/src/usr/isteps/istep10/call_proc_cen_ref_clk_enable.C
+++ b/src/usr/isteps/istep10/call_proc_cen_ref_clk_enable.C
@@ -93,8 +93,11 @@
//HWP
#include <p9_update_security_ctrl.H>
+
+#ifdef CONFIG_AXONE
#include <p9a_ocmb_enable.H>
#include <exp_check_for_ready.H>
+#endif
// secureboot
#include <secureboot/service.H>
@@ -1014,6 +1017,7 @@ void* call_proc_cen_ref_clk_enable(void *io_pArgs )
"completed ok");
}
+#ifdef CONFIG_AXONE
TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
"START : p9a_ocmb_enable"
"starting on 0x%.08X", TARGETING::get_huid( *l_proc_iter ));
@@ -1086,8 +1090,7 @@ void* call_proc_cen_ref_clk_enable(void *io_pArgs )
"completed ok");
}
}
-
-
+#endif
} // endfor
OpenPOWER on IntegriCloud