op-build update 4-9-2020

Changes Included for package hcode, branch master-p10:
a7857b9 - hostboot - 2020-04-08 - Release tag & head commit information updated for hw040820a.opmst10
b83569c - Olsen - 2020-04-08 - Fix in p10_ipl_customize for "invalid buffer" fail

Changes Included for package hostboot, branch master-p10:
697c68d - Christian Geddes - 2020-04-08 - Add error handling for PLDM Request to MCTP Outbound Q transaction
0a547a2 - Christian Geddes - 2020-04-08 - Breakup pldmrp into pldm_requester and pldm_responder classes
5e899ea - Chris Cain - 2020-04-08 - HTMGT: Changes to allow HOMER to be dynamically mapped for PHYP
0adf225 - Matthew Raybuck - 2020-04-08 - Turn off debug traces for dimmPres.C
eb8f98e - Ilya Smirnov - 2020-04-08 - Replace HOMER Mapping Logic With ScopedHomerMapper
b4721e2 - Ilya Smirnov - 2020-04-08 - VPO Fixes
1b1c6d3 - aravnair-in - 2020-04-08 - Add ATTR_EFFECTIVE_EC under the sys target
d9d43e8 - hostboot - 2020-04-08 - Update SBE commit to 54b6d73... Added Mem Check using MatchStashPair tes
d115da9 - hostboot - 2020-04-08 - Update HCODE commit to 289ff52... Updates for memory sim tools

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 81f45a7..b1ec962 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 "hw040720a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw040820a.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 af66616..f818110 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 "689529cd6f03a48d213914d6a2489ded2cfeebc2" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "697c68da679bbd71ee311feb38c00cf5a49274fb" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION