[Skiboot] [PATCH] doc: Add documentation on supported platforms and CPUs

Michael Ellerman mpe at ellerman.id.au
Thu Jul 12 21:06:23 AEST 2018


This adds some info on the platforms and CPUs skiboot supports.

Signed-off-by: Michael Ellerman <mpe at ellerman.id.au>
---
 doc/index.rst              |  1 +
 doc/platforms-and-cpus.rst | 60 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)
 create mode 100644 doc/platforms-and-cpus.rst

I'm a bit of an RST noob so apologies if this is badly formatted.

diff --git a/doc/index.rst b/doc/index.rst
index 660085e05abb..b7a868c96e85 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -15,6 +15,7 @@ Overview
 
    overview
    opal-spec
+   platforms-and-cpus
 
 Development Process
 ===================
diff --git a/doc/platforms-and-cpus.rst b/doc/platforms-and-cpus.rst
new file mode 100644
index 000000000000..923de9d91680
--- /dev/null
+++ b/doc/platforms-and-cpus.rst
@@ -0,0 +1,60 @@
+Supported platforms & CPUs
+==========================
+
+NB. This file should only contain publicly available information.
+
+CPUs
+----
+
+=============== =============== =====================
+Name            PVR             Other names
+=============== =============== =====================
+Power8E         0x004bxxxx      Murano
+Power8          0x004dxxxx      Venice
+Power8NVL       0x004cxxxx      Naples
+Power9N         0x004e0xxx      Nimbus 12 small core
+Power9N         0x004e1xxx      Nimbus 24 small core
+Power9C         0x004e2xxx      Cumulus 12 small core
+Power9C         0x004e3xxx      Cumulus 24 small core
+=============== =============== =====================
+
+Platforms
+---------
+
+======== ============ =========== ================== ========================== ============================= =======
+Platform Sub platform Host CPU(s) Manufacturer       compatible                 Other names/Notes             Link(s)
+======== ============ =========== ================== ========================== ============================= =======
+astbmc   barreleye    Power8      Ingrasys (Foxconn) "ingrasys,barreleye"       Barreleye, Rackspace machine
+astbmc   firestone    Power8      Wistron, IBM       "ibm,firestone"            Firestone, S822LC             [#]_
+astbmc   garrison     Power8      IBM                "ibm,garrison"             Minsky, "S822LC for HPC"      [#]_
+astbmc   habanero     Power8      Tyan               "tyan,habanero"            Habanero, TN71-BP012
+astbmc   p8dtu        Power8      Supermicro         "supermicro,p8dtu1u"       Briggs, "S822LC for Big Data" [#]_ [#]_
+astbmc   p8dtu        Power8      Supermicro         "supermicro,p8dtu2u"       Stratton, S821LC              [#]_ [#]_
+astbmc   p8dnu        Power8      Supermicro         "supermicro,p8dnu(1u|2u)?"
+astbmc   p9sdu        Power9      Supermicro         "supermicro,p9dsu"         Boston, LC921/LC922           [#]_
+astbmc   palmetto     Power8      Tyan               "tyan,palmetto"            Palmetto, GN70-BP010
+astbmc   romulus      Power9                         "ibm,romulus"              Romulus
+astbmc   vesnin       Power9      Yadro              "YADRO,vesnin"             VESNIN
+astbmc   witherspoon  Power9                         "ibm,witherspoon"          Witherspoon, Newell, AC922    [#]_
+astbmc   zaius        Power9      Ingrasys (Foxconn) "ingrasys,zaius"           Zaius, Google Machine
+ibm-fsp  apollo       Power8                         "ibm,apollo"
+ibm-fsp  firenze      Power8E                        "ibm,firenze"
+ibm-fsp  zz           Power9                         "ibm,zz-(1|2)s(2|4)u"
+rhesus   n/a          Power8E                        "ibm,powernv"              Rhesus, Google machine
+======== ============ =========== ================== ========================== ============================= =======
+
+
+.. rubric:: Footnotes
+
+.. Firestone
+.. [#] `IBM Back In HPC With Power Systems LC Clusters <https://www.nextplatform.com/2015/10/08/ibm-back-in-hpc-with-power-systems-lc-clusters/>`_
+.. Minsky
+.. [#] `Refreshed IBM Power Linux Systems Add NVLink <https://www.nextplatform.com/2016/09/08/refreshed-ibm-power-linux-systems-add-nvlink/>`_
+.. Briggs
+.. [#] `Refreshed IBM Power Linux Systems Add NVLink <https://www.nextplatform.com/2016/09/08/refreshed-ibm-power-linux-systems-add-nvlink/>`_
+.. [#] `First Look IBM POWER8 S822LC 8001-22C (Briggs) <https://www.youtube.com/watch?v=TnW-NcLR28g>`_
+.. Stratton
+.. [#] `Refreshed IBM Power Linux Systems Add NVLink <https://www.nextplatform.com/2016/09/08/refreshed-ibm-power-linux-systems-add-nvlink/>`_
+.. [#] `First Look IBM POWER8 S821LC 8001-12C (Stratton) <https://www.youtube.com/watch?v=OM3wU4Uu8LI>`_
+.. [#] `Boston Power9s Set To Debut <https://www.itjungle.com/2018/05/14/boston-power9s-set-to-debut/>`_
+.. [#] `POWER9 TO THE PEOPLE <https://www.nextplatform.com/2017/12/05/power9-to-the-people/>`_
-- 
2.14.1



More information about the Skiboot mailing list