[Skiboot] [PATCH 065/110] doc: Add missing skiboot-4.1.1 release notes

Stewart Smith stewart at linux.ibm.com
Fri May 31 16:13:06 AEST 2019


Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
 doc/release-notes/skiboot-4.1.1.rst | 40 +++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 doc/release-notes/skiboot-4.1.1.rst

diff --git a/doc/release-notes/skiboot-4.1.1.rst b/doc/release-notes/skiboot-4.1.1.rst
new file mode 100644
index 000000000000..a2aa8657a17b
--- /dev/null
+++ b/doc/release-notes/skiboot-4.1.1.rst
@@ -0,0 +1,40 @@
+.. _skiboot-4.1.1:
+
+=============
+skiboot 4.1.1
+=============
+
+Skiboot 4.1 was released 30th January 2015.
+
+ * fsp: Avoid NULL dereference in case of invalid class_resp bits
+   CQ: SW288484
+ * Makefile: Support CROSS_COMPILE as well as CROSS
+ * Additional unit testing:
+
+   * Tiny hello_world kernel
+   * Will run boot tests with hello_world and (if present) petitboot
+     image in the POWER8 Functional simulator (mambo) (if present)
+   * Run CCAN unit tests as part of 'make check'
+   * Increased testing of PEL code
+   * unit test console-log
+   * skeleton libc unit tests
+ * Fix compatible match for palmetto & habanero
+   The strings should be "tyan,..." not "ibm,..."
+   (N/A for IBM systems)
+ * i2c: Unify the frequencies to calculate bit rate divisor
+ * Unlock rtc cache lock when cache isn't valid
+   Could cause IPL crash on POWER7
+ * Initial documentation for OPAL API, ABI and Specification
+ * Add Firestone platform
+ * Fix crash when one socket wasn't populated with a CPU
+   LTC-Bugzilla: 120562
+ * Bug fix in RTC state machine which possibly led to RTC not working
+ * Makefile fixes for running with some GCC 4.9 compilers
+ * Add device tree properties for pstate vdd and vcs values
+ * cpuidle: Add validated metrics for idle states
+   Export residency times in device tree
+ * Revert "platforms/astbmc: Temporary reboot workaround"
+   (N/A for IBM systems)
+ * Fix buffer overrun in print_* functions.
+   This could cause IPL failures or conceivably other runtime problems
+
-- 
2.21.0



More information about the Skiboot mailing list