op-build master-p10 update 8-30-2022
Changes Included for package occ, branch master-p10:
25efefa - mbroyles - 2022-08-23 - Socket power capping control
bb0bb5e - Chris Cain - 2022-08-17 - Fix SRC tags
8016780 - Chris Cain - 2022-08-17 - Fix SRC parser bug and missing tags
defb3f6 - Chris Cain - 2022-08-11 - Add SRC parser script for OpenBMC PELs
Changes Included for package sbe, branch master-p10:
72fa75d - akhis023 - 2022-08-26 - Added support to call Build SMP Switch AB HWP(putmemproc)
cb3e909 - akhis023 - 2022-08-26 - Adding support for starting and stoping host alive timer
Changes Included for package hcode, branch master-p10:
315e66a - hostboot - 2022-08-29 - Release tag & head commit information updated for hw082922a.opmst10
e2bf533 - hostboot - 2022-08-29 - Release tag & head commit information updated for hw082622a.opmst10
Changes Included for package hostboot, branch master-p10:
47e28b4 - Daniel Crowell - 2022-08-29 - Add all scratch regs to SBE errors
c2d4fd8 - Corey Swenson - 2022-08-29 - Add new attribute for SBE to handle TPM extend
c69f938 - hostboot - 2022-08-29 - Update HCODE commit to 630b992... Update SBE States enum and 2809 reg bi
07e5600 - hostboot - 2022-08-29 - Update SBE commit to 72fa75d... Added support to call Build SMP Switch A
d0f6994 - Adithi.T.Ganapathi - 2022-08-29 - Move MRS decode_helper call prior to the address_mirroring in mrs_engine
a640f21 - akhis023 - 2022-08-29 - Update SBE States enum and 2809 reg bitfield
Changes Included for package hostboot-binaries, branch master:
cbffe62 - hostboot - 2022-08-29 - UPDATE executables for the NVIDIA gpu and/or ring files for hw082922a.opmst10
f3d2e48 - hostboot - 2022-08-29 - UPDATE executables for the NVIDIA gpu and/or ring files for hw082622a.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 e6ef9c0..3ec5fa1 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 "hw082422a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw082922a.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 d544a48..a09afec 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 "hw082422a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw082922a.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 4727e81..d30656e 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 "6d610b15917c4ae7d36ba3e77f008af0e1a0f747" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "47e28b495dd86fe5bcd656a55facf7be903f9002" 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 dac11bd..f4f1a5c 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 "74c348a1d2ee1169303fb2b2ac3f7a4ba8ca30a7" if BR2_OCC_P10_LATEST_VERSION
+ default "25efefae5c89334a6ffc1ee89fbcc72a6911d83d" if BR2_OCC_P10_LATEST_VERSION
default BR2_OCC_P10_CUSTOM_VERSION_VALUE \
if BR2_OCC_P10_CUSTOM_VERSION
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index eea84f3..f868007 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 "16877521fe3ab4bbfa7744e10048695e13fa6e33" if BR2_SBE_P10_LATEST_VERSION
+ default "72fa75db19e816788f434fcc884209ee051e468c" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION