op-build update 3-13-2020

Changes Included for package hcode, branch master-p10:
5216e8d - hostboot - 2020-03-12 - Release tag & head commit information updated for hw031220a.opmst10
a80a6f8 - Rahul Batra - 2020-03-12 - PGPE: Safe Mode
89fc016 - Rahul Batra - 2020-03-12 - PGPE: Safe Mode
859e197 - Rahul Batra - 2020-03-12 - PGPE: Fix pack
d0eb56f - Rahul Batra - 2020-03-12 - PGPE: Throttle Control
e56b3e8 - hostboot - 2020-03-12 - Fix auto-mirror

Changes Included for package hostboot, branch master-p10:
e508150 - Rahul Batra - 2020-03-12 - PGPE: Safe Mode
6c59a2a - Caleb Palmer - 2020-03-12 - PRD: Workarounds to avoid HIO during checkstops
8dbf948 - Ilya Smirnov - 2020-03-12 - Add New PM Complex Interfaces
890b517 - Anusha Reddy Rangareddygari - 2020-03-12 - P10 header files in p10_getecid
83c5d23 - Anusha Reddy Rangareddygari - 2020-03-12 - 7nm ECID changes
0d2bc44 - Christian Geddes - 2020-03-12 - Re-organize PLDM directories
407dd31 - Caleb Palmer - 2020-03-12 - PRD: Change MCC to OCMB chip connection lookup
75c7099 - Christian Geddes - 2020-03-12 - Move all mctp code we are getting from github into its own dir
be58038 - Christian Geddes - 2020-03-12 - Setup PLDM message Qs and hook them up to MCTP layer correctly test
073f190 - Christian Geddes - 2020-03-12 - Introduce pldm core code and resource provided
7162f03 - Christian Geddes - 2020-03-12 - MCTP update in preparation for PLDM
e9b5c3d - Christian Geddes - 2020-03-12 - Add base support for MCTP initialization on the Host
106a62c - Jet Li - 2020-03-12 - MCTP device driver: add mctplib module

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 156c32b..6e2eb8c 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 "hw031020a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw031220a.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 2e1ce57..ff15a5f 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 "a079cf82cb6a7c4e7b5bf66ce5519ca01ba8392a" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "e50815084f00027edd40292b64138f8c496a56d9" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION