diff options
| author | Stewart Smith <stewart@linux.ibm.com> | 2018-11-14 18:42:19 +1100 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2018-11-14 18:42:37 +1100 |
| commit | 30f8a6006de45fadedd80c98059b63d3874a5269 (patch) | |
| tree | 539c5e0318905a6662d8a01c71677012ab458090 /doc | |
| parent | 606a5a3d44e3271e5177bb925d043c8ce48cdaa3 (diff) | |
| download | talos-skiboot-30f8a6006de45fadedd80c98059b63d3874a5269.tar.gz talos-skiboot-30f8a6006de45fadedd80c98059b63d3874a5269.zip | |
skiboot v6.0.13 release notes
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
(cherry picked from commit e550528a74af7e632c359cd29e4ba295743bdb84)
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes/skiboot-6.0.13.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-6.0.13.rst b/doc/release-notes/skiboot-6.0.13.rst new file mode 100644 index 00000000..9b66e92a --- /dev/null +++ b/doc/release-notes/skiboot-6.0.13.rst @@ -0,0 +1,22 @@ +.. _skiboot-6.0.13: + +============== +skiboot-6.0.13 +============== + +skiboot 6.0.13 was released on Wednesday November 14th, 2018. It replaces +:ref:`skiboot-6.0.12` as the current stable release in the 6.0.x series. + +This release includes one pflash change. This release does not modify skiboot +itself, so there is no reason to upgrade to this version if you're on 6.0.12 +already. This release is made exclusively so OpenBMC can ship an updated pflash +from a tagged release. + +The pflash change is: + +- pflash: Add --skip option for reading + + Add a --skip=N option to pflash to skip N number of bytes when reading. + This would allow users to print the VERSION partition without the STB + header by specifying the --skip=4096 argument, and it's a more generic + solution rather than making pflash depend on secure/trusted boot code. |

