Skip to content

Commit

Permalink
HB/IPL: ex_is_abomination workaround for hostboot
Browse files Browse the repository at this point in the history
Change-Id: I8e17e5aacafb0cbd9c80bc5f7c6b4c75f0603d75
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35715
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: CHRISTOPHER M. RIEDL <cmriedl@us.ibm.com>
Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35718
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
davidduyue authored and dcrowell77 committed Feb 10, 2017
1 parent 86ac03f commit fd704cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
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 @@ -182,6 +182,8 @@ enum P9_HCD_CLK_CTRL_CONSTANTS
CLK_REGION_EX1_L2 = BIT64(9),
CLK_REGION_EX0_REFR = BIT64(12),
CLK_REGION_EX1_REFR = BIT64(13),
CLK_REGION_EX0_L3_REFR = BIT64(6) | BIT64(12),
CLK_REGION_EX1_L3_REFR = BIT64(7) | BIT64(13),
CLK_REGION_EX0_L2_L3_REFR = BIT64(6) | BIT64(8) | BIT64(12),
CLK_REGION_EX1_L2_L3_REFR = BIT64(7) | BIT64(9) | BIT64(13),
CLK_REGION_ALL_BUT_L3_REFR = BITS64(4, 2) | BITS64(8, 4) | BIT64(14),
Expand Down

0 comments on commit fd704cf

Please sign in to comment.