op-build update 9-14-2021
Changes Included for package sbe, branch master-p10:
def4340 - Prem Shanker Jha - 2021-09-10 - PM HWP: memory region init validation of PPE BAR and BCEBAR.
7bdf9fd - Prasad Bg Ranganath - 2021-09-10 - MPIPL: Skip deadcores during core cleanup in mpipl path
Changes Included for package hcode, branch master-p10:
0dc4ebe - hostboot - 2021-09-13 - Release tag & head commit information updated for hw091321a.opmst10
09bed76 - hostboot - 2021-09-13 - Release tag & head commit information updated for hw091021a.opmst10
f1dd05a - hostboot - 2021-09-08 - Release tag & head commit information updated for hw090821a.opmst10
65916c3 - Prem Shanker Jha - 2021-09-08 - PM HWP: memory region init validation of PPE BAR and BCEBAR.
666eda3 - Prasad Bg Ranganath - 2021-09-08 - MPIPL: Skip deadcores during core cleanup in mpipl path
Changes Included for package hostboot, branch master-p10:
9614e39 - Zach Clark - 2021-09-13 - SBE dump request interface
861d2aa - Zach Clark - 2021-09-13 - Add interface for setting PLDM numeric effecter value
59a42ff - Daniel Crowell - 2021-09-10 - Improve trace collection for firmware_request failures
11b39b5 - Matthew Raybuck - 2021-09-10 - Fix errlSrc section length to include FRU callout size
4e1b816 - Zane Shelley - 2021-09-10 - PRD: always clear EQ_CORE_FIR_WOF[56] on neighbor in FC mode
eee6f9d - hostboot - 2021-09-10 - Update SBE commit to 2b13aa6... DFT Late summer updates to support new e
41bc9b2 - hostboot - 2021-09-10 - Update simics level to: 2021-09-09_68f1e5_simics.tar.gz 68f1e51ff4435231
7ddb18f - Prasad Bg Ranganath - 2021-09-10 - MPIPL: Skip deadcores during core cleanup in mpipl path
bf336f7 - Emmanuel Sacristan - 2021-09-10 - Correcting link count when setting cmd rates. decrement if agg link set
0aabc6f - Prem Shanker Jha - 2021-09-10 - PM HWP: memory region init validation of PPE BAR and BCEBAR.
fd62726 - Greg Still - 2021-09-10 - PM: allow mixed sort support for Cronus
594d584 - Roland Veloz - 2021-09-09 - MRW: Refactored common code out for targets associated with a DIMM
3a0e465 - Natalie Martinez - 2021-09-09 - Generate Report of Attribute Values
7c77b97 - Zach Clark - 2021-09-09 - Update OCC sensor ID encoding
bd4a210 - Zach Clark - 2021-09-09 - Add functional state sensors to CORE/FC targets
a895949 - Matt Derksen - 2021-09-09 - PLDM entity instance number assignment
63666bf - Matt Derksen - 2021-09-09 - Add DCM support to PLDM
1e7ae53 - Matt Derksen - 2021-09-09 - Add core PDRs
90b9d4d - hostboot - 2021-09-09 - Reapply PLDM subtree changes made from f55f5e to 6c01b8a
f2f2727 - hostboot - 2021-09-09 - Update to latest openbmc/pldm commit e5bbe0d
3e22f3f - Zane Shelley - 2021-09-09 - PRD: multi-node CS isolation issue during istep 18.12
f0deb86 - Zane Shelley - 2021-09-09 - PRD: Clear EQ_CORE_FIR_WOF on both cores for RE TH
be7518d - Matt Derksen - 2021-09-08 - Remove normalized entity container ID lookup from PLDM code
02d53a2 - Ilya Smirnov - 2021-09-08 - Add MDS Target to Standalone
ce68280 - Caleb Palmer - 2021-09-08 - PRD: Only store OCMB addr config info within PRD at HBRT
Changes Included for package pnor, branch master-p10:
3d96ab5 - Ilya Smirnov - 2021-09-10 - Merge pull request #143 from debmc/debs_ghe_hbd_final
1f527a8 - Deb McLemore - 2021-09-10 - Support Optional Attribute/Targeting RW PNOR Partition
Changes Included for package hostboot-binaries, branch master:
fbb205a - hostboot - 2021-09-13 - UPDATE executables for the NVIDIA gpu and/or ring files for hw091321a.opmst10
d031bba - hostboot - 2021-09-13 - UPDATE executables for the NVIDIA gpu and/or ring files for hw091021a.opmst10
9898294 - hostboot - 2021-09-08 - UPDATE executables for the NVIDIA gpu and/or ring files for hw090821a.opmst10
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode-p10/Config.in b/openpower/package/hcode-p10/Config.in
index 8de83c5..564b558 100644
--- a/openpower/package/hcode-p10/Config.in
+++ b/openpower/package/hcode-p10/Config.in
@@ -31,7 +31,7 @@
config BR2_HCODE_P10_VERSION
string
- default "hw090321b.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw091321a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \
if BR2_HCODE_P10_CUSTOM_VERSION
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index d91f600..851d415 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -24,7 +24,7 @@
config BR2_HOSTBOOT_BINARIES_VERSION
string
- default "hw090321b.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw091321a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 0585725..cc60e40 100644
--- a/openpower/package/hostboot-p10/Config.in
+++ b/openpower/package/hostboot-p10/Config.in
@@ -25,7 +25,7 @@
config BR2_HOSTBOOT_P10_VERSION
string
- default "e73e13c7dbd6d72c61da7d102c216b1ca7da0b37" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "9614e392b4f07015e98bc68ad5e7294e1351104d" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION
diff --git a/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk b/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk
index 3d394bd..296b313 100644
--- a/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk
+++ b/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk
@@ -4,7 +4,7 @@
#
################################################################################
-OPENPOWER_PNOR_P10_VERSION ?= 2fceb8c999687ffb0fbcb375811c9b074536f56e
+OPENPOWER_PNOR_P10_VERSION ?= 3d96ab52916637063500a4fc733ff7a5552a6cd3
OPENPOWER_PNOR_P10_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_P10_VERSION))
OPENPOWER_PNOR_P10_LICENSE = Apache-2.0
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 89d996d..10665a0 100644
--- a/openpower/package/sbe-p10/Config.in
+++ b/openpower/package/sbe-p10/Config.in
@@ -26,7 +26,7 @@
config BR2_SBE_P10_VERSION
string
- default "2b13aa6a3cd7ab5830748f26ce704496b1e5c22e" if BR2_SBE_P10_LATEST_VERSION
+ default "def4340f193743914358f33a83746375678d81d2" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION