summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istepHelperFuncs.C
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-05-16 10:29:51 -0500
committerMatthew A. Ploetz <maploetz@us.ibm.com>2016-06-15 09:16:59 -0400
commit1107721b8a869ce5f1b93ac0b20296209a99ef85 (patch)
tree520c14a31a9d8b98fadac60abfbd2c762bd7e6f8 /src/usr/isteps/istepHelperFuncs.C
parentc5f34f7df31049b61b4910772d6354963615eba7 (diff)
downloadtalos-hostboot-1107721b8a869ce5f1b93ac0b20296209a99ef85.tar.gz
talos-hostboot-1107721b8a869ce5f1b93ac0b20296209a99ef85.zip
Enable Istep 13 L2 Procedures
More work to enable the building and calling of variable istep 13 HWPS RTC: 134081 Change-Id: I662f6819dd880feed7e473f4d8bfb6bcde41aaaf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24608 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istepHelperFuncs.C')
-rw-r--r--src/usr/isteps/istepHelperFuncs.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/isteps/istepHelperFuncs.C b/src/usr/isteps/istepHelperFuncs.C
index e883420f5..76cb56ddd 100644
--- a/src/usr/isteps/istepHelperFuncs.C
+++ b/src/usr/isteps/istepHelperFuncs.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -50,7 +50,7 @@ void set_eff_config_attrs_helper( const EFF_CONFIG_ATTRIBUTES_BASE i_base,
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"set_eff_config_attrs_helper: setting _EFF_CONFIG attributes "
"enter: i_base=%d", i_base);
-/* @TODO: RTC:133830 Uncomment this once the attribute support is in place
+
o_post_dram_inits_found = false;
// Local Variables ('pdi_' means 'post dram init')
@@ -262,6 +262,6 @@ void set_eff_config_attrs_helper( const EFF_CONFIG_ATTRIBUTES_BASE i_base,
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"set_eff_config_attrs_helper: setting _EFF_CONFIG "
"attributes exit");
-*/
+
}
OpenPOWER on IntegriCloud