From 51218d26425624e56e53686555262fcd7e5656c4 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 1 Aug 2018 12:12:04 +1000 Subject: [PATCH] op-build v2.0.6 release notes Also add v2.0.5 to doc index Signed-off-by: Stewart Smith --- doc/release-notes/index.rst | 2 + doc/release-notes/v2.0.6.rst | 272 +++++++++++++++++++++++++++++++++++ 2 files changed, 274 insertions(+) create mode 100644 doc/release-notes/v2.0.6.rst diff --git a/doc/release-notes/index.rst b/doc/release-notes/index.rst index 572e6ad9ea..3728a34b10 100644 --- a/doc/release-notes/index.rst +++ b/doc/release-notes/index.rst @@ -19,3 +19,5 @@ op-build Release Notes v2.0.2 v2.0.3 v2.0.4 + v2.0.5 + v2.0.6 diff --git a/doc/release-notes/v2.0.6.rst b/doc/release-notes/v2.0.6.rst new file mode 100644 index 0000000000..498f37ea15 --- /dev/null +++ b/doc/release-notes/v2.0.6.rst @@ -0,0 +1,272 @@ +Release Notes for OpenPower Firmware v2.0.6 +=========================================== + +op-build v2.0.6 was released on Wednesday August 1st, 2018 and replaces op-build v2.0.5 as the current stable release in +the 2.0.x series. + +It is recommended that v2.0.6 be used over any previous v2.0.x version due to the bug fixes contained within. + +Updated Packages +---------------- + ++------------+-----------------------------+-----------------------------+--------------------------------------------+ +| Package | Old Version | New Version | Platforms | ++============+=============================+=============================+============================================+ +| hcode | hw060818a.op920 | hw072318a.op920 | zaius, p9dsu, witherspoon, romulus | ++------------+-----------------------------+-----------------------------+--------------------------------------------+ +| hostboot | 63b526118e79 | 58b3d491a4354 | zaius, p9dsu, witherspoon, romulus | ++------------+-----------------------------+-----------------------------+--------------------------------------------+ +| hostboot-b | hw063018a.op920-2-g0db27d4b | hw072318a.op920 | firestone, garrison, zaius, p9dsu, | +| inaries | 993b | | palmetto, vesnin, witherspoon, habanero, | +| | | | barreleye, romulus | ++------------+-----------------------------+-----------------------------+--------------------------------------------+ +| occ | 016db56cbcd6 | 084756c397c4 | zaius, p9dsu, witherspoon, zz, romulus | ++------------+-----------------------------+-----------------------------+--------------------------------------------+ +| petitboot | v1.7.1 | v1.7.2 | openpower_mambo, firestone, firenze, | +| | | | garrison, zaius, p9dsu, palmetto, pseries, | +| | | | vesnin, witherspoon, habanero, | +| | | | openpower_p9_mambo, zz, barreleye, romulus | ++------------+-----------------------------+-----------------------------+--------------------------------------------+ +| sbe | 5c55be4739b4 | 55d6eb23ddd2 | zaius, p9dsu, witherspoon, romulus | ++------------+-----------------------------+-----------------------------+--------------------------------------------+ + +Package: hcode +-------------- + +`Repository `__ + +Patches +~~~~~~~ + +Commits +~~~~~~~ + +Brian Vanderpool (1): + +- `a8673e5364a6 `__ STOP: Clear CPPM_PECES on entry during + power save cycle to prevent wakeup events + +Greg Still (1): + +- `ead6e9843244 `__ PM: clear Hcode error injection bits upon + injection and malf alert + +Rahul Batra (3): + +- `97b15c9d2286 `__ PGPE: Use PGPE Header from + p9_hcode_images_defines.h +- `76bab2be2fcc `__ PGPE: Fixes and Cleanup for Mfg/Char team +- `663f776e9066 `__ PGPE: Fixes and Cleanup for Mfg/Char team + +Richard J. Knight (1): + +- `d9f40ccf1389 `__ update gerrit hostname for server + migration + +Yue Du (11): + +- `a9a2d59b2758 `__ STOP: Fix CME Special Attention handling +- `b1f8194a584a `__ STOP: Fix Srr1 wrongly reported upon + special wakeup +- `5ac7e3c6d8b5 `__ STOP: Fix Srr1 wrongly reported upon + special wakeup +- `ecba21b4468e `__ STOP: Clean up stop state after aborted L3 + purge during Stop 11 entry +- `e5815ebbc536 `__ STOP: Fix Core Special Wakeup window + condition +- `0a26d44dec5d `__ PM: PGPE hang fix during VDM droop + workaround +- `c89e98776bc4 `__ STOP: remove chiplet enable drop in + core_poweron for multicast scom +- `dea935a2d336 `__ STOP: Fix Stop1 Window conditions +- `fcb9ea988c8b `__ STOP: Fix hole in 62403 +- `9935f632a513 `__ STOP: Fix PLS/Srr1 over reporting bug + (impact stop2 only) +- `423e0a9d9b3c `__ STOP: Fix VDM Droop Event DB3 Window + condition breaking STOP + +hostboot (10): + +- `550b2fa1dca6 `__ Release tag information updated for + hw062818a.op920 +- `6fa9a55fc99d `__ Release tag information updated for + hw063018a.op920 +- `90daf24b2840 `__ Release tag information updated for + hw071018a.op920 +- `86b1525c59f5 `__ Release tag information updated for + hw071118a.op920 +- `1313e9247391 `__ Release tag information updated for + hw071318a.op920 +- `bb4e62e97086 `__ Release tag information updated for + hw071418a.op920 +- `279348985484 `__ Release tag information updated for + hw071518a.op920 +- `3d121ff605e6 `__ Release tag information updated for + hw071718a.op920 +- `8c2de096c3ce `__ Release tag information updated for + hw071818a.op920 +- `699b92d0db4d `__ Release tag information updated for + hw072318a.op920 + +Package: hostboot +----------------- + +`Repository `__ + +.. _patches-1: + +Patches +~~~~~~~ + +.. _commits-1: + +Commits +~~~~~~~ + +Andres Lugo-Reyes (1): + +- `19a4dfe717cb `__ HTMGT: Save WOF reset reasons across + all WOF resets + +Chris Steffen (1): + +- `15312c06fdfb `__ Move Xbus Erepair FIR Clearing + +Christian Geddes (1): + +- `3e3f1abb99cd `__ Only switch sides and perform hreset if + SEEPROM side versions match + +Dan Crowell (1): + +- `f4a736da3d50 `__ Debug improvements for exceptions and + OOM hangs + +Ilya Smirnov (2): + +- `7d36982e90ab `__ Display Secure Mode Console Trace + During Boot +- `aaaf653cdc31 `__ Attach Traces to call_mss_eff_config + Errors + +Joachim Fenkes (1): + +- `c9d74dbb0501 `__ p9_sbe_lpc_init: Add final check for + errors + +Matt Derksen (1): + +- `0a0a63d6e7be `__ Add WOF compare data section for + RC_WOF_TABLE_NOT_FOUND errors + +Nick Bofferding (3): + +- `729f4b3bb3a3 `__ Send errors from previous boots as + callhome type eSELs +- `7be43628c219 `__ I2C: Inhibit sending slave stop command + when SDA and SCL are not both asserted +- `5f7ef1613479 `__ Secure Boot: Clear XBUS FIR bits after + SMP enabled + +Prasad Bg Ranganath (2): + +- `de3e4c9a406f `__ PPB:Compute safe mode Freq and Volt + calculation during runtime +- `4447f992153d `__ Bug fix for the Runtime pstate bias + update + +Ryan Black (1): + +- `767c08ae77b2 `__ Mask ut=0 and ut=1 mmio bad + cmd/length/align + +Sachin Gupta (1): + +- `58b3d491a435 `__ Disable SBE HW i2c reset sequence on + hreset + +Zane Shelley (2): + +- `dcc623f78014 `__ PRD: ignore SCOM errors in rule code + summary construct +- `0eda42cf2414 `__ PRD: incorrect CFAM register addresses + used in Hostboot + +Package: occ +------------ + +`Repository `__ + +.. _patches-2: + +Patches +~~~~~~~ + +.. _commits-2: + +Commits +~~~~~~~ + +mbroyles (1): + +- `084756c397c4 `__ Force update of OPAL-OCC memory after GPU + presence detected + +Package: petitboot +------------------ + +`Repository `__ + +.. _patches-3: + +Patches +~~~~~~~ + +- `petitboot-01-autotools-Add-autopoint-generated-files.patch `__ + +.. _commits-3: + +Commits +~~~~~~~ + +Package: sbe +------------ + +`Repository `__ + +.. _patches-4: + +Patches +~~~~~~~ + +.. _commits-4: + +Commits +~~~~~~~ + +Joachim Fenkes (1): + +- `c6566a7d896a `__ p9_sbe_lpc_init: Add final check for errors + +Nick Klazynski (1): + +- `d51bd3609e3b `__ Clockgate disable workaround for HW452921 + +Prasad Bg Ranganath (1): + +- `96c1383b9764 `__ Marking CME sram addr and cntrl register for + whitelist + +Raja Das (1): + +- `4665a9b1ce24 `__ Inverted logic of hasClock bit in Clock + Status register + +Sumit Kumar (1): + +- `55d6eb23ddd2 `__ Updated gerrit hostname + +Yue Du (1): + +- `c7f8a8572837 `__ STOP: remove chiplet enable drop in + core_poweron for multicast scom