op-build update 2-13-2020

Changes Included for package sbe, branch master-p10:
ebd6392 - Raja Das - 2020-02-13 - Enabled Seeprom addresses to be scomed, Blocked Pibmem address
102c607 - Raja Das - 2020-02-13 - Skip Pibmem repair function in MPIPL path

Changes Included for package hcode, branch master-p10:
6c239fa - hostboot - 2020-02-12 - Release tag & head commit information updated for hw021220a.opmst10
681b6af - Greg Still - 2020-02-12 - PM: OCC Pstate Parameter Block refinements
c9c1e31 - Greg Still - 2020-02-12 - PM: OCC Pstate Parameter Block refinements
876f9f0 - Prasad Bg Ranganath - 2020-02-12 - P10:PPB p10_pstate_parameter_block Level 1
e7ac9de - Greg Still - 2020-02-12 - PM: OCC<>PGPE interface for P10
aee5b82 - hostboot - 2020-02-12 - Fix auto-mirror
f5b1bf0 - Joachim Fenkes - 2020-02-12 - fastarray: Apply setup rings before dump

Changes Included for package hostboot, branch master-p10:
2375fc4 - Christian Geddes - 2020-02-12 - Do not unload modules loaded for unit tests
e7ad2e8 - Chris Cain - 2020-02-12 - HTMGT: Enable HTMGT at runtime
0acbd2e - Zane Shelley - 2020-02-12 - PRD: enable building PRD rule files
a2aaee2 - Dan Crowell - 2020-02-12 - Switch OCC to use FREQ_PAU instead of FREQ_PB
d5230c1 - Glenn Miles - 2020-02-12 - Testcases to verify MMIO and I2C Scoms to Explorer work consistently

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 cac602c..8ec2004 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 "hw021120c.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw021220a.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-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 4b31073..7cf2c21 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 "13427fa8087ba245dec9fc989bd37cae7c9af1c9" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "2375fc4675110ddcd1e83b138f3741f94db5537d" 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 4a38870..b861023 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 "26e963a7892a72776951f20e3bec3158822345c7" if BR2_SBE_P10_LATEST_VERSION
+	default "ebd6392e56be388c37e24a1ce951af20bc4a10fd" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION