Skip to content

Releases: open-power/op-build

v2.0.12

05 Feb 23:28
v2.0.12
Compare
Choose a tag to compare

Release Notes for OpenPower Firmware v2.0.12

op-build v2.0.12 was released on Friday January 18th, 2019 and replaces op-build v2.0.11 as the current stable release in the 2.0.x series.

It is recommended that v2.0.12 be used over any previous v2.0.x version due to the bug fixes contained.

Updated Packages

Package Old Version New Version Platforms
hcode hw112818a.op920 hw123119a.op920 witherspoon, p9dsu, zaius, romulus
hostboot 3bf7fcf35960 d2c0cb9a339bf witherspoon, p9dsu, zaius, romulus
hostboot-binaries hw112818a.op920 hw123119a.op920 witherspoon, p9dsu, zaius, habanero, garrison, barreleye, firestone, palmetto, vesnin, romulus
machine-xml 7cd20a6ac8fe3 dce824c125884 witherspoon
occ 3a505ffc17519 39d77452d00c witherspoon, p9dsu, zaius, zz, romulus
petitboot v1.7.3 v1.7.4 witherspoon, p9dsu, zaius, habanero, firenze, garrison, barreleye, openpower_mambo, pseries, firestone, palmetto, openpower_p9_mambo, vesnin, zz, romulus
skiboot v6.0.14 v6.0.15 witherspoon, p9dsu, zaius, habanero, firenze, garrison, barreleye, openpower_mambo, pseries, firestone, palmetto, openpower_p9_mambo, vesnin, zz, romulus

Package: hcode

Repository

Commits

hostboot (1):

  • 3ce9d71f1f2e Release tag information updated for hw123119a.op920

Package: hostboot

Repository

Patches

Commits

Corey Swenson (1):

  • d2c0cb9a339b Generate error when pnor is not accessed via ipmi

Dan Crowell (1):

  • d76bea3ff0f5 Add sync to doorbell function to avoid weak consistency bug

Shelton Leung (1):

  • fbb9bf7216be HW474117 WAT to allow firmware to disable bypass on port

Package: occ

Repository

Patches

Commits

William Bryan (1):

Package: petitboot

Repository

Commits

Samuel Mendoza-Jonas (2):

  • 017aada974ef lib/flash: Check if the partition is signed
  • 8b9d8bf7c983 discover/devmapper: Retry dm-device remove if busy

Patches

Commits

Alexey Kardashevskiy (1):

Frederic Barrat (1):

  • e5e99d277fc5 i2c: Fix i2c request hang during opal init if timers are not checked

Shilpasri G Bhat (1):

  • ad92cf94b5f7 opal-prd: hservice: Enable hservice->wakeup() in BMC

Vasant Hegde (1):

Package: witherspoon-xml

Repository

Patches

Commits

Erich Hauptli (2):

sannerd (1):

v2.0.11

29 Nov 08:49
v2.0.11
Compare
Choose a tag to compare

Release Notes for OpenPower Firmware v2.0.11

op-build v2.0.11 was released on Thursday November 29th, 2018 and replaces
op-build v2.0.10 as the current stable release in the 2.0.x series.

It is recommended that v2.0.11 be used over any previous v2.0.x version on
POWER9 systems due to the bug fixes contained within.

Updated Packages

Package Old Version New Version Platforms
hcode hw101018a.op920 hw112818a.op920 p9dsu, romulus, witherspoon, zaius
hostboot 7a402b0bc32 3bf7fcf3596 p9dsu, romulus, witherspoon, zaius
hostboot-binaries hw101018a.op920 hw112818a.op920 barreleye, firestone, garrison, habanero, p9dsu, palmetto, romulus, vesnin, witherspoon, zaius
occ 3cb1ba3042e 3a505ffc175 p9dsu, romulus, witherspoon, zaius, zz
openpower-pnor 491ac2632f9 2e68ed6a605 barreleye, firestone, garrison, habanero, p9dsu, palmetto, romulus, vesnin, witherspoon, witherspoon_dev, zaius
sbe eae2a18c584 7aa21f6c0b1 p9dsu, romulus, witherspoon, zaius
skiboot v6.0.9 v6.0.14 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, openpower_p9_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz

Package: hcode

Repository

Patches

Commits

Rahul Batra (1):

  • a13f21bb8264 PGPE: Only ack pending Quad Exit on WOF Disable

hostboot (4):

  • a8a1e493ee03 Release tag information updated for hw110718a.op920
  • 14a103eb369c Release tag information updated for hw110918a.op920
  • aa29996aa300 Release tag information updated for hw112718a.op920
  • 2f9ef5344d1a Release tag information updated for hw112818a.op920

Package: hostboot

Repository

Patches

Commits

Andrew Jeffery (22):

  • bd961754223f ipmi: Replace incorrect dependency on ipmibt with ipmimsg
  • 828d8608b4bb ipmi: Break circular dependency between ipmimsg and ipmibt
  • 175679c45a77 assert: Print the backtrace for critical and kernel assertions
  • 72084f68c72f assert: Include file name in assert output
  • 76fc880a286a ipmi: Introduce register_for_event() interface
  • 70398ea39909 ipmi: Drop unnecessary ipmibt dependency from ipmifru
  • 46438c46da91 ipmi: Drop unnecessary ipmiconfig dependencies
  • 733dc2bda19f ipmi: Break circular dependency between IpmiDD and IpmiRP
  • d2e83450bcbd initservice: Flush trace buffers before shutdown syscall
  • 72ef7e552930 ipmi: Terminate SEL task via shutdown event
  • 715448652b8d ipmi: IpmiDD and IpmiRP must never free resources
  • 27a305e6eacc ipmi: Split into ipmibase and ipmiext modules
  • 469142642d04 ipmi: Remove IpmiRP dependency on targeting
  • 4bd42945974a initservice: Move ipmibase module to base image
  • 4126c2c06d4b pnor: Introduce an IPMI-based PNOR driver implementation
  • 30cc12393168 pnor: Rename the SFC-based PnorDD class to PnorSfcDD
  • 1d34f7399f30 pnor: ipmidd: Rename class to PnorIpmiDD
  • aa42e9dd4fc0 pnor: mboxdd: Rename class to PnorMboxDD
  • d649d2d867bb pnor: Fall back to AST mbox transport if IPMI is unavailable
  • daad484beb6b errl: Mark errlogMsgHandler() as detached
  • ae46c0e9d2bf sio: Add test for availability
  • 3b407d471769 ipmi: Increase polling rate to decrease boot time

Corey Swenson (2):

Dan Crowell (8):

  • b9ff0e6ab036 Make Boootloader trace tool follow HRMOR
  • 5bcbca7f3316 Break down Dump requests into 1MB chunks
  • 6bedb6794509 Increase ipmi polling frequency to every 1ms
  • 8226322626b0 Add missing mutex in LPC error path
  • 9435e74228cb Reduce ipmi trace spam for pnor hiomap messages
  • 51d23526e5ed Only save the CME FIR Masks after they have been setup once
  • 929270216149 Clear out HOMER attributes and reset PM in PHYP mode
  • c112438736e8 Clear out FIR Init parameters after extra PM Resets

Dean Sanner (1):

Jenny Huynh (1):

  • f2691140aea5 HW471413 Aggressive Uncle: disable ERAT thread sharing

Mike Baiocchi (1):

  • 8e2f7e910291 Make TOC partion Read-Only in all PNOR Layouts

Nick Bofferding (3):

  • b72789bde76c Add lib_isteps_mss.so as an istep 15 dependency
  • eaa2604f9df4 Fix shutdown race condition and task start error in IPMI SEL library
  • 801ca2a0b25c Remove trace buffer flush at end of shutdown path

Prem Shanker Jha (1):

  • af26129b7229 PM: Fixed handling of CME LFIR mask during PM complex reset.

Samuel Mendoza-Jonas (1):

  • 26f5df72578a genPnorImages: Add VERSION to signed partitions

Sheldon Bailey (1):

  • 891bdf54e189 HTMGT: Check for OCC elog action bit to force sending an error log to BMC

Thi Tran (1):

  • 5172324220a1 Only call PRD attention handling in resetPMComplex function at runtime.

Yue Du (1):

Package: occ

Repository

Patches

Commits

mbroyles (1):

Package: sbe

Repository

Patches

Commits

Dan Crowell (1):

  • d50f588fcca6 Only save the CME FIR Masks after they have been setup once

Dean Sanner (1):

  • 7aa21f6c0b11 Leave scratch valid bits alone to allow HB to query

Jenny Huynh (1):

  • 446cf71b4174 HW471413 Aggressive Uncle: disable ERAT thread sharing

Prem Shanker Jha (1):

  • 421b1db8df54 PM: Fixed handling of CME LFIR mask during PM complex reset.

Package: skiboot

Repository

Patches

Commits

Adriana Kobylak (1):

Andrew Jeffery (29):

Read more

v2.2-rc1

29 Nov 07:41
v2.2-rc1
Compare
Choose a tag to compare
v2.2-rc1 Pre-release
Pre-release

Release Notes for OpenPower Firmware v2.2-rc1

op-build v2.2-rc1 was released on Thursday November 29th, 2018.
It will become the new stable release of op-build, following on from v2.1,
first released on July 12th, 2018.

op-build v2.2-rc1 contains all the fixes as of op-build v2.0.10, and we
expect to continue to do stable 2.0.y releases of v2.0 into the
forseeable future.

Please note that this is a RELEASE CANDIDATE and not the final v2.2 release.
We expect to do a final v2.2 tagged release early December 2018.

Removed platforms

  • openpower_p9_mambo

The openpower_mambo and openpower_p9_mambo defconfigs were the same, so we
only need one of them.

Updated Packages

Package Old Version New Version Platforms
busybox 1.28.4 1.29.3 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
dtc 1.4.4 1.4.7 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
elfutils 0.169 0.174 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
ethtool 4.15 4.16 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
hcode hw061618a.920 hw112118a.930 p9dsu, romulus, witherspoon, witherspoon_dev, zaius
hostboot 16f11c2e9 14dbbd68d witherspoon_dev
hostboot 876b79aac 3f1f2186b p9dsu, romulus, witherspoon, zaius
hostboot-binaries hw070718b.920 hw111318a.930 barreleye, firestone, garrison, habanero, p9dsu, palmetto, romulus, vesnin, witherspoon, witherspoon_dev, zaius
hostboot-p8 d3025f5d7 c35645e2d barreleye, firestone, garrison, habanero, palmetto, vesnin
ima-catalog 6a1fd2545 3d30c7aca barreleye, firestone, garrison, habanero, p9dsu, palmetto, romulus, vesnin, witherspoon, witherspoon_dev, zaius
libflash v5.10.1 v6.2-rc1 barreleye, firenze, firestone, garrison, habanero, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
linux 4.17.4 4.19.4 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
linux-firmware 65b1c68c6 8d69bab7a barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, witherspoon, witherspoon_dev, zaius, zz
linux-headers 4.17.4 4.19.4 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
machine-xml 6a78496c2 acb73cf1f habanero
machine-xml c6f563966 e0fae90fc palmetto
machine-xml b788f9984 d91ade764 romulus
machine-xml dda5b93d9 4fb3a4b92 vesnin
machine-xml 7cd20a6ac c488a6234 witherspoon
machine-xml f9eeb2840 40bf092f8 zaius
occ 5c01b5476 12c8088a3 p9dsu, romulus, witherspoon, witherspoon_dev, zaius
openpower-pnor f6d970c6a aa94a39eb barreleye, firestone, garrison, habanero, p9dsu, palmetto, romulus, vesnin, witherspoon, witherspoon_dev, zaius
petitboot 1.8.0 1.9.2 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
sbe fad6732f2 cf61dc391 p9dsu, romulus, witherspoon, witherspoon_dev, zaius
skiboot v6.1 v6.2-rc2 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz
util-linux 2.32 2.32.1 barreleye, firenze, firestone, garrison, habanero, openpower_mambo, p9dsu, palmetto, pseries, romulus, vesnin, witherspoon, witherspoon_dev, zaius, zz

Removed Packages

Package Version Platforms
common-p8-xml e02b6f6dd p9dsu,romulus,witherspoon,witherspoon_dev,zaius
occ 5c01b5476 zz
openpower-mrw 0729a4a68 p9dsu,romulus,witherspoon,witherspoon_dev,zaius

Package: habanero-xml

Repository

Patches

Commits

Joel Stanley (1):

Package: hcode

Repository

Patches

Commits

Adam Hale (1):

Anusha Reddy Rangareddygari (1):

  • 9d9a20de2e4b Adding a fapi_assert to flag error if PPE is not halted.

Brian Vanderpool (10):

  • e3d105d276b3 STOP: Clear CPPM_PECES on entry during power save cycle to prevent wakeup events
  • 0d334632a4fc Enable CME IAR trace and remove stall events from trace
  • 2770649588ff STOP: PCBMux Savior version 2 + TLBIE workaround
  • 387d0dff2475 STOP: Scom Restore version 2
  • 127b1eca3e84 STOP: Release the PCB Atomic lock on aborted Stop 11 entry
  • 69de20ee7f49 This reverts the stop 1 commits
  • 927a4ffbc292 STOP: Move delay after LPID change to before asserting quiesce
  • 0999eb2d7378 STOP: Give SGPE control over VDM, DPLL before turning off Jump protect and VDMs
  • 585ebdd5ad02 STOP: Fix DB2 message for DD1
  • 22782e49d66c STOP: Clear CPPM_PECES on entry during power save cycle to prevent wakeup events

Chris Steffen (1):

Christopher M. Riedl (5):

Claus Michael Olsen (3):

  • 57bbd2874a93 Cleanup: Updated Mvpd access function and removal of unused rings
  • 68ddc7db4986 Infrastructure support for new MC OMI rings for Axone
  • 3c3a12adec74 OCMB explorer initCompiler support

Douglas Gilbert (1):

Greg Still (5):

  • dc65a4916ce5 PM: clear Hcode error injection bits upon injection and malf alert
  • b342ec7d38cc SGPE and CME scanning integration
  • 1dcc359d6da6 PM: clear Hcode error injection bits upon injection and malf alert
  • d11796515369 SMF: SBE updates for SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
  • 962e9921c88b SMF: clear HRMOR[15] in all modes so that secure mode won't hang core

Gregory S. Still (2):

  • 5762d99877f8 Revert "Self Restore: Integrated support for build of self-restore code in EKB."
  • 51932dc44266 Revert "Self Restore: Integrated support for build of self-restore code in EKB."

Jenny Huynh (2):

Joe McGill (1):

  • 8fde47008ae5 FBC TDM recovery -- PPE update, clear recal_abort, pdwn unconnected lanes

Michael Floyd (5):

  • 060a3ae8b3a1 STOP: Support to unfreeze IMA after self-restore
  • b46f051b9884 STOP: Actually enable Manual Stop1 for Nimbus DD1 to fix the PSSCR PLS reporting
  • 51a2d2a61147 STOP: Fix STOP1 correctly for DD1 Workaround
  • 0fea3b073537 Fix DD LEVEL to support minor ECs
  • d520bc71a080 CME Code Size Reduction ATTEMPT#3

Prasad Bg Ranganath (2):

Read more

v2.0.8

06 Aug 07:39
v2.0.8
Compare
Choose a tag to compare

Release Notes for OpenPower Firmware v2.0.8

op-build v2.0.8 was released on Monday August 6th, 2018 and replaces op-build v2.0.7 as the current stable release in
the 2.0.x series.

It is recommended that v2.0.8 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained within.

Updated Packages

Package Old Version New Version Platforms
hcode hw072318a.op920 hw080418a.op920 zaius, p9dsu, witherspoon, romulus
hostboot 58b3d491a4354 d0332131ea0c0 zaius, p9dsu, witherspoon, romulus
hostboot-binaries hw072318a.op920 hw080418a.op920 firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus

Package: hcode

Repository

Patches

Commits

Yue Du (1):

hostboot (3):

  • 7903b32b3d7e Release tag information updated for hw080118a.op920
  • b7536dec8c2a Release tag information updated for hw080318a.op920
  • 9b0cff5c99d7 Release tag information updated for hw080418a.op920

Package: hostboot

Repository

Patches

Commits

Andres Lugo-Reyes (1):

Greg Still (1):

  • 716483393aec PM: Move PBAFIR checkstops to recoverable attentions

Nick Bofferding (1):

  • af6f77c1aab7 i2c: Don't wait for SDA to go high before sending slave stop command

Nick Klazynski (1):

Prem Shanker Jha (1):

  • c5efa55e3247 STOP_Recovery: Added hwp changes to support error log parser.

Raja Das (1):

  • 5de34dd6c24d Inverted logic of hasClock bit in Clock Status register

Rick Ward (1):

  • 25d11acf0292 Host went to kernel panic after gard'ing PEC0/PHB0 (PCIFIR CS)

Yue Du (1):

  • a83a93a35943 PM: Prevent Core-L2 Quiesce from removing PM_EXIT upon SPWU

Zane Shelley (2):

  • 14ae5a21b925 PRD: Disable reading/writing lane repair VPD
  • bd04abf36c3f PRD: change threshold for L3FIR[28] LRU parity error

nagurram-in (1):

  • d0332131ea0c attribute ECID value updation in hdat pcrd structure

v2.0.7

06 Aug 07:40
v2.0.7
Compare
Choose a tag to compare

Release Notes for OpenPower Firmware v2.0.7

op-build v2.0.6 was released on Friday August 3rd, 2018 and replaces op-build v2.0.6 as the current stable release in
the 2.0.x series.

It is recommended that v2.0.7 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained within.

The only update in this release is to skiboot v6.0.7 to work around a hardware errata in the interrupt controller on POWER9.

The bug fix is:

  • xive: Disable block tracker

    Due to some HW errata, the block tracking facility (performance
    optimisation for large systems) should be disabled on Nimbus chips.
    Disable it unconditionally for now.

v2.0.6

06 Aug 07:40
v2.0.6
Compare
Choose a tag to compare

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 <https://github.com/open-power/hcode>__

Patches


Commits

Brian Vanderpool (1):

  • a8673e5364a6 <https://github.com/open-power/hcode/commit/a8673e5364a6>__ STOP: Clear CPPM_PECES on entry during
    power save cycle to prevent wakeup events

Greg Still (1):

  • ead6e9843244 <https://github.com/open-power/hcode/commit/ead6e9843244>__ PM: clear Hcode error injection bits upon
    injection and malf alert

Rahul Batra (3):

  • 97b15c9d2286 <https://github.com/open-power/hcode/commit/97b15c9d2286>__ PGPE: Use PGPE Header from
    p9_hcode_images_defines.h
  • 76bab2be2fcc <https://github.com/open-power/hcode/commit/76bab2be2fcc>__ PGPE: Fixes and Cleanup for Mfg/Char team
  • 663f776e9066 <https://github.com/open-power/hcode/commit/663f776e9066>__ PGPE: Fixes and Cleanup for Mfg/Char team

Richard J. Knight (1):

  • d9f40ccf1389 <https://github.com/open-power/hcode/commit/d9f40ccf1389>__ update gerrit hostname for server
    migration

Yue Du (11):

  • a9a2d59b2758 <https://github.com/open-power/hcode/commit/a9a2d59b2758>__ STOP: Fix CME Special Attention handling
  • b1f8194a584a <https://github.com/open-power/hcode/commit/b1f8194a584a>__ STOP: Fix Srr1 wrongly reported upon
    special wakeup
  • 5ac7e3c6d8b5 <https://github.com/open-power/hcode/commit/5ac7e3c6d8b5>__ STOP: Fix Srr1 wrongly reported upon
    special wakeup
  • ecba21b4468e <https://github.com/open-power/hcode/commit/ecba21b4468e>__ STOP: Clean up stop state after aborted L3
    purge during Stop 11 entry
  • e5815ebbc536 <https://github.com/open-power/hcode/commit/e5815ebbc536>__ STOP: Fix Core Special Wakeup window
    condition
  • 0a26d44dec5d <https://github.com/open-power/hcode/commit/0a26d44dec5d>__ PM: PGPE hang fix during VDM droop
    workaround
  • c89e98776bc4 <https://github.com/open-power/hcode/commit/c89e98776bc4>__ STOP: remove chiplet enable drop in
    core_poweron for multicast scom
  • dea935a2d336 <https://github.com/open-power/hcode/commit/dea935a2d336>__ STOP: Fix Stop1 Window conditions
  • fcb9ea988c8b <https://github.com/open-power/hcode/commit/fcb9ea988c8b>__ STOP: Fix hole in 62403
  • 9935f632a513 <https://github.com/open-power/hcode/commit/9935f632a513>__ STOP: Fix PLS/Srr1 over reporting bug
    (impact stop2 only)
  • 423e0a9d9b3c <https://github.com/open-power/hcode/commit/423e0a9d9b3c>__ STOP: Fix VDM Droop Event DB3 Window
    condition breaking STOP

hostboot (10):

  • 550b2fa1dca6 <https://github.com/open-power/hcode/commit/550b2fa1dca6>__ Release tag information updated for
    hw062818a.op920
  • 6fa9a55fc99d <https://github.com/open-power/hcode/commit/6fa9a55fc99d>__ Release tag information updated for
    hw063018a.op920
  • 90daf24b2840 <https://github.com/open-power/hcode/commit/90daf24b2840>__ Release tag information updated for
    hw071018a.op920
  • 86b1525c59f5 <https://github.com/open-power/hcode/commit/86b1525c59f5>__ Release tag information updated for
    hw071118a.op920
  • 1313e9247391 <https://github.com/open-power/hcode/commit/1313e9247391>__ Release tag information updated for
    hw071318a.op920
  • bb4e62e97086 <https://github.com/open-power/hcode/commit/bb4e62e97086>__ Release tag information updated for
    hw071418a.op920
  • 279348985484 <https://github.com/open-power/hcode/commit/279348985484>__ Release tag information updated for
    hw071518a.op920
  • 3d121ff605e6 <https://github.com/open-power/hcode/commit/3d121ff605e6>__ Release tag information updated for
    hw071718a.op920
  • 8c2de096c3ce <https://github.com/open-power/hcode/commit/8c2de096c3ce>__ Release tag information updated for
    hw071818a.op920
  • 699b92d0db4d <https://github.com/open-power/hcode/commit/699b92d0db4d>__ Release tag information updated for
    hw072318a.op920

Package: hostboot

Repository <https://github.com/open-power/hostboot>__

.. _patches-1:

Patches


.. _commits-1:

Commits

Andres Lugo-Reyes (1):

  • 19a4dfe717cb <https://github.com/open-power/hostboot/commit/19a4dfe717cb>__ HTMGT: Save WOF reset reasons across
    all WOF resets

Chris Steffen (1):

  • 15312c06fdfb <https://github.com/open-power/hostboot/commit/15312c06fdfb>__ Move Xbus Erepair FIR Clearing

Christian Geddes (1):

  • 3e3f1abb99cd <https://github.com/open-power/hostboot/commit/3e3f1abb99cd>__ Only switch sides and perform hreset if
    SEEPROM side versions match

Dan Crowell (1):

  • f4a736da3d50 <https://github.com/open-power/hostboot/commit/f4a736da3d50>__ Debug improvements for exceptions and
    OOM hangs

Ilya Smirnov (2):

  • 7d36982e90ab <https://github.com/open-power/hostboot/commit/7d36982e90ab>__ Display Secure Mode Console Trace
    During Boot
  • aaaf653cdc31 <https://github.com/open-power/hostboot/commit/aaaf653cdc31>__ Attach Traces to call_mss_eff_config
    Errors

Joachim Fenkes (1):

  • c9d74dbb0501 <https://github.com/open-power/hostboot/commit/c9d74dbb0501>__ p9_sbe_lpc_init: Add final check for
    errors

Matt Derksen (1):

  • 0a0a63d6e7be <https://github.com/open-power/hostboot/commit/0a0a63d6e7be>__ Add WOF compare data section for
    RC_WOF_TABLE_NOT_FOUND errors

Nick Bofferding (3):

  • 729f4b3bb3a3 <https://github.com/open-power/hostboot/commit/729f4b3bb3a3>__ Send errors from previous boots as
    callhome type eSELs
  • 7be43628c219 <https://github.com/open-power/hostboot/commit/7be43628c219>__ I2C: Inhibit sending slave stop command
    when SDA and SCL are not both asserted
  • 5f7ef1613479 <https://github.com/open-power/hostboot/commit/5f7ef1613479>__ Secure Boot: Clear XBUS FIR bits after
    SMP enabled

Prasad Bg Ranganath (2):

  • de3e4c9a406f <https://github.com/open-power/hostboot/commit/de3e4c9a406f>__ PPB:Compute safe mode Freq and Volt
    calculation during runtime
  • 4447f992153d <https://github.com/open-power/hostboot/commit/4447f992153d>__ Bug fix for the Runtime pstate bias
    update

Ryan Black (1):

  • 767c08ae77b2 <https://github.com/open-power/hostboot/commit/767c08ae77b2>__ Mask ut=0 and ut=1 mmio bad
    cmd/length/align

Sachin Gupta (1):

  • 58b3d491a435 <https://github.com/open-power/hostboot/commit/58b3d491a435>__ Disable SBE HW i2c reset sequence on
    hreset

Zane Shelley (2):

  • dcc623f78014 <https://github.com/open-power/hostboot/commit/dcc623f78014>__ PRD: ignore SCOM errors in rule code
    summary construct
  • 0eda42cf2414 <https://github.com/open-power/hostboot/commit/0eda42cf2414>__ PRD: incorrect CFAM register addresses
    used in Hostboot

Package: occ

Repository <https://github.com/open-power/occ>__

.. _patches-2:

Patches


.. _commits-2:

Commits

mbroyles (1):

  • 084756c397c4 <https://github.com/open-power/occ/commit/084756c397c4>__ Force update of OPAL-OCC memory after GPU
    presence detected

Package: petitboot

Repository <https://github.com/open-power/petitboot>__

.. _patches-3:

Patches


-  `petitboot-01-autotool...
Read more

v2.0.5

06 Aug 07:40
v2.0.5
Compare
Choose a tag to compare

Release Notes for OpenPower Firmware v2.0.5

op-build v2.0.5 was released on Thursday July 19th, 2018 and replaces op-build v2.0.4 as the current stable release in the 2.0.x series.

It is recommended that v2.0.4 be used over any previous v2.0.x version due to the bug fixes contained within.

Updated Packages

+---------------------+---------------------+---------------------+----------------------------------------------------+
| Package | Old Version | New Version | Platforms |
+=====================+=====================+=====================+====================================================+
| skiboot | v6.0.5 | v6.0.6 | openpower_mambo, firestone, firenze, garrison, |
| | | | zaius, p9dsu, palmetto, pseries, vesnin, |
| | | | witherspoon, habanero, openpower_p9_mambo, zz, |
| | | | barreleye, romulus |
+---------------------+---------------------+---------------------+----------------------------------------------------+

Skiboot changes

  • phb4/CAPI: Reallocate PEC2 DMA-Read engines to improve GPU-Direct bandwidth

    We reallocate additional 16/8 DMA-Read engines allocated to stack0/1
    on PEC2 respectively. This is needed to improve bandwidth available to
    the Mellanox CX5 adapter when trying to read GPU memory (GPU-Direct).

    If kernel cxl driver indicates a request to allocate maximum possible
    DMA read engines when calling enable_capi_mode() and card is attached
    to PEC2/stack0 slot then we assume its a Mellanox CX5 adapter. We then
    allocate additional 16/8 extra DMA read engines to stack0 and stack1
    respectively on PEC2. This is done by populating the
    XPEC_PCI_PRDSTKOVR and XPEC_NEST_READ_STACK_OVERRIDE as suggested by
    the h/w team.

  • phb4: Disable nodal scoped DMA accesses when PB pump mode is enabled

    By default when a PCIe device issues a read request via the PHB it is first
    issued with nodal scope. When accessing GPU memory the NPU does not know at the
    time of response if the requested memory page is off node or not. Therefore
    every read of GPU memory by a PHB is retried with larger scope which introduces
    bandwidth and latency issues.

    On smaller boxes which have pump mode enabled nodal and group scoped reads are
    treated the same and both types of request are broadcast to one chip. Therefore
    we can avoid the retry by disabling nodal scope on the PHB for these boxes. On
    larger boxes nodal (single chip) and group (multiple chip) scoped reads are
    treated differently. Therefore we avoid disabling nodal scope on large boxes
    which have pump mode disabled to avoid all PHB requests being broadcast to
    multiple chips.

  • npu2/hw-procedures: Enable parity and credit overflow checks

    Enable these error checking features by setting the appropriate bits in
    our one-off initialization of each "NTL Misc Config 2" register.

    The exception is NDL RX parity checking, which should be disabled during
    the link training procedures.

v2.1

12 Jul 07:05
v2.1
Compare
Choose a tag to compare

Release Notes for OpenPower Firmware v2.1

op-build v2.1 was released on Thursday July 12th, 2018. It is the new stable release of op-build, following on from v2.0,
first released on May 16th 2018.

op-build v2.1 contains all the fixes as of op-build v2.0.3, and we expect to continue to do stable 2.0.y releases of v2.0 into the
forseeable future.

This release is largely small and incremental changes on top of op-build v2.0 rather than containing anything major.

Over op-build v2.0, this release contains the following changes:

Removed platforms

  • p9dsu_dev

Updated Packages

Package Old Version New Version Platforms
busybox 1.27.2 1.28.4 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
dropbear 2017.75 2018.76 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
ethtool 4.13 4.15 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
glibc glibc-2.26-146-gd300041c glibc-2.27-57-g6c99e37f6 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
hcode hw051018a.op920 hw061618a.920 zaius, p9dsu, witherspoon, romulus
hcode hw051018a.920 hw061618a.920 witherspoon_dev
hostboot 8e05a4399bf5 876b79aacd9b1 zaius, p9dsu, witherspoon, romulus
hostboot 43c4502d3b0b 16f11c2e9b10e witherspoon_dev
hostboot-binaries 20119f086877 hw070718b.920 firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus
hostboot-binaries 81d8233a6dc8 hw070718b.920 witherspoon_dev
ima-catalog 90237254664 6a1fd25458a4 firestone, garrison, zaius, p9dsu, palmetto, witherspoon_dev, vesnin, witherspoon, habanero, barreleye, romulus
linux 4.16.8 4.17.4 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
linux-headers 4.16.8 4.17.4 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
machine-xml a941f8b75cdcd f9eeb2840947 zaius
ncurses 6.0 6.1 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
occ 77bb5e602b4aa 5c01b5476e8fe zaius, p9dsu, witherspoon_dev, witherspoon, zz, romulus
petitboot v1.7.1 1.8.0 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
powerpc-utils v1.3.4 v1.3.5 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
sbe 8e0105e5e964d fad6732f2270f zaius, p9dsu, witherspoon, romulus
sbe a389a5d98c2ab fad6732f2270f witherspoon_dev
skiboot v6.0.1 v6.1 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
util-linux 2.31.1 2.32 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus

Package: hcode

Repository

Patches

Commits

Claus Michael Olsen (1):

  • 502e877ca111 Update to p9_xip_tool to handle stand-alone DDCO ring files.

Joe McGill (2):

  • c97bb0a2fd80 mask core SPATTN bit used for core checkstop handshake
  • 2a499e99d207 support IO reconfig loop for OBUS DL link training failures

Prasad Bg Ranganath (1):

Prem Shanker Jha (1):

  • ac9567422748 PM: Addressed TODOs in hcode image build HWP.

Rahul Batra (7):

Richard J. Knight (1):

  • a327175c6427 Update Makefile to fix concurrancy issues with libppetracepp.a

Yue Du (4):

  • d6b88e67ff4d STOP: Fix History Write Data Machine Check by PPM_WRITE_DISABLE
  • 1dc26ec0072e STOP: Add URMOR RAM to CME for NDD23 SMF
  • 050dc2142f83 STOP: Handle Quad Special Wakeup Done while pm_reset
  • 63c49e23a2cd STOP: CME/SGPE Hcode size reduction via global use of literals

hostboot (21):

  • 699005f149f1 Release tag information updated for hw051118a.920
  • 0d8951cdde6d Release tag information updated for hw051518a.920
  • 99f340c7b74a Release tag information updated for hw051618a.920
  • 85ecbf71967e Release tag information updated for hw051718a.920
  • f3f4d3449690 Release tag information updated for hw051818a.920
  • c79665be710d Release tag information updated for hw052318a.920
  • a9e9c6f0daff Release tag information updated for hw052418a.920
  • 17b8473da01f Release tag information updated for hw052518a.920
  • 262e018945d3 Release tag information updated for hw052618a.920
  • 331a145623c2 Release tag information updated for hw053018a.920
  • 80a399244e84 Release tag information updated for hw053118a.920
  • 764d268b65b1 Release tag information updated for hw060118a.920
  • a42e940b874c Release tag information updated for hw060418a.920
  • aa0d5610f6aa Release tag information updated for hw060618a.920
  • 2df7ae766eb5 Release tag information updated for hw060718a.920
  • a04a6779d7d7 Release tag information updated for hw060818a.920
  • ee19339b42f7 Release tag information updated for hw060918a.920
  • a54eba35a902 Release tag information updated for hw061218a.920
  • 79225d801f74 Release tag information updated for hw061318a.920
  • 7d8799ea77d6 Release tag information updated for hw061518a.920
  • 29e49c2b46c5 Release tag information updated for hw061618a.920

Package: hostboot

Repository

Patches

Commits

Adam Hale (1):

Alpana Kumari (1):

  • e5df99c9d267 EC level match for only functional master Proc per Node

Amit Tendolkar (2):

  • 8fcc6813c098 SW419349: Handle override of deconfig by Error vs FCO reasons by association
  • dc3e00781d72 Adapt p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood

Andre Marin (6):

Read more

v2.0.4

12 Jul 07:47
v2.0.4
Compare
Choose a tag to compare

Release Notes for OpenPower Firmware v2.0.4

op-build v2.0.4 was released on Thursday July 12th, 2018 and replaces
op-build v2.0.3 as the current stable release in the 2.0.x series.

It is recommended that v2.0.4 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 hw052418a.op920 hw060818a.op920 zaius, p9dsu, witherspoon, romulus
hostboot acedcb2b0fb20 63b526118e793 zaius, p9dsu, witherspoon, romulus
hostboot-binaries hw051718a.op920 hw063018a.op920-2-g0db27d4b993b firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus
occ 90208bbb62606 016db56cbcd6a zaius, p9dsu, witherspoon, zz, romulus
sbe a596975350682 5c55be4739b4e zaius, p9dsu, witherspoon, romulus
skiboot v6.0.4 v6.0.5 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus

Package: hcode

Repository

Patches

Commits

Prasad Bg Ranganath (1):

Rahul Batra (5):

  • b175658f8526 CME: Process DB0 inside intercme_msg_handler
  • fcff42579b68 PGPE: Correctly Set retActQuads during Safe Mode
  • 6777d2f2f00c PGPE: Fix WOF Enable/Disable Issues
  • 85e6dceb7174 PGPE: Use global literals for reg addrs
  • 51692fa2cabc PGPE: Ack Back any pending quad active update during WOF Disable

Richard J. Knight (1):

  • fc7996aed4fa Update Makefile to fix concurrancy issues with libppetracepp.a

Yue Du (1):

  • ff83bfc2bf6f STOP: Fix History Write Data Machine Check by PPM_WRITE_DISABLE

hostboot (3):

  • 9b060733df53 Release tag information updated for hw060618a.op920
  • 57f645d8622f Release tag information updated for hw060718a.op920
  • fbe2c7c8455c Release tag information updated for hw060818a.op920

Package: hostboot

Repository

Patches

Commits

Ben Gass (2):

  • dd357cba6d55 Correct Safe mode freqency to UltraTurbo compare error message.
  • 21d652cae1fc Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data

Christian Geddes (2):

  • 5684c60ff95d Add recovery summary traces for sbeAttemptRecovery for FSP runtime
  • 54080e164527 Slave SBE scratch regs must be up to date before continueMPIPL called

Dan Crowell (2):

  • 384e76d46163 Defer handling attentions on non-master proc until after SMP is up
  • d41e6f61373d FFDC enhancements for core activate fails

Greg Still (3):

  • 520c2aa3e498 PM: clear Hcode error injection bit upon PM complex reset
  • 4e615979c946 PM: pm_firinit class fix to properly clear FIRs upon initialization
  • 1469d353f178 PM: Fix double biases value into safe mode frequency

Ilya Smirnov (2):

Jenny Huynh (1):

  • cbfc8c262b7d Changing NXCQFIR(34) RNG control logic error to checkstop

Joe McGill (1):

  • 14d009af06a6 p9_sbe_common -- mark TP LFIR bits 18:20 recoverable

Louis Stermole (1):

  • db169d62f42c Change mss_freq algorithm to deconfigure ports to achieve common DIMM freq

Nick Klazynski (1):

Prasad Bg Ranganath (4):

  • 9df095095c4a PPB: Bug fix in computing IAC Vdn value
  • 7644b20fd47e PM reset: Fix disable resclk procedure
  • 5caa7eb2573f PM_RESCLK: Clear override bits of CACCR in reset flow
  • 05e5bff504e7 SBE:PUTRING: Add callout support for checkword mismatch failure

Rahul Batra (1):

Raja Das (1):

  • f7d423bcbe65 Fenced Enabled check along with vdd_pfet_disable_core for scoms

Ryan Black (1):

Soma BhanuTej (1):

Stephen Glancy (3):

  • d5d4ea292432 Fixes CKE levels during RCD initialization
  • 692b8cce1955 Updates training advanced workarounds to run after a failure
  • fb533c4d3bf1 Updates the training advanced algorithm

nagurram-in (1):

  • 9e1945e647ad IS_MPIPL_SUPPORTED attribute support and update in hdat IPLP structure

spashabk-in (1):

Package: occ

Repository

Patches

Commits

Chris Cain (1):

Sumit Kumar (1):

  • 3efcf7cda44d 24x7: Added Alink PMU & fix for defect SW430218

William Bryan (2):

Package: sbe

Repository

Patches

Commits

Ben Gass (1):

  • 5c55be4739b4 Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data

Joe McGill (1):

  • 512cca6c2ce6 p9_sbe_common -- mark TP LFIR bits 18:20 recoverable

Nick Klazynski (1):

Prasad Bg Ranganath (1):

  • f283d67875d4 SBE:PUTRING: Add callout support for checkword mismatch failure

Prem Shanker Jha (1):

  • 3b5cc1a5a792 PM: Fix FFDC collection for HWP p9_collect_suspend_ffdc.

Raja Das (1):

  • 0b006e7b30b0 Fenced Enabled check along with vdd_pfet_disable_core for scoms

Package: skiboot

Repository

Patches

Commits

Andrew Jeffery (2):

Christophe Lombard (1):

  • bfb78e7bc262 capi: Select the correct IODA table entry for the mbt cache.

Haren Myneni (1):

Mahesh Salgaonkar (1):

  • f4a95d7e1dd5 opal/hmi: Display correct chip id while printing NPU FIRs.

Michael Neuling (3):

  • 28bf820d3735 phb4: Minimise wait when moving through FRESET states
  • f09894aca400 phb4: Move training trace logging to next state.
  • 2bd26c39de53 phb4: Delay training till after PERST is deasserted

Reza Arbab (1):

  • 966a2839484f npu2/hw-procedures: Fence bricks via NTL instead of MISC

Shilpasri G Bhat (1):

Read more

v2.1-rc1

27 Jun 02:00
v2.1-rc1
Compare
Choose a tag to compare
v2.1-rc1 Pre-release
Pre-release

Release Notes for OpenPower Firmware v2.1-rc1

op-build v2.1-rc1 was released on Wednesday June 27th, 2018. It will
become the new stable release of op-build, following on from v2.0,
first released on May 16th 2018.

op-build v2.1-rc1 contains all the fixes as of op-build v2.0.3,
and we expect to continue to do stable 2.0.y releases of v2.0 into the
forseeable future.

Please note that this is a RELEASE CANDIDATE and not the final v2.1
release. We expect to do a final v2.1 tagged release early July 2018.

The final op-build v2.1 release is intended for GA POWER9 platforms,
and basing system firmware off "a modest derivative of op-build v2.0 or
later" is part of the OpenPOWER Ready requirements.

This release is largely small and incremental changes on top of op-build
v2.0 rather than containing anything major.

Development defconfigs

Like with op-build v2.0, there exists a more stable and a more development
branch of some key firmware components (notably Hostboot).
This release there is only witherspoon_dev_defconfig (for the brave).

Updated Packages

Package Old Version New Version Platforms
busybox 1.27.2 1.28.4 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
dropbear 2017.75 2018.76 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
ethtool 4.13 4.15 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
glibc glibc-2.26-146-gd300041c glibc-2.27-57-g6c99e37f openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
hcode hw051018a.op920 hw061618a.920 zaius, p9dsu, witherspoon, romulus
hcode hw051018a.920 hw061618a.920 witherspoon_dev
hostboot 8e05a439 876b79aa zaius, p9dsu, witherspoon, romulus
hostboot 43c4502d cfa7304f witherspoon_dev
hostboot-binaries 20119f08 hw062518a.920 firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus
hostboot-binaries 81d8233a hw062518a.920 witherspoon_dev
ima-catalog 90237254 6a1fd254 firestone, garrison, zaius, p9dsu, palmetto, witherspoon_dev, vesnin, witherspoon, habanero, barreleye, romulus
linux 4.16.8 4.17.3 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
linux-headers 4.16.8 4.17.3 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
machine-xml a941f8b7 f9eeb284 zaius
ncurses 6.0 6.1 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
occ 77bb5e60 5c01b547 zaius, p9dsu, witherspoon_dev, witherspoon, zz, romulus
petitboot v1.7.1 1.8.0 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
powerpc-utils v1.3.4 v1.3.5 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
sbe 8e0105e5 02f710ae zaius, p9dsu, witherspoon, romulus
sbe a389a5d9 02f710ae witherspoon_dev
skiboot v6.0.1 v6.1-rc1 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus
util-linux 2.31.1 2.32 openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus

Package: hcode

Repository

Patches

Commits

Claus Michael Olsen (1):

  • 502e877ca111 Update to p9_xip_tool to handle stand-alone DDCO ring files.

Joe McGill (2):

  • c97bb0a2fd80 mask core SPATTN bit used for core checkstop handshake
  • 2a499e99d207 support IO reconfig loop for OBUS DL link training failures

Prasad Bg Ranganath (1):

Prem Shanker Jha (1):

  • ac9567422748 PM: Addressed TODOs in hcode image build HWP.

Rahul Batra (7):

Richard J. Knight (1):

  • a327175c6427 Update Makefile to fix concurrancy issues with libppetracepp.a

Yue Du (4):

  • d6b88e67ff4d STOP: Fix History Write Data Machine Check by PPM_WRITE_DISABLE
  • 1dc26ec0072e STOP: Add URMOR RAM to CME for NDD23 SMF
  • 050dc2142f83 STOP: Handle Quad Special Wakeup Done while pm_reset
  • 63c49e23a2cd STOP: CME/SGPE Hcode size reduction via global use of literals

hostboot (21):

  • 699005f149f1 Release tag information updated for hw051118a.920
  • 0d8951cdde6d Release tag information updated for hw051518a.920
  • 99f340c7b74a Release tag information updated for hw051618a.920
  • 85ecbf71967e Release tag information updated for hw051718a.920
  • f3f4d3449690 Release tag information updated for hw051818a.920
  • c79665be710d Release tag information updated for hw052318a.920
  • a9e9c6f0daff Release tag information updated for hw052418a.920
  • 17b8473da01f Release tag information updated for hw052518a.920
  • 262e018945d3 Release tag information updated for hw052618a.920
  • 331a145623c2 Release tag information updated for hw053018a.920
  • 80a399244e84 Release tag information updated for hw053118a.920
  • 764d268b65b1 Release tag information updated for hw060118a.920
  • a42e940b874c Release tag information updated for hw060418a.920
  • aa0d5610f6aa Release tag information updated for hw060618a.920
  • 2df7ae766eb5 Release tag information updated for hw060718a.920
  • a04a6779d7d7 Release tag information updated for hw060818a.920
  • ee19339b42f7 Release tag information updated for hw060918a.920
  • a54eba35a902 Release tag information updated for hw061218a.920
  • 79225d801f74 Release tag information updated for hw061318a.920
  • 7d8799ea77d6 Release tag information updated for hw061518a.920
  • 29e49c2b46c5 Release tag information updated for hw061618a.920

Package: hostboot

Repository

Patches

Commits

Adam Hale (1):

Amit Tendolkar (2):

  • 8fcc6813c098 SW419349: Handle override of deconfig by Error vs FCO reasons by association
  • dc3e00781d72 Adapt p9_sbe_check_master_stop15 for bad path on non-S...
Read more