op-buildrelease-fw1020 update 4-20-2022

Changes Included for package sbe, branch release-fw1020:
0e8e2af - Sunil Kumar - 2022-04-18 - Read core scratch reg 0 for both the cores incase of getTIInfo()
11385c4 - Matthew Hickman - 2022-04-18 - Fixed xml incorrect priority for EXP_BOOT_CONFIG
e331f3c - rajerpp1 - 2022-04-14 - Fxing commit_id not updated to XIP header

Changes Included for package hostboot, branch release-fw1020:
08f91e0 - Ilya Smirnov - 2022-04-19 - Update SRC Descriptions
cacd91a - Matt Derksen - 2022-04-19 - Update weave.py to find hbotStringFile lid
972501e - Daniel Crowell - 2022-04-19 - Explicitly check for proper target type for multicast operation
b6aa4f0 - Matt Derksen - 2022-04-19 - Create trace_lite parser in python
5d637a8 - chenduibm - 2022-04-19 - Delay gard policy enforcement
e07e845 - Nick Bofferding - 2022-04-19 - Implement Hostboot standalone workaround for istep 3.17 check
6bf192e - Daniel Crowell - 2022-04-19 - Fix FAPINAME_POS for memport targets
c63fd7e - Roland Veloz - 2022-04-19 - Fixed a couple of ill-formated strings.
8556c9f - Louis Stermole - 2022-04-19 - Override TEMP_REFRESH_MODE after draminit
e586024 - Zach Clark - 2022-04-19 - PLDM Runtime BMC R/R support: EECACHE write safety (commit 2/n)
334a755 - Zach Clark - 2022-04-19 - PLDM Runtime BMC R/R support: outgoing PLDM request retries (commit 1/n)
84a82f3 - Corey Swenson - 2022-04-19 - Fix runtime MCTP queuing problems

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index e585296..d3c65f9 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 "500f37df2f9618f9d1ecdf81d30b876658429612" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "08f91e0169e1e4939086b79a771e5e75051559d8" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 143ab04..7e1a3d3 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 "a0b5970a1bdabe4911d37384d6875ab61d32e853" if BR2_SBE_P10_LATEST_VERSION
+	default "0e8e2af3164da5f7593c278eb49278899f8172ea" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION