Skip to content

Commit

Permalink
p9_pre_poweron, p9_set_fsi_gp_shadow: Merge flush values, fix ROOT_CT…
Browse files Browse the repository at this point in the history
…RL2(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>
  • Loading branch information
fenkes-ibm authored and dcrowell77 committed Jun 13, 2017
1 parent 9d2ca20 commit e1b36d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit e1b36d9

Please sign in to comment.