aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-19skiboot-5.4.7 release notesskiboot-5.4.7Stewart Smith1-0/+30
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-06-14Add skiboot-5.4.6 release notesskiboot-5.4.6Stewart Smith1-0/+117
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-06-09Add skiboot-5.4.5 release notesskiboot-5.4.5Stewart Smith1-0/+56
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-05-03Skiboot 5.4.4 release notesskiboot-5.4.4Stewart Smith1-0/+76
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-01-16Add skiboot 5.4.3 release notesskiboot-5.4.3Stewart Smith1-0/+18
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-12-02Add skiboot-5.4.2 release notesskiboot-5.4.2Stewart Smith1-0/+15
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-11-29add skiboot-5.4.1 release notesskiboot-5.4.1Stewart Smith1-0/+27
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-11-11Add skiboot-5.4.0 release notesskiboot-5.4.0Stewart Smith1-0/+690
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-11-08add skiboot-5.4.0-rc4 release notesskiboot-5.4.0-rc4Stewart Smith1-0/+50
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-11-02doc: use make_version to determine releaseStewart Smith1-2/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-11-02skiboot 5.4.0-rc3 release notesskiboot-5.4.0-rc3Stewart Smith2-0/+43
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-11-02libstb: remove subid argument from sb_verify and tb_measureClaudio Carvalho1-4/+4
We always verify and measure an image as a whole, never its subpartition (if exists). This removes the subid argument from sb_verify() and tb_measure() functions, and also reflects the change to the callers, STB interface and STB documentation. Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-31doc: Document path of /ibm,opal/diagnostics being ABIStewart Smith1-0/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc: link OPAL_HANDLE_INTERRUPT docs to ibm,opal DTStewart Smith2-2/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc: device-tree snippets should be dts code-blocksStewart Smith15-125/+187
This gets us syntax highlighting of device tree snippets. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc: enable syntax highlighting of Device Tree Source (dts)Stewart Smith2-1/+96
Unlike the rest of skiboot, DtsLexer.py is BSD licensed as it should go into the pygments project (Python library for doing syntax highlighting which is used by Sphinx). Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc: use RST references where appropriateStewart Smith26-26/+46
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28Documentation for OPAL_LPC_READ, OPAL_LPC_WRITENageswara R Sastry1-0/+82
Documentation for OPAL_LPC_READ 67 and OPAL_LPC_WRITE 68 Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc/stable-skiboot-rules: fix broken linkStewart Smith1-1/+1
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc/release-notes/skiboot-5.4.0-rc2: fix RST table formatStewart Smith1-3/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc: bump docs version to 5.4.0-rc2, fix oneline descriptionStewart Smith1-2/+2
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc: ref for skiboot-5.4.0-rc1 release notesStewart Smith1-0/+2
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28Change .txt to .rst for correctnessNageswara R Sastry16-16/+16
This patch changes .txt to .rst for correctness of the documentation files, path to the documentation files Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-26skiboot 5.4.0-rc2 release notesskiboot-5.4.0-rc2Stewart Smith1-0/+270
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-24pci: Remove obsoleted PCI slot pfreset() operationGavin Shan1-1/+0
PCI slot pfreset() operation is obsoleted as nobody uses it. This removes it and the related PCI slot states. No functional changes introduced. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Acked-by: Russell Currey <ruscur@russell.cc> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-24Fix typosNageswara R Sastry1-1/+1
doc/device-tree/tpm.rst changed firwmare to firmware libstb/stb.h added missing functional parameter Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-17skiboot 5.4.0-rc1 release notesskiboot-5.4.0-rc1Stewart Smith6-3/+546
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-14doc: mark docs as 5.4.0-rc1-snapshotStewart Smith1-1/+1
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-14doc: Add Secure/Trusted boot docs to indexStewart Smith1-0/+1
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-14skiboot-5.3.7 release notesStewart Smith1-0/+79
(cherry picked from 5.3.x commit 762d0082f18e4fb921a2d44a1051b02d8b0f6381) Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-05doc/device-tree: add tpm.rstClaudio Carvalho1-0/+45
This adds a documentation for the tpm device tree node. Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-05doc/device-tree: add ibm, secureboot.rstClaudio Carvalho1-0/+58
This adds a documentation for the ibm,secureboot device tree node. Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-05doc: add initial secure and trusted boot documentationClaudio Carvalho1-0/+159
This adds an initial documentation for the secure and trusted boot implementation in skiboot. Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-09-17skiboot 5.3.6 release notesStewart Smith1-0/+16
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> (cherry picked from commit fbe155492ad747d3b36267574e6fe20b4f534289) [stewart@linux.vnet.ibm.com: txt to rst] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-09-15Update doc/conf.py for master branchStewart Smith1-3/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-09-15skiboot 5.3.3 release notesStewart Smith1-0/+19
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> (cherry picked from commit 5de73e8a4b1db6029e7ce8630c9726f1455297c6) [stewart@linux.vnet.ibm.com: convert to .rst] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-09-14skiboot 5.3.5 release notesStewart Smith1-0/+16
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> (cherry picked from commit cd42d431603db168c3cb7977c0ead0dcffc0bb48) [stewart@linux.vnet.ibm.com: rename to RST for master] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-09-14add skiboot-5.3.4 release notesStewart Smith1-0/+22
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> (cherry picked from skiboot 5.3.x commit cbde8c56d0e6448c3b34397388c92cda193de064) [stewart@linux.vnet.ibm.com: convert to rst for master] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-09-06core/cpu.c: Add OPAL call to setup Nest MMUAlistair Popple1-0/+22
POWER9 has an off core MMU called the Nest MMU which allows other units within a chip to perform address translations. The context and setup for translations is handled by the requesting agents, however the Nest MMU does need to know where in system memory the page tables are located. This patch adds a call to setup the Nest MMU page table pointer on a per-chip basis. Signed-off-by: Alistair Popple <alistair@popple.id.au> Reviewed-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-30pci: Standardise on uint64_t pe_numberRussell Currey5-15/+15
Throughout skiboot (and the kernel) PE numbers are named "pe_no", "pe_num" and "pe_number", and sized as 16, 32 and 64bit uints depending on where you look. This is annoying and potentially misleading in cases such as the OPAL API, where different calls have different int sizes even though the PE number they want is the same. Fix this by making *everything* uint64_t pe_number. In doing this, there are some whitespace fixes and mve_number gets dragged into this as well for cases like set_msi_{32/64} where they essentially mean the same thing. Signed-off-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-30doc/opal-api: Documentation for OPAL_GET_XIVE_SOURCENageswara R Sastry1-0/+32
Documentation for OPAL_GET_XIVE_SOURCE 38 Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com> Reviewed-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-30doc/opal-api: Documentation for opal-ipmi-send-recvPridhiviraj Paidipeddi1-0/+102
This patch adds documentation for OPAL_IPMI_SEND and OPAL_IPMI_RECV Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com> Reviewed-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: slight reword] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-30doc/opal-api: Documentation for opal-nvram-read-writePridhiviraj Paidipeddi1-0/+76
This patch adds documentation for OPAL_READ_NVRAM and OPAL_WRITE_NVRAM Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com> Reviewed-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-29doc/release-notes/skiboot-5.3.1.rst: syntax fixupsStewart Smith1-0/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-29doc/release-notes/skiboot-5.1.18.rst: syntax fixupsStewart Smith1-0/+2
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-29rename doc/release-notes/skiboot-5.3.2.txt to rstStewart Smith1-0/+0
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-29rename doc/release-notes/skiboot-5.3.1.txt to rstStewart Smith1-0/+0
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-29rename doc/release-notes/skiboot-5.1.18.txt to rstStewart Smith1-0/+0
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-26Merge branch 'skiboot-5.1.x' - skiboot 5.1.18 release notesStewart Smith1-0/+31
2016-08-26Add skiboot-5.1.18 release notesskiboot-5.1.18Stewart Smith1-0/+31
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>