diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2016-08-22 10:14:04 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:17:38 -0500 |
| commit | 25be1394bb46fab65e2d68acad63de6904251d60 (patch) | |
| tree | 0c2884bfd0bc583c7f7ed3930ef270d6108e291b | |
| parent | 7bd8203e0518dd1a78216501104494d2ea2a01f9 (diff) | |
| download | talos-hcode-25be1394bb46fab65e2d68acad63de6904251d60.tar.gz talos-hcode-25be1394bb46fab65e2d68acad63de6904251d60.zip | |
PLL configuration updates -- permit e2e bypass execution
p9_sbe_attr_setup
p9_setup_sbe_config
transmit PLL bypass controls through MBOX Scratch 4 bits 16:20
transmit PLL mux controls through MBOX Scratch 5 bits 12:31
p9_common_poweronoff
increase polling delays to account for refclock speed
p9_hcd_cache_dpll_setup
permit DPLL execution in bypass, based on ATTR_DPLL_BYPASS
p9_sbe_npll_setup
permit NEST PLL execution in bypass, based on ATTR_NEST_MEM_X_O_PCI_BYPASS
p9_mem_pll_setup
permit MEM PLL execution in bypass, based on ATTR_NEST_MEM_X_O_PCI_BYPASS
p9_sbe_chiplet_pll_setup
permit X/O/PCI PLL execution in bypass, based on ATTR_NEST_MEM_X_O_PCI_BYPASS
p9_sbe_tp_switch_gears
skip adjustment of i2c bit divisor, based on ATTR_NEST_MEM_X_O_PCI_BYPASS
p9_sbe_attributes.xml
hb_temp_defaults.xml
add defaults to enable platform CI
Change-Id: Icba6aee79d90b0280ba4818afd92c344c52f52ef
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28611
Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C b/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C index 960c64b7..5e8c6958 100644 --- a/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C +++ b/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C @@ -74,7 +74,7 @@ const uint64_t PPM_PFSNS[2] = { C_PPM_PFSNS, }; enum { FSM_IDLE_POLLING_HW_NS_DELAY = 10000, - FSM_IDLE_POLLING_SIM_CYCLE_DELAY = 80000, + FSM_IDLE_POLLING_SIM_CYCLE_DELAY = 320000, PFET_STATE_LENGTH = 2, VXX_PG_SEL_LEN = 4 }; |

