summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-06-20 13:44:00 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-22 17:02:41 -0400
commitab6f0d21da7d4af25198ecd1b0837c9ec2c3b8f2 (patch)
treecdb176a49c1f3dec4911dcc0013fcd2c8acdc3ec
parent892ecc094aa8b175bf71bbb92210b781a3899ec2 (diff)
downloadtalos-hostboot-ab6f0d21da7d4af25198ecd1b0837c9ec2c3b8f2.tar.gz
talos-hostboot-ab6f0d21da7d4af25198ecd1b0837c9ec2c3b8f2.zip
Enabled proc_pcie_config HWP call in istep 14
This was disabled because it required new scom addresses. The current hack to pull in the latest scomdef in the simics workaround script fixes it until our backing build is updated. Change-Id: Ia5b544b80d2bf0c657637462f4be28fee1d079a4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26060 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/isteps/istep14/call_proc_pcie_config.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep14/call_proc_pcie_config.C b/src/usr/isteps/istep14/call_proc_pcie_config.C
index 4851b4a7e..9cd22379c 100644
--- a/src/usr/isteps/istep14/call_proc_pcie_config.C
+++ b/src/usr/isteps/istep14/call_proc_pcie_config.C
@@ -68,7 +68,7 @@ void* call_proc_pcie_config (void *io_pArgs)
"target HUID %.8X", TARGETING::get_huid(l_procChip));
// call the HWP with each fapi::Target
-// FAPI_INVOKE_HWP( l_errl, p9_pcie_config, l_fapi_cpu_target );
+ FAPI_INVOKE_HWP( l_errl, p9_pcie_config, l_fapi_cpu_target );
if ( l_errl )
{
OpenPOWER on IntegriCloud