aboutsummaryrefslogtreecommitdiff
path: root/doc/platforms-and-cpus.html
blob: 50ff9f01a890fa019437e8987209cef6a153a71c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493

<!DOCTYPE html>

<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

    <title>Supported platforms &amp; CPUs &#8212; skiboot cd0dae8
 documentation</title>
    <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
    <link rel="stylesheet" type="text/css" href="_static/classic.css" />
    
    <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
    <script src="_static/jquery.js"></script>
    <script src="_static/underscore.js"></script>
    <script src="_static/doctools.js"></script>
    
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="Development and Release Process" href="process/dev-release-process.html" />
    <link rel="prev" title="OPAL Specification" href="opal-spec.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="process/dev-release-process.html" title="Development and Release Process"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="opal-spec.html" title="OPAL Specification"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">skiboot cd0dae8
 documentation</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Supported platforms &amp; CPUs</a></li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <section id="supported-platforms-cpus">
<h1>Supported platforms &amp; CPUs<a class="headerlink" href="#supported-platforms-cpus" title="Permalink to this headline"></a></h1>
<p>NB. This file should only contain publicly available information.</p>
<section id="cpus">
<h2>CPUs<a class="headerlink" href="#cpus" title="Permalink to this headline"></a></h2>
<table class="docutils align-default">
<colgroup>
<col style="width: 28%" />
<col style="width: 28%" />
<col style="width: 43%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Name</p></th>
<th class="head"><p>PVR</p></th>
<th class="head"><p>Other names</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>Power8E</p></td>
<td><p>0x004bxxxx</p></td>
<td><p>Murano</p></td>
</tr>
<tr class="row-odd"><td><p>Power8</p></td>
<td><p>0x004dxxxx</p></td>
<td><p>Venice</p></td>
</tr>
<tr class="row-even"><td><p>Power8NVL</p></td>
<td><p>0x004cxxxx</p></td>
<td><p>Naples (P8 with NVLink)</p></td>
</tr>
<tr class="row-odd"><td><p>Power9N</p></td>
<td><p>0x004e0xxx</p></td>
<td><p>Nimbus 12 small core</p></td>
</tr>
<tr class="row-even"><td><p>Power9N</p></td>
<td><p>0x004e1xxx</p></td>
<td><p>Nimbus 24 small core</p></td>
</tr>
<tr class="row-odd"><td><p>Power9C</p></td>
<td><p>0x004e2xxx</p></td>
<td><p>Cumulus 12 small core</p></td>
</tr>
<tr class="row-even"><td><p>Power9C</p></td>
<td><p>0x004e3xxx</p></td>
<td><p>Cumulus 24 small core</p></td>
</tr>
<tr class="row-odd"><td><p>Power9P</p></td>
<td><p>0x004fxxxx</p></td>
<td><p>Axone</p></td>
</tr>
<tr class="row-even"><td><p>Power10</p></td>
<td><p>0x0080xxxx</p></td>
<td></td>
</tr>
</tbody>
</table>
</section>
<section id="platforms">
<h2>Platforms<a class="headerlink" href="#platforms" title="Permalink to this headline"></a></h2>
<table class="docutils align-default">
<colgroup>
<col style="width: 7%" />
<col style="width: 11%" />
<col style="width: 10%" />
<col style="width: 16%" />
<col style="width: 23%" />
<col style="width: 26%" />
<col style="width: 8%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Platform</p></th>
<th class="head"><p>Sub platform</p></th>
<th class="head"><p>Host CPU(s)</p></th>
<th class="head"><p>Manufacturer</p></th>
<th class="head"><p>compatible</p></th>
<th class="head"><p>Other names/Notes</p></th>
<th class="head"><p>Link(s)</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>barreleye</p></td>
<td><p>Power8</p></td>
<td><p>Ingrasys (Foxconn)</p></td>
<td><p>“ingrasys,barreleye”</p></td>
<td><p>Barreleye, Rackspace machine</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>firestone</p></td>
<td><p>Power8</p></td>
<td><p>Wistron, IBM</p></td>
<td><p>“ibm,firestone”</p></td>
<td><p>Firestone, S822LC</p></td>
<td><p><a class="footnote-reference brackets" href="#id11" id="id1">1</a></p></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>garrison</p></td>
<td><p>Power8NVL</p></td>
<td><p>IBM</p></td>
<td><p>“ibm,garrison”</p></td>
<td><p>Minsky, “S822LC for HPC”</p></td>
<td><p><a class="footnote-reference brackets" href="#id12" id="id2">2</a></p></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>habanero</p></td>
<td><p>Power8</p></td>
<td><p>Tyan</p></td>
<td><p>“tyan,habanero”</p></td>
<td><p>Habanero, TN71-BP012</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>p8dtu</p></td>
<td><p>Power8</p></td>
<td><p>Supermicro</p></td>
<td><p>“supermicro,p8dtu1u”</p></td>
<td><p>Briggs, “S822LC for Big Data”</p></td>
<td><p><a class="footnote-reference brackets" href="#id13" id="id3">3</a> <a class="footnote-reference brackets" href="#id15" id="id4">4</a></p></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>p8dtu</p></td>
<td><p>Power8</p></td>
<td><p>Supermicro</p></td>
<td><p>“supermicro,p8dtu2u”</p></td>
<td><p>Stratton, S821LC</p></td>
<td><p><a class="footnote-reference brackets" href="#id16" id="id5">5</a> <a class="footnote-reference brackets" href="#id18" id="id6">6</a></p></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>p8dnu</p></td>
<td><p>Power8NVL</p></td>
<td><p>Supermicro</p></td>
<td><p>“supermicro,p8dnu(1u|2u)?”</p></td>
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>palmetto</p></td>
<td><p>Power8</p></td>
<td><p>Tyan</p></td>
<td><p>“tyan,palmetto”</p></td>
<td><p>Palmetto, GN70-BP010</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>vesnin</p></td>
<td><p>Power8</p></td>
<td><p>Yadro</p></td>
<td><p>“YADRO,vesnin”</p></td>
<td><p>VESNIN</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>ibm-fsp</p></td>
<td><p>firenze</p></td>
<td><p>Power8E</p></td>
<td><p>IBM</p></td>
<td><p>“ibm,firenze”</p></td>
<td><p>Tuleta, S812L, S822L</p></td>
<td><p><a class="footnote-reference brackets" href="#id19" id="id7">7</a></p></td>
</tr>
<tr class="row-even"><td><p>rhesus</p></td>
<td><p>n/a</p></td>
<td><p>Power8E</p></td>
<td></td>
<td><p>“ibm,powernv”</p></td>
<td><p>Rhesus, Google machine</p></td>
<td></td>
</tr>
</tbody>
</table>
<table class="docutils align-default">
<colgroup>
<col style="width: 7%" />
<col style="width: 11%" />
<col style="width: 10%" />
<col style="width: 16%" />
<col style="width: 23%" />
<col style="width: 26%" />
<col style="width: 6%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Platform</p></th>
<th class="head"><p>Sub platform</p></th>
<th class="head"><p>Host CPU(s)</p></th>
<th class="head"><p>Manufacturer</p></th>
<th class="head"><p>compatible</p></th>
<th class="head"><p>Other names/Notes</p></th>
<th class="head"><p>Link(s)</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>p9sdu</p></td>
<td><p>Power9N</p></td>
<td><p>Supermicro</p></td>
<td><p>“supermicro,p9dsu”</p></td>
<td><p>Boston, LC921/LC922</p></td>
<td><p><a class="footnote-reference brackets" href="#id20" id="id8">8</a></p></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>romulus</p></td>
<td><p>Power9N</p></td>
<td></td>
<td><p>“ibm,romulus”</p></td>
<td><p>Romulus</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>talos</p></td>
<td><p>Power9N</p></td>
<td><p>Raptor</p></td>
<td><p>“rcs,talos”</p></td>
<td><p>Talos II, similar to Romulus</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>blackbird</p></td>
<td><p>Power9N</p></td>
<td><p>Raptor</p></td>
<td><p>“rcs,blackbird”</p></td>
<td><p>Blackbrid</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>witherspoon</p></td>
<td><p>Power9N</p></td>
<td></td>
<td><p>“ibm,witherspoon”</p></td>
<td><p>Witherspoon, Newell, AC922</p></td>
<td><p><a class="footnote-reference brackets" href="#id21" id="id9">9</a></p></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>zaius</p></td>
<td><p>Power9N</p></td>
<td><p>Ingrasys (Foxconn)</p></td>
<td><p>“ingrasys,zaius”</p></td>
<td><p>Zaius, Barreleye Gen2</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>mihawk</p></td>
<td><p>Power9N</p></td>
<td></td>
<td><p>“{wistron,ibm},mihawk”</p></td>
<td><p>Mihawk, IC922</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>nicole</p></td>
<td><p>Power9N</p></td>
<td><p>Yadro</p></td>
<td><p>“YADRO,nicole”</p></td>
<td><p>Nicole</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>ibm-fsp</p></td>
<td><p>zz</p></td>
<td><p>Power9N</p></td>
<td></td>
<td><p>“ibm,zz-(1|2)s(2|4)u”</p></td>
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>astbmc</p></td>
<td><p>swift</p></td>
<td><p>Power9P</p></td>
<td></td>
<td><p>“ibm,swift”</p></td>
<td><p>Swift</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>mowgli</p></td>
<td><p>Power9N</p></td>
<td><p>Wistron</p></td>
<td><p>“ibm,mowgli”</p></td>
<td><p>Mowgli</p></td>
<td></td>
</tr>
</tbody>
</table>
<table class="docutils align-default">
<colgroup>
<col style="width: 7%" />
<col style="width: 11%" />
<col style="width: 10%" />
<col style="width: 16%" />
<col style="width: 23%" />
<col style="width: 26%" />
<col style="width: 6%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Platform</p></th>
<th class="head"><p>Sub platform</p></th>
<th class="head"><p>Host CPU(s)</p></th>
<th class="head"><p>Manufacturer</p></th>
<th class="head"><p>compatible</p></th>
<th class="head"><p>Other names/Notes</p></th>
<th class="head"><p>Link(s)</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>astbmc</p></td>
<td><p>rainier</p></td>
<td><p>Power10</p></td>
<td></td>
<td><p>“ibm,rainier”
“ibm,rainier-1s4u”
“ibm,rainier-2s2u”
“ibm,rainier-2s4u”</p></td>
<td><p>S1014
S1022
S1024</p></td>
<td><p><a class="footnote-reference brackets" href="#id22" id="id10">10</a></p></td>
</tr>
</tbody>
</table>
</section>
<section id="dropped-platforms">
<h2>Dropped Platforms<a class="headerlink" href="#dropped-platforms" title="Permalink to this headline"></a></h2>
<p>Support for Power7 based systems was removed in <cite>v6.3-191-g16b7ae641037</cite>.
Power7 hardware was supported largely because it was the initial bringup
platform for Skiboot. Once P8 hardware became available almost all
development (and testing) on P7 ceased. Anyone interested in using OPAL on
a P7 should look at one of the early <cite>v5.x</cite> releases.</p>
<p class="rubric">Footnotes</p>
<dl class="footnote brackets">
<dt class="label" id="id11"><span class="brackets"><a class="fn-backref" href="#id1">1</a></span></dt>
<dd><p><a class="reference external" href="https://www.nextplatform.com/2015/10/08/ibm-back-in-hpc-with-power-systems-lc-clusters/">IBM Back In HPC With Power Systems LC Clusters</a></p>
</dd>
</dl>
<dl class="footnote brackets">
<dt class="label" id="id12"><span class="brackets"><a class="fn-backref" href="#id2">2</a></span></dt>
<dd><p><a class="reference external" href="https://www.nextplatform.com/2016/09/08/refreshed-ibm-power-linux-systems-add-nvlink/">Refreshed IBM Power Linux Systems Add NVLink</a></p>
</dd>
</dl>
<dl class="footnote brackets">
<dt class="label" id="id13"><span class="brackets"><a class="fn-backref" href="#id3">3</a></span></dt>
<dd><p><a class="reference external" href="https://www.nextplatform.com/2016/09/08/refreshed-ibm-power-linux-systems-add-nvlink/">Refreshed IBM Power Linux Systems Add NVLink</a></p>
</dd>
<dt class="label" id="id15"><span class="brackets"><a class="fn-backref" href="#id4">4</a></span></dt>
<dd><p><a class="reference external" href="https://www.youtube.com/watch?v=TnW-NcLR28g">First Look IBM POWER8 S822LC 8001-22C (Briggs)</a></p>
</dd>
</dl>
<dl class="footnote brackets">
<dt class="label" id="id16"><span class="brackets"><a class="fn-backref" href="#id5">5</a></span></dt>
<dd><p><a class="reference external" href="https://www.nextplatform.com/2016/09/08/refreshed-ibm-power-linux-systems-add-nvlink/">Refreshed IBM Power Linux Systems Add NVLink</a></p>
</dd>
<dt class="label" id="id18"><span class="brackets"><a class="fn-backref" href="#id6">6</a></span></dt>
<dd><p><a class="reference external" href="https://www.youtube.com/watch?v=OM3wU4Uu8LI">First Look IBM POWER8 S821LC 8001-12C (Stratton)</a></p>
</dd>
<dt class="label" id="id19"><span class="brackets"><a class="fn-backref" href="#id7">7</a></span></dt>
<dd><p><a class="reference external" href="https://www.itjungle.com/2018/05/14/boston-power9s-set-to-debut/">Boston Power9s Set To Debut</a></p>
</dd>
<dt class="label" id="id20"><span class="brackets"><a class="fn-backref" href="#id8">8</a></span></dt>
<dd><p><a class="reference external" href="https://www.nextplatform.com/2017/12/05/power9-to-the-people/">POWER9 TO THE PEOPLE</a></p>
</dd>
</dl>
<dl class="footnote brackets">
<dt class="label" id="id21"><span class="brackets"><a class="fn-backref" href="#id9">9</a></span></dt>
<dd><p><a class="reference external" href="https://www.ibm.com/au-en/marketplace/power-system-s812l-s822l">IBM Power System S812L and IBM Power System S822L</a></p>
</dd>
</dl>
<dl class="footnote brackets">
<dt class="label" id="id22"><span class="brackets"><a class="fn-backref" href="#id10">10</a></span></dt>
<dd><p>` Announcing IBM Power10 Scale-Out and Midrange Servers &lt;<a class="reference external" href="https://www.ibm.com/cloud/blog/announcements/announcing-ibm-power10-scale-out-and-midrange-servers">https://www.ibm.com/cloud/blog/announcements/announcing-ibm-power10-scale-out-and-midrange-servers</a>&gt;`_</p>
</dd>
<dt class="label" id="id23"><span class="brackets">11</span></dt>
<dd><p><a class="reference external" href="https://www.ibm.com/products/power-s1014">IBM Power S1014</a></p>
</dd>
<dt class="label" id="id24"><span class="brackets">12</span></dt>
<dd><p><a class="reference external" href="https://www.ibm.com/products/power-s1022">IBM Power S1022</a></p>
</dd>
<dt class="label" id="id25"><span class="brackets">13</span></dt>
<dd><p><a class="reference external" href="https://www.ibm.com/products/power-s1024">IBM Power S1024</a></p>
</dd>
</dl>
</section>
</section>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Supported platforms &amp; CPUs</a><ul>
<li><a class="reference internal" href="#cpus">CPUs</a></li>
<li><a class="reference internal" href="#platforms">Platforms</a></li>
<li><a class="reference internal" href="#dropped-platforms">Dropped Platforms</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="opal-spec.html"
                        title="previous chapter">OPAL Specification</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="process/dev-release-process.html"
                        title="next chapter">Development and Release Process</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/platforms-and-cpus.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="process/dev-release-process.html" title="Development and Release Process"
             >next</a> |</li>
        <li class="right" >
          <a href="opal-spec.html" title="OPAL Specification"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">skiboot cd0dae8
 documentation</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Supported platforms &amp; CPUs</a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2016-2017, IBM, others.
      Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.2.
    </div>
  </body>
</html>