op-build update 1-13-2021

Changes Included for package sbe, branch master-p10:
de7b02e - Joachim Fenkes - 2021-01-12 - p10_proc_gettracearray: Remove PEC workaround
15a3103 - Nicholas Landi - 2021-01-12 - Remove Core Trace Arrays from gettracearray
7ebedd4 - Nicholas Landi - 2021-01-12 - Fixes to trace array enabling and gettracearray procedure
15f98ff - Nicholas Landi - 2021-01-12 - p10_proc_gettracearray -- fix and update
e588a48 - Nicholas Landi - 2021-01-12 - p9_proc_gettracearray Port to P10 (2/2)
4ed626b - Nicholas Landi - 2021-01-12 - p9_proc_gettracearray Port to P10 (1/2)
d1876e0 - jdginn - 2021-01-12 - Add range IPL and SEEPROM write chipops for DFT
5fcd3bd - jdginn - 2021-01-12 - Support core and eq type attributes on ppe plat
1408ab9 - Justin Smith - 2021-01-11 - Check core count is 0 for IOSCM testing
bc6dc20 - Justin.Ginn@ibm.com - 2021-01-11 - Update power_dft copy of sbecmdmpipl to match mainline
6159968 - Justin.Ginn@ibm.com - 2021-01-11 - Contained procedure support for DFT SBE builds

Changes Included for package hostboot, branch master-p10:
f2255aa - Louis Stermole - 2021-01-12 - Add Explorer RC reporting in I2C library
4854cb2 - Rahul Batra - 2021-01-12 - PM: Fix Pstate Table Length in PPMR
586f95d - jdginn - 2021-01-12 - Exclude a FAPI_DBG which is invalid for ppe PLAT
deb989e - Matt Derksen - 2021-01-12 - RAS: Add explorer log gathering to appropriate errors
9111110 - Louis Stermole - 2021-01-12 - Disable USTLCFG DATE_ERROR_RETRY_ENABLE
e8fd24e - Christian Geddes - 2021-01-12 - Update PLDM Bios attribute names
a1c5dc8 - Matthew Raybuck - 2021-01-12 - Re-enable error logs for TPM HDAT
6f498e2 - Dan Crowell - 2021-01-12 - Resume Mbox in error path of boot_core_wakeup path
2dd5dd2 - Dan Crowell - 2021-01-12 - Fix some broken error log comment blocks
65f6a09 - Christian Geddes - 2021-01-12 - Update hex conversion to be compatible with bash version ran on FSP
702c152 - Luis Fernandez - 2021-01-12 - Add Explorer Update Test Cases
2c03952 - hostboot - 2021-01-12 - Update HCODE commit to 8235f55... PGPE: Current Read Fixes
55996a4 - hostboot - 2021-01-12 - Update SBE commit to aa7d412... Remove 1 MB cap of HB MEM for HB Dump.
ad24201 - Matt Derksen - 2021-01-12 - Fix EXP_OMI_TRAIN_ERR() FFDC gathering crash
df26f67 - Rahul Batra - 2021-01-12 - PM: WOF Updates HWP (1/2)
b2fd410 - Luis Fernandez - 2021-01-12 - RAS Write Explorer FW level into DDIMM SPD
b947755 - Greg Still - 2021-01-12 - QME Hcode Size: new p10_fbc_core_topo HWP to enable space saving (2 of 4)
b1004c2 - Prem Shanker Jha - 2021-01-12 - PM HWP: Added support for STOP11 auto-wakeup vector.
ed43cdf - Chen Du - 2021-01-12 - Fix for IOHS PEER attribute defect
467d239 - Chen Du - 2021-01-12 - Addon commit for SMPGROUP
53270bc - Chen Du - 2021-01-12 - Remove workaround for processMRW PBAX attributes

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 53e7aee..5749588 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 "d97b60baadee2089b26e7580012337c3cac981c6" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "f2255aaf20786bc8f410e13f2c9a4971e6fafe12" 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 4c16894..c84100d 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 "5be253176232eb8ade724796f2b939acb9acbb5f" if BR2_SBE_P10_LATEST_VERSION
+	default "de7b02e87f32be20b0bea9415b088f14fc178186" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION