diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/skiboot/doc/index.rst | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/skiboot/doc/index.rst')
-rw-r--r-- | roms/skiboot/doc/index.rst | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/roms/skiboot/doc/index.rst b/roms/skiboot/doc/index.rst new file mode 100644 index 000000000..da48c788b --- /dev/null +++ b/roms/skiboot/doc/index.rst @@ -0,0 +1,80 @@ +.. skiboot documentation master file, created by + sphinx-quickstart on Mon Jul 25 15:23:23 2016. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +===================== +SkiBoot Documentation +===================== + +Overview +======== + +.. toctree:: + :maxdepth: 2 + + overview + opal-spec + platforms-and-cpus + +Development Process +=================== + +.. toctree:: + :maxdepth: 2 + + process/dev-release-process + process/CONTRIBUTING.md + process/stable-skiboot-rules + process/versioning + +Developer Guide and Internals +============================= + +.. toctree:: + :maxdepth: 2 + + console-log + error-logging + bmc + gcov + memory + nvlink + pci + pci-slot + xscom-node-bindings + xive + imc + power-management + mpipl + vas + + +OPAL ABI +======== + +.. toctree:: + :maxdepth: 2 + + stb + device-tree + device-tree/index + opal-api/index + +skiboot Release Notes +===================== + +.. toctree:: + :maxdepth: 2 + + release-notes/index + +.. only:: latex + + Indices and tables + ================== + + * :ref:`genindex` + * :ref:`modindex` + * :ref:`search` + |