op-build update 8-12-2021
Changes Included for package occ, branch master-p10:
5a4f8f4 - Sumit Kumar - 2021-08-11 - 24x7: Alink fix to update debug counter correctly
7da584b - Sumit Kumar - 2021-08-11 - 24x7: OTL fix to reset count with getscom config read
fd1fddb - Sumit Kumar - 2021-08-11 - 24x7: Reading PHB event counter twice in 8 ms internval
8adccb0 - Sumit Kumar - 2021-08-10 - 24x7: Reduce delay to 0 between successive event count reads
b7f7505 - Sumit Kumar - 2021-08-10 - 24x7: Fix for OCMB memory store offset
Changes Included for package hcode, branch master-p10:
b560119 - hostboot - 2021-08-11 - Release tag & head commit information updated for hw081121a.opmst10
be1d99b - Chris Steffen - 2021-08-11 - SMPX Halflink Training Fail (SW531947)
7151a9e - Greg Still - 2021-08-11 - UV/OV - product tune settings
9b2ce7e - Jim Crugnale - 2021-08-11 - Adding/updating error thresholds and FIRs to allow/check low BER Quad fails
239024e - hostboot - 2021-08-09 - Release tag & head commit information updated for hw080921a.opmst10
Changes Included for package hostboot, branch master-p10:
4142002 - Chen Du - 2021-08-11 - EKB commit to keep main boot seeprom's SPI Engine in PIB mode
5f19b3b - Chen Du - 2021-08-11 - Keep boot seeprom's SPI Engine in PIB mode
a1f8c2f - Christian Geddes - 2021-08-11 - Only init PNOR at runtime if PLDM PNOR IO is enabled via config flags
d84e548 - hostboot - 2021-08-10 - Update HCODE commit to 3c6374f... PGPE: Use ECO Mask for droop detection
866c351 - hostboot - 2021-08-10 - Update SBE commit to 97d548d... Improve error message for sbe ffdc
e5cda71 - hostboot - 2021-08-10 - Update simics level to: 2021-08-05_a0f011_simics.tar.gz a0f0117578121872
8495693 - Zane Shelley - 2021-08-09 - PRD: Disable RCS failover on transient error or threshold
33c3bb0 - Stephen Glancy - 2021-08-09 - Updates rank to rank timings for 2933
4693fdd - Ilya Smirnov - 2021-08-09 - Port MCTP CRC Checking
c7240ab - Amit Tendolkar - 2021-08-09 - Handling deadcores in PM Halt sequence
Changes Included for package pnor, branch master-p10:
2fceb8c - Ilya Smirnov - 2021-08-11 - Merge pull request #142 from IlyaSmirnov91/master-p10
096427d - Ilya Smirnov - 2021-08-10 - P10: Increase PAYLOAD partition size to 1MB
Changes Included for package hostboot-binaries, branch master:
9f77b61 - hostboot - 2021-08-11 - UPDATE executables for the NVIDIA gpu and/or ring files for hw081121a.opmst10
3921e17 - hostboot - 2021-08-09 - UPDATE executables for the NVIDIA gpu and/or ring files for hw080921a.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 2853ff0..c25ef7d 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 "hw080621a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw081121a.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 b7c5a0c..4c56c01 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 "hw080621a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw081121a.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 a2a2cec..bcb7f7c 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 "29a055d8f230009f74140ee0400bd8ad127c2e9e" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "4142002cfcbd277ee3e655b1585a41ca5ae1ada9" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION
diff --git a/openpower/package/occ-p10/Config.in b/openpower/package/occ-p10/Config.in
index 14ff454..eb88bd9 100644
--- a/openpower/package/occ-p10/Config.in
+++ b/openpower/package/occ-p10/Config.in
@@ -43,7 +43,7 @@
config BR2_OCC_P10_VERSION
string
- default "8acc3422b756984a620979683584add073065d4c" if BR2_OCC_P10_LATEST_VERSION
+ default "5a4f8f48f012d3320218d38db302915133576289" if BR2_OCC_P10_LATEST_VERSION
default BR2_OCC_P10_CUSTOM_VERSION_VALUE \
if BR2_OCC_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 66b1f49..9b458d6 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 ?= f260b9fb719e8ce8a3900495f90ee6cfb77d8ac1
+OPENPOWER_PNOR_P10_VERSION ?= 2fceb8c999687ffb0fbcb375811c9b074536f56e
OPENPOWER_PNOR_P10_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_P10_VERSION))
OPENPOWER_PNOR_P10_LICENSE = Apache-2.0