op-build update 2-16-2022

Changes Included for package occ, branch master-p10:
637ae1e - mbroyles - 2022-02-15 - Prevent rollover when updating PWRSYS sensor

Changes Included for package hcode, branch master-p10:
9fa920a - hostboot - 2022-02-15 - Release tag & head commit information updated for hw021422a.opmst10

Changes Included for package hostboot, branch master-p10:
68bcd7d - Jayashankar Padath - 2022-02-15 - HDAT: Correction in fetching vpd collected status
dfbcdb2 - Isaac Salem - 2022-02-15 - Changes to Gard record logic to keep duplicate deconfig records
363f8ae - Daniel Crowell - 2022-02-15 - Notify PHYP before resetting PM Complex
d60b231 - Zach Clark - 2022-02-15 - Support for precompiled VPD ECC implementations

Changes Included for package hostboot-binaries, branch master:
9c8392e - hostboot - 2022-02-15 - UPDATE executables for the NVIDIA gpu and/or ring files for hw021422a.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 181234d..fe0faad 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 "hw021122a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw021422a.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 1e36e8f..0b5c50c 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 "hw021122a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+	default "hw021422a.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 1b49e9c..c7329bb 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 "866d42372c85a9bab4bf183798fb3d0c474b2312" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "68bcd7d0b2f3f81899b1aec4432fab41400ed177" 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 15adafd..b62e080 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 "dd821aba16bf1a569e10e23ff462d1570a907b3e" if BR2_OCC_P10_LATEST_VERSION
+	default "637ae1e399cfc1c8bdcab95a2ad98961ec1b012a" if BR2_OCC_P10_LATEST_VERSION
 	default BR2_OCC_P10_CUSTOM_VERSION_VALUE \
 		if BR2_OCC_P10_CUSTOM_VERSION