summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-05-16 11:56:55 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-18 12:14:44 -0400
commit19b723dc67287bc85100e24aa812d3b1c6399154 (patch)
treeccc61bc2eab01da07d52ab7e714d1cbccd80b0c4 /src
parent7152bd05a27d5a61d1b5d4bf6943a85ca75cbdd8 (diff)
downloadtalos-hostboot-19b723dc67287bc85100e24aa812d3b1c6399154.tar.gz
talos-hostboot-19b723dc67287bc85100e24aa812d3b1c6399154.zip
L2 HWPs - enable p9_htm_setup.C
Change-Id: I90187b4f92675c00fba3e8deefe749d368231e5a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24619 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/isteps/istep14/call_proc_htm_setup.C8
-rw-r--r--src/usr/isteps/istep14/makefile4
2 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/isteps/istep14/call_proc_htm_setup.C b/src/usr/isteps/istep14/call_proc_htm_setup.C
index cc27c2a2e..3feb31e5b 100644
--- a/src/usr/isteps/istep14/call_proc_htm_setup.C
+++ b/src/usr/isteps/istep14/call_proc_htm_setup.C
@@ -39,7 +39,7 @@
#include <fapi2/target.H>
//From Import Directory (EKB Repository)
-// #include <p9_htm_setup.H>
+#include <p9_htm_setup.H>
//Namespaces
using namespace ERRORLOG;
@@ -63,9 +63,9 @@ void* call_proc_htm_setup (void *io_pArgs)
const fapi2::Target<TARGET_TYPE_PROC_CHIP>
l_fapi_cpu_target(l_procChip);
// call p9_htm_setup.C HWP
-// FAPI_INVOKE_HWP( l_errl,
-// p9_htm_setup,
-// l_fapi_cpu_target);
+ FAPI_INVOKE_HWP( l_errl,
+ p9_htm_setup,
+ l_fapi_cpu_target);
if(l_errl)
{
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile
index b15201811..d2e75c786 100644
--- a/src/usr/isteps/istep14/makefile
+++ b/src/usr/isteps/istep14/makefile
@@ -52,7 +52,7 @@ OBJS += call_host_mpipl_service.o
include ${ROOTPATH}/procedure.rules.mk
-# include ${PROCEDURE_PATH}/hwp/nest/p9_htm_setup.mk
+include ${PROCEDURE_PATH}/hwp/nest/p9_htm_setup.mk
include ${PROCEDURE_PATH}/hwp/nest/p9_pcie_config.mk
include ${PROCEDURE_PATH}/hwp/nest/p9_exit_cache_contained.mk
include ${PROCEDURE_PATH}/hwp/nest/p9_setup_bars.mk
@@ -64,4 +64,4 @@ include ${PROCEDURE_PATH}/hwp/memory/p9_mss_power_cleanup.mk
include ${ROOTPATH}/config.mk
-VPATH += ${PROCEDURE_PATH}/hwp/nest/ ${PROCEDURE_PATH}/hwp/memory/ \ No newline at end of file
+VPATH += ${PROCEDURE_PATH}/hwp/nest/ ${PROCEDURE_PATH}/hwp/memory/
OpenPOWER on IntegriCloud