summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/occ
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-04-07 22:40:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-09 22:11:52 -0500
commit14ac97bb6928e16beee94d7041b535756ac5caf1 (patch)
tree5c18b54aaa331835f3efc687f4c5a134d011d706 /src/usr/hwpf/hwp/occ
parentb13486920ba90ada1975271a6dd3e61cd8b96a66 (diff)
downloadtalos-hostboot-14ac97bb6928e16beee94d7041b535756ac5caf1.tar.gz
talos-hostboot-14ac97bb6928e16beee94d7041b535756ac5caf1.zip
Fix for checkstop analysis setup
Fix flash address sent up to the OCC. Change-Id: Ie2bcf119e6395d606d1e96c5f28d0b7c18dc1d40 RTC: 123456 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16934 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/occ')
-rw-r--r--src/usr/hwpf/hwp/occ/occ_common.C15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/usr/hwpf/hwp/occ/occ_common.C b/src/usr/hwpf/hwp/occ/occ_common.C
index 5cb80678d..13f1c06e5 100644
--- a/src/usr/hwpf/hwp/occ/occ_common.C
+++ b/src/usr/hwpf/hwp/occ/occ_common.C
@@ -167,19 +167,20 @@ namespace HBOCC
if( masterproc == i_proc )
{
config_data->firMaster = IS_FIR_MASTER;
+
+ // TODO: RTC 124683 The ability to write the HOMER data
+ // is currently not available at runtime.
+#ifndef __HOSTBOOT_RUNTIME
+ l_errl = PRDF::writeHomerFirData( config_data->firdataConfig,
+ sizeof(config_data->firdataConfig) );
+#endif
+
}
else
{
config_data->firMaster = NOT_FIR_MASTER;
}
- // TODO: RTC 124683 The ability to write the HOMER data is currently not
- // available at runtime.
- #ifndef __HOSTBOOT_RUNTIME
- l_errl = PRDF::writeHomerFirData( config_data->firdataConfig,
- sizeof(config_data->firdataConfig) );
- #endif
-
#else
config_data->firMaster = 0;
//force to an older version so we can support
OpenPOWER on IntegriCloud