summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-08-22 10:14:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-04 13:12:57 -0400
commitcd16909c0ad37d7b00d3668a04e77a00e6865f7c (patch)
tree32bd6722d3bb38ee47fa644103e5351b2b5e8723 /src/import/hwpf
parent720f2d1fe4a8d140b11830883793d243ade06b7b (diff)
downloadtalos-hostboot-cd16909c0ad37d7b00d3668a04e77a00e6865f7c.tar.gz
talos-hostboot-cd16909c0ad37d7b00d3668a04e77a00e6865f7c.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> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28614 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
index a4562b18b..fe8bbea5f 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
@@ -61,6 +61,11 @@
<default>0</default>
</attribute>
<attribute>
+ <id>ATTR_CLOCK_PLL_MUX</id>
+ <default>80010800</default>
+ </attribute>
+
+ <attribute>
<id>ATTR_OCC_LFIR</id>
</attribute>
<attribute>
@@ -232,6 +237,14 @@
<id>ATTR_IO_FILTER_BYPASS</id>
</attribute>
<attribute>
+ <id>ATTR_DPLL_BYPASS</id>
+ <default>0</default>
+ </attribute>
+ <attribute>
+ <id>ATTR_NEST_MEM_X_O_PCI_BYPASS</id>
+ <default>0</default>
+ </attribute>
+ <attribute>
<id>ATTR_TARGET_HAS_POWER</id>
</attribute>
<attribute>
OpenPOWER on IntegriCloud