Skip to content

Commit

Permalink
Add VPD_REC_NUM defaults for OCMB chips in Axone system xml for sim
Browse files Browse the repository at this point in the history
This attribute defaults to 0xFFFF which causes errors if used in calculations

Change-Id: I0e7fc211ed1c8c78e00c57a3f0adb138fe1ffedc
RTC: 196805
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69573
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
crgeddes committed Dec 17, 2018
1 parent 7381575 commit db55a87
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8478,6 +8478,10 @@
<id>POSITION</id>
<default>0</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>0</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8507,6 +8511,10 @@
<id>POSITION</id>
<default>1</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>1</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8536,6 +8544,10 @@
<id>POSITION</id>
<default>2</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>2</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8565,6 +8577,10 @@
<id>POSITION</id>
<default>3</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>3</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8594,6 +8610,10 @@
<id>POSITION</id>
<default>4</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>4</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8623,6 +8643,10 @@
<id>POSITION</id>
<default>5</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>5</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8652,6 +8676,10 @@
<id>POSITION</id>
<default>6</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>6</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8681,6 +8709,10 @@
<id>POSITION</id>
<default>7</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>7</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8710,6 +8742,10 @@
<id>POSITION</id>
<default>8</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>8</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8739,6 +8775,10 @@
<id>POSITION</id>
<default>9</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>9</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8768,6 +8808,10 @@
<id>POSITION</id>
<default>10</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>10</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8797,6 +8841,10 @@
<id>POSITION</id>
<default>11</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>11</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8826,6 +8874,10 @@
<id>POSITION</id>
<default>12</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>12</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8855,6 +8907,10 @@
<id>POSITION</id>
<default>13</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>13</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8884,6 +8940,10 @@
<id>POSITION</id>
<default>14</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>14</default>
</attribute>
</targetInstance>

<targetInstance>
Expand Down Expand Up @@ -8913,6 +8973,10 @@
<id>POSITION</id>
<default>15</default>
</attribute>
<attribute>
<id>VPD_REC_NUM</id>
<default>15</default>
</attribute>
</targetInstance>

<!-- ===================================================================== -->
Expand Down

0 comments on commit db55a87

Please sign in to comment.