summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2019-08-08 08:53:24 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-19 08:03:26 -0500
commit33dcae3a25a83588c9dcacb7eaf62d915bc61ae0 (patch)
tree16ad9cde38b877006f869beb5ca50b0070df9837 /src/import
parent5825828fa7984e6d46dd47ef1835646303d2a593 (diff)
downloadtalos-hostboot-33dcae3a25a83588c9dcacb7eaf62d915bc61ae0.tar.gz
talos-hostboot-33dcae3a25a83588c9dcacb7eaf62d915bc61ae0.zip
Set SMF_CONFIG Attribute in MBOX Scratch Reg
ATTR_SMF_CONFIG was not being written into the scratch reg 6 correctly, which was one of the causes of issues with SMF on OpenPOWER systems. This commit enables that attribute to be written to the scratch reg. Change-Id: I2b8a8c789ed520f6e10ca6d5626f536ee6164afc Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81949 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Claus M Olsen <cmolsen@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81979 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
index 27b1877ba..f822282b5 100644
--- a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
+++ b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
@@ -305,6 +305,7 @@ fapi2::ReturnCode writeMboxRegs (
MBOX_ATTR_WRITE (ATTR_PROC_EPS_WRITE_CYCLES_T2, FAPI_SYSTEM, i_image);
MBOX_ATTR_WRITE (ATTR_LPC_CONSOLE_CNFG, i_procTarget, i_image);
MBOX_ATTR_WRITE (ATTR_SBE_NVDIMM_IN_PORT, i_procTarget, i_image);
+ MBOX_ATTR_WRITE (ATTR_SMF_CONFIG, FAPI_SYSTEM, i_image);
// for backwards compatiblity with images that don't contain
// the OB/MC PLL bucket attributes, ensure that the item exists
OpenPOWER on IntegriCloud