Skip to content

Commit

Permalink
Fix IBSCOM_MCS_BASE_ADDR formatting
Browse files Browse the repository at this point in the history
Script xmltohb.pl from hostboot package uses Perl XML::Simple module,
that incorrectly handles line breaks.

Signed-off-by: Artem Senichev <a.senichev@yadro.com>
  • Loading branch information
Artem Senichev committed Mar 29, 2019
1 parent 6549b6d commit f44f880
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions vesnin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17022,8 +17022,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down Expand Up @@ -17074,8 +17073,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down Expand Up @@ -17126,8 +17124,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down Expand Up @@ -17178,8 +17175,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down Expand Up @@ -18305,8 +18301,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down Expand Up @@ -18357,8 +18352,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down Expand Up @@ -18409,8 +18403,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down Expand Up @@ -18461,8 +18454,7 @@
</attribute>
<attribute>
<id>IBSCOM_MCS_BASE_ADDR</id>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000
</default>
<default>0x0003E00000000000,0x40000000000,0x10000000000,0x2000000000</default>
</attribute>
<attribute>
<id>MODEL</id>
Expand Down

0 comments on commit f44f880

Please sign in to comment.