aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-11-14 18:42:19 +1100
committerStewart Smith <stewart@linux.ibm.com>2018-11-14 18:42:19 +1100
commite550528a74af7e632c359cd29e4ba295743bdb84 (patch)
tree951948d01f2bf3a1b87f395b0189f51697236e17
parent977aa1ef5fa6d5645edaf72a3167638a46f89486 (diff)
downloadskiboot-6.0.13.zip
skiboot-6.0.13.tar.gz
skiboot-6.0.13.tar.bz2
skiboot v6.0.13 release notesv6.0.13
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--doc/release-notes/skiboot-6.0.13.rst22
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 0000000..9b66e92
--- /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.