op-build master-p10 update 10-31-2022

Changes Included for package hcode, branch master-p10:
eb0f1bd - hostboot - 2022-10-31 - Release tag & head commit information updated for hw102822a.opmst10
dee74c6 - Greg Still - 2022-10-31 - PPB: clip all frequencies to 4250MHz to not overflow Pstate encoding

Changes Included for package hostboot, branch master-p10:
c9ccbd3 - Stephen Glancy - 2022-10-31 - Adds attributes to handle thermal sensors 2 and 3
d31aa81 - Daniel Crowell - 2022-10-31 - Add missing include for Odyssey registers
5ea909f - Thi Tran - 2022-10-31 - P10 ody_check_for_ready & ody_getidec HWPs
312dd23 - Amita Banchhor - 2022-10-31 - Creating code to load IMEM, DMEM, and message block onto Synopsys PHY
f894217 - Geetha Pisapati - 2022-10-31 - Remove cfg_steering bits for rank 2 and 3 for the RDF0 and WDF0 regs
9df5fb0 - Stephen Glancy - 2022-10-31 - Adds Odyssey MCBIST traits specialization
e7a20e2 - Louis Stermole - 2022-10-31 - Create Odyssey constants file
e63204e - Stephen Glancy - 2022-10-31 - Updates Odyssey to reset DMEM registers and skip writing 0's to a cleared DMEM
39b79b9 - Stephen Glancy - 2022-10-28 - Adds Odyssey MCBIST traits specialization
8f7a14e - Caleb Palmer - 2022-10-28 - PRD: Update include paths for Odyssey HWPs

Changes Included for package hostboot-binaries, branch master:
95b5a20 - hostboot - 2022-10-31 - UPDATE executables for the NVIDIA gpu and/or ring files for hw102822a.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 2b81215..f9fd604 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 "hw102622a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw102822a.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 f154aea..40a711a 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 "hw102622a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+	default "hw102822a.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 5ff4f0e..513c7b3 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 "97cd882695d9dcd5522f74d11eeba383fb1d1fcc" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "c9ccbd3d9936229d860cc72838e19f45967d5302" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION