summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Fenkes <fenkes@de.ibm.com>2017-06-08 18:20:09 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-13 12:26:49 -0400
commite1b36d9a442a61a89d09e3a6dfbfeaf2aaa3b2be (patch)
treef9a6e461dd6ffff9da22582c5f3f25132099a98c
parent9d2ca2037b942f29c5bb259dc9b6e68f8f50a71c (diff)
downloadtalos-hostboot-e1b36d9a442a61a89d09e3a6dfbfeaf2aaa3b2be.tar.gz
talos-hostboot-e1b36d9a442a61a89d09e3a6dfbfeaf2aaa3b2be.zip
p9_pre_poweron, p9_set_fsi_gp_shadow: Merge flush values, fix ROOT_CTRL2(5)
Have pre_poweron use constants from p9_set_fsi_gp_shadow so we only have one additional copy of the flush values outside of the VHDL itself. Also fix ROOT_CTRL2(5) so that PIB traces actually capture request and response data after IPL. Change-Id: I01dc1132de5953c2853ff395cce0ede3aac434d7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41579 Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41581 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_set_fsi_gp_shadow.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_set_fsi_gp_shadow.H b/src/import/chips/p9/procedures/hwp/perv/p9_set_fsi_gp_shadow.H
index 26a5d0200..0ae696217 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_set_fsi_gp_shadow.H
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_set_fsi_gp_shadow.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -51,7 +51,7 @@ enum P9_SET_FSI_GP_SHADOW_Public_Constants
PERV_CTRL1_FLUSHVALUE = 0x63C00000,
ROOT_CTRL0_FLUSHVALUE = 0x80FE4003,
ROOT_CTRL1_FLUSHVALUE = 0x00180000,
- ROOT_CTRL2_FLUSHVALUE = 0x0000E000,
+ ROOT_CTRL2_FLUSHVALUE = 0x0400E000,
ROOT_CTRL5_FLUSHVALUE = 0x00000000,
ROOT_CTRL3_FLUSHVALUE = 0x0080C000,
ROOT_CTRL4_FLUSHVALUE = 0x00000000,
OpenPOWER on IntegriCloud