Skip to content

Commit

Permalink
change system type and family strings
Browse files Browse the repository at this point in the history
Changes the system type string to "ibm,witherspoon" and the family
string to "ibm,p9-openbmc" so we can add a witherspoon specific
platform to Skiboot.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Jan 24, 2017
1 parent 4f0049c commit 35d306f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions witherspoon.xml
Expand Up @@ -7061,7 +7061,7 @@
</attribute>
<attribute>
<id>SYSTEM_FAMILY</id>
<default>ibm,p9</default>
<default>ibm,p9-openbmc</default>
</attribute>
<attribute>
<id>SYSTEM_IPL_PHASE</id>
Expand Down Expand Up @@ -7093,7 +7093,7 @@
</attribute>
<attribute>
<id>SYSTEM_TYPE</id>
<default>ibm,miscopenpower</default>
<default>ibm,witherspoon</default>
</attribute>
<attribute>
<id>SYSTEM_WOF_ENABLED</id>
Expand Down

0 comments on commit 35d306f

Please sign in to comment.