-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stewart Smith <[email protected]>
- Loading branch information
1 parent
285d6b2
commit c9a5576
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ op-build Release Notes | |
v2.0-rc1 | ||
v2.0 | ||
v2.0.1 | ||
v2.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Release Notes for OpenPower Firmware v2.0.2 | ||
=========================================== | ||
|
||
op-build v2.0.2 was released on Thursday May 24th, 2018 and replaces | ||
op-build v2.0.1 as the current stable release in the 2.0.x series. | ||
|
||
It is recommended that v2.0.2 be used over any previous v2.0.x version | ||
due to the bug fixes contained within. | ||
|
||
This release includes a skiboot version bump, where bugs are fixed | ||
related to i2c and TPMs. | ||
|
||
Updated Packages | ||
---------------- | ||
|
||
+---------+-------------+-------------+------------------------------------------------------------------+ | ||
| Package | Old Version | New Version | Platforms | | ||
+=========+=============+=============+==================================================================+ | ||
| skiboot | v6.0.2 | v6.0.3 | barreleye, firenze, firestone, garrison, habanero, | | ||
| | | | openpower\_mambo, openpower\_p9\_mambo, p9dsu, p9dsu\_dev, | | ||
| | | | palmetto, pseries, romulus, vesnin, witherspoon, | | ||
| | | | witherspoon\_dev, zaius, zz | | ||
+---------+-------------+-------------+------------------------------------------------------------------+ | ||
|
||
Package: skiboot | ||
---------------- | ||
|
||
`Repository <https://github.com/open-power/skiboot>`__ | ||
|
||
Patches | ||
~~~~~~~ | ||
|
||
Commits | ||
~~~~~~~ | ||
|
||
Oliver O'Halloran (4): | ||
|
||
- `e22f7e46dfa3 <https://github.com/open-power/skiboot/commit/e22f7e46dfa3>`__ | ||
p8-i2c: Allow a per-port default timeout | ||
- `ed21a758a43a <https://github.com/open-power/skiboot/commit/ed21a758a43a>`__ | ||
hdata: Add TPM timeout workaround | ||
- `652c0dd64313 <https://github.com/open-power/skiboot/commit/652c0dd64313>`__ | ||
libstb/i2c-driver: Bump max timeout | ||
- `d523a210dfbf <https://github.com/open-power/skiboot/commit/d523a210dfbf>`__ | ||
p8-i2c: Remove force reset | ||
|
||
Stewart Smith (1): | ||
|
||
- `8cdc58924f8d <https://github.com/open-power/skiboot/commit/8cdc58924f8d>`__ | ||
skiboot 6.0.3 release notes |