From 5914143b37045ad4d06fb0e4d32c413ae85253eb Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Sat, 19 May 2018 06:32:12 +1000 Subject: [PATCH] op-build v2.0.1 release notes Signed-off-by: Stewart Smith --- doc/release-notes/index.rst | 1 + doc/release-notes/v2.0.1.rst | 71 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 doc/release-notes/v2.0.1.rst diff --git a/doc/release-notes/index.rst b/doc/release-notes/index.rst index 50ade96ad2..ffd529a213 100644 --- a/doc/release-notes/index.rst +++ b/doc/release-notes/index.rst @@ -15,3 +15,4 @@ op-build Release Notes v1.22 v2.0-rc1 v2.0 + v2.0.1 diff --git a/doc/release-notes/v2.0.1.rst b/doc/release-notes/v2.0.1.rst new file mode 100644 index 0000000000..c57813170d --- /dev/null +++ b/doc/release-notes/v2.0.1.rst @@ -0,0 +1,71 @@ +Release Notes for OpenPower Firmware v2.0.1 +=========================================== + +Updated Packages +---------------- + ++------+------------+------------+------------------------------------------------+ +| Pack | Old | New | Platforms | +| age | Version | Version | | ++======+============+============+================================================+ +| hcod | hw051018a. | hw051718a. | p9dsu, romulus, witherspoon, zaius | +| e | op920 | op920 | | ++------+------------+------------+------------------------------------------------+ +| host | 8e05a4399b | a4eb7f02f9 | p9dsu, romulus, witherspoon, zaius | +| boot | f567a49f91 | 9742a24596 | | +| | cfee8ad24b | 474467e0dd | | +| | 3896e96982 | 51c21cd932 | | ++------+------------+------------+------------------------------------------------+ +| host | 20119f0868 | hw051718a. | barreleye, firestone, garrison, habanero, | +| boot | 7783a87862 | op920 | p9dsu, palmetto, romulus, vesnin, witherspoon, | +| -bin | cee268df12 | | zaius | +| arie | 60f914c01e | | | +| s | | | | ++------+------------+------------+------------------------------------------------+ +| skib | v6.0.1 | v6.0.2 | barreleye, firenze, firestone, garrison, | +| oot | | | habanero, openpower\_mambo, | +| | | | openpower\_p9\_mambo, p9dsu, p9dsu\_dev, | +| | | | palmetto, pseries, romulus, vesnin, | +| | | | witherspoon, witherspoon\_dev, zaius, zz | ++------+------------+------------+------------------------------------------------+ + +Package: hostboot +----------------- + +`Repository `__ + +Patches +~~~~~~~ + +- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch `__ +- `hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch `__ +- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch `__ + +Commits +~~~~~~~ + +Andres Lugo-Reyes (1): + +- `a4eb7f02f997 `__ + Fix off-by-one error when counting WOF reset counts + +Package: skiboot +---------------- + +`Repository `__ + +Patches +~~~~~~~ + +Commits +~~~~~~~ + +Michael Neuling (1): + +- `b179d8ff62a8 `__ + cpu: Clear PCR SPR in opal\_reinit\_cpus() + +Stewart Smith (1): + +- `e05b3fb62d44 `__ + skiboot 6.0.2 release notes