Deployment Bot (from Travis CI) | 6d7e6e9 | 2021-06-14 19:18:41 +0000 | [diff] [blame] | 1 | Release Notes for OpenPower Firmware v2.0.2 |
| 2 | =========================================== |
| 3 | |
| 4 | op-build v2.0.2 was released on Thursday May 24th, 2018 and replaces |
| 5 | op-build v2.0.1 as the current stable release in the 2.0.x series. |
| 6 | |
| 7 | It is recommended that v2.0.2 be used over any previous v2.0.x version |
| 8 | due to the bug fixes contained within. |
| 9 | |
| 10 | This release includes a skiboot version bump, where bugs are fixed |
| 11 | related to i2c and TPMs. |
| 12 | |
| 13 | Updated Packages |
| 14 | ---------------- |
| 15 | |
| 16 | +---------+-------------+-------------+------------------------------------------------------------------+ |
| 17 | | Package | Old Version | New Version | Platforms | |
| 18 | +=========+=============+=============+==================================================================+ |
| 19 | | skiboot | v6.0.2 | v6.0.3 | barreleye, firenze, firestone, garrison, habanero, | |
| 20 | | | | | openpower\_mambo, openpower\_p9\_mambo, p9dsu, p9dsu\_dev, | |
| 21 | | | | | palmetto, pseries, romulus, vesnin, witherspoon, | |
| 22 | | | | | witherspoon\_dev, zaius, zz | |
| 23 | +---------+-------------+-------------+------------------------------------------------------------------+ |
| 24 | |
| 25 | Package: skiboot |
| 26 | ---------------- |
| 27 | |
| 28 | `Repository <https://github.com/open-power/skiboot>`__ |
| 29 | |
| 30 | Patches |
| 31 | ~~~~~~~ |
| 32 | |
| 33 | Commits |
| 34 | ~~~~~~~ |
| 35 | |
| 36 | Oliver O'Halloran (4): |
| 37 | |
| 38 | - `e22f7e46dfa3 <https://github.com/open-power/skiboot/commit/e22f7e46dfa3>`__ |
| 39 | p8-i2c: Allow a per-port default timeout |
| 40 | - `ed21a758a43a <https://github.com/open-power/skiboot/commit/ed21a758a43a>`__ |
| 41 | hdata: Add TPM timeout workaround |
| 42 | - `652c0dd64313 <https://github.com/open-power/skiboot/commit/652c0dd64313>`__ |
| 43 | libstb/i2c-driver: Bump max timeout |
| 44 | - `d523a210dfbf <https://github.com/open-power/skiboot/commit/d523a210dfbf>`__ |
| 45 | p8-i2c: Remove force reset |
| 46 | |
| 47 | Stewart Smith (1): |
| 48 | |
| 49 | - `8cdc58924f8d <https://github.com/open-power/skiboot/commit/8cdc58924f8d>`__ |
| 50 | skiboot 6.0.3 release notes |