diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2016-10-11 19:20:49 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-10-12 09:40:45 -0400 |
| commit | 2904841497919d7bc7dd2ec6fc18eaf453aeca8f (patch) | |
| tree | 06204e38852cd764ea517762e0c3e945a78d1f34 | |
| parent | 6c8eba571369f2df68aae86d9997a97341f55bcc (diff) | |
| download | talos-hostboot-2904841497919d7bc7dd2ec6fc18eaf453aeca8f.tar.gz talos-hostboot-2904841497919d7bc7dd2ec6fc18eaf453aeca8f.zip | |
Default some of the mbox scratch reg values
- Set a reasonable default for the PLL clock mux settings
- Set the SBE I2C bus dev to 0x3 for all systems
Change-Id: I26628a25a9f5da5727efe41f01370f6905d1be56
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31033
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 415fee7a3..e9162236d 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -20056,6 +20056,7 @@ Measured in GB</description> </description> <simpleType> <uint16_t> + <default>0x0003</default> </uint16_t> </simpleType> <persistency>volatile-zeroed</persistency> @@ -20851,6 +20852,7 @@ Measured in GB</description> <description>setup clock mux settings</description> <simpleType> <uint32_t> + <default>0x8c010800</default> </uint32_t> </simpleType> <persistency>non-volatile</persistency> |

