diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-27 17:43:11 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-08-02 17:31:12 +1000 |
commit | f3b4fd2dd1fdb519b9fcb1a0cd3616606e124c1b (patch) | |
tree | 789c7034079d3485b1a3a6ee1ff4cd9e0a3c4d1a /doc/release-notes/skiboot-5.2.0-rc2.rst | |
parent | 4bc996ee5195dfc177465a4aa24b28eb3a0bd0a3 (diff) | |
download | skiboot-f3b4fd2dd1fdb519b9fcb1a0cd3616606e124c1b.zip skiboot-f3b4fd2dd1fdb519b9fcb1a0cd3616606e124c1b.tar.gz skiboot-f3b4fd2dd1fdb519b9fcb1a0cd3616606e124c1b.tar.bz2 |
doc/release-notes/skiboot-5.2.x: rename .txt to .rst
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/release-notes/skiboot-5.2.0-rc2.rst')
-rw-r--r-- | doc/release-notes/skiboot-5.2.0-rc2.rst | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.2.0-rc2.rst b/doc/release-notes/skiboot-5.2.0-rc2.rst new file mode 100644 index 0000000..4052cee --- /dev/null +++ b/doc/release-notes/skiboot-5.2.0-rc2.rst @@ -0,0 +1,53 @@ +skiboot-5.2.0-rc2 +----------------- + +skiboot-5.2.0-rc2 was released on Wednesday March 9th, 2016. + +skiboot-5.2.0-rc2 is the second release candidate of skiboot 5.2, which will +become the new stable release of skiboot following the 5.1 release, first +released August 17th, 2015. + +skiboot-5.2.0-rc2 contains all bug fixes as of skiboot-5.1.14. + +This is the second release that will follow the (now documented) Skiboot +stable rules - see doc/stable-skiboot-rules.txt. + +The current plan is to release skiboot-5.2.0 mid-March 2016, with a focus on +bug fixing for future 5.2.0-rc releases (if any - I hope this will be the last) + +Over skiboot-5.2.0-rc1, we have the following changes: + +New platform! +- Add Barreleye platform + +Generic: +- hw/p8-i2c: Speed up SMBUS_WRITE +- Fix early backtraces + +FSP Platforms: +- fsp-sensor: rework device tree for sensors +- platforms/firenze: Fix I2C clock source frequency + +Simics simulator: +- Enable Simics UART console + +Mambo simulator: +- platforms/mambo: Add terminate callback + - fix hang in multi-threaded mambo + - add multithreaded mambo tests + +IPMI: +- hw/ipmi: fix event data 1 for System Firmware Progress sensor +- ipmi: Log exact NetFn value in OPAL logs + +AST BMC based platforms: +- hw/bt: allow BT driver to use different buffer size + +opal-prd utility: +- opal-prd: Add debug output for firmware-driven OCC events + We indicate when we have a user-driven event, so add corresponding + outputs for firmware-driven ones too. + +getscom utility: +- Add Naples chip support + |