Skip to content

Commit

Permalink
Updates to allow powerbus/memory to run async
Browse files Browse the repository at this point in the history
  • Loading branch information
sannerd authored and rlippert committed Mar 3, 2017
1 parent abfe0a3 commit 0e382eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zaius.xml
Expand Up @@ -8301,7 +8301,7 @@
</attribute>
<attribute>
<id>FREQ_PB_MHZ</id>
<default>1866</default>
<default>2000</default>
</attribute>
<attribute>
<id>FREQ_PCIE_MHZ</id>
Expand Down Expand Up @@ -8888,7 +8888,7 @@
</attribute>
<attribute>
<id>MSS_MRW_SUPPORTED_FREQ</id>
<default>0x74A,0,0,0</default>
<default>0x74A,0x855,0,0</default>
</attribute>
<attribute>
<id>MSS_MRW_TEMP_REFRESH_RANGE</id>
Expand Down Expand Up @@ -9460,7 +9460,7 @@
</attribute>
<attribute>
<id>REQUIRED_SYNCH_MODE</id>
<default>1</default>
<default>2</default>
</attribute>
<attribute>
<id>RESOURCE_IS_CRITICAL</id>
Expand Down Expand Up @@ -34197,7 +34197,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x07</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -39550,7 +39550,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
<default>0x08</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down

0 comments on commit 0e382eb

Please sign in to comment.