op-build update 4-28-2020

Changes Included for package hostboot-binaries, branch master:
d8e0375 - hostboot - 2020-04-27 - UPDATE executables for the NVIDIA gpu and/or ring files for hw042720a.opmst10

Changes Included for package sbe, branch master-p10:
a3213ea - Murulidhar Nataraju - 2020-04-27 - Make CFAM Plat code NOOP and remove assert

Changes Included for package hcode, branch master-p10:
d689216 - hostboot - 2020-04-27 - Release tag & head commit information updated for hw042720a.opmst10
71549d7 - Ben Gass - 2020-04-27 - Update p10 scom xlate for flipped AX0/1 logic on ioo1..3
a178bcc - Rahul Batra - 2020-04-27 - PGPE: Fix HOST Mode
1fc04ba - Ben Gass - 2020-04-27 - Update p10_scom_addr for DLM sat id change from 0xD to 0x0.
391c417 - Rahul Batra - 2020-04-27 - PGPE: PMCR Fwd Fixes
cc2f5bd - Joe McGill - 2020-04-27 - updates for indepedent AXON chiplet scan rings
baf55a4 - Rahul Batra - 2020-04-27 - PGPE: Correctly Unmask interrupts
d8c554f - Joe McGill - 2020-04-27 - P10 SCOM addr xlate update -- fix IOPCI ring numbers
cb6e781 - Thi Tran - 2020-04-27 - P10 SCOM addr xlate update: Associate iopci rings to PEC chiplets
82356f8 - Thi Tran - 2020-04-27 - Fix dependency that causes Hostboot build failure
fe89d8e - Joe McGill - 2020-04-27 - p10_exit_cache_contained -- refactor for HB, SBE worksplit
4a31c30 - Joe McGill - 2020-04-27 - SCOM address xlate -- fix getOmicTargetInstance bug for PAU chiplet registers
2176705 - Joe McGill - 2020-04-27 - clock checking and scan/scom address xlate updates
9b5bd6a - Rahul Batra - 2020-04-27 - PGPE: Basic Pstates for P10
cee5aa2 - Thi Tran - 2020-04-27 - P10 SCOM translation: Supports all PSCOMs in EQ
9d8c070 - Rahul Batra - 2020-04-27 - PGPE: New P10 Infrastructure
5c66ee4 - Thi Tran - 2020-04-27 - Fix Cronus AIX compile break
368aca8 - Thi Tran - 2020-04-27 - P10 - SCOM address translation for IOHS and OMI with indirect addressing.
143e84a - Joe McGill - 2020-04-27 - SCOM address translation -- add ENGD mode, update PERV and PHB stack decodes
2bf443e - Joe McGill - 2020-04-27 - SCOM address translation -- associate perv regions with pec, iohs, mc targets
33816e5 - Thi Tran - 2020-04-27 - P10 Clock Control
80f631b - Thi Tran - 2020-04-27 - P10 SCOM, SCAN address translation
26eb4d7 - hostboot - 2020-04-27 - Fix auto-mirror
c1bb3c8 - Rahul Batra - 2020-04-27 - PGPE: Remove halt if DPLL_STAT Lock not set
a228cee - Rahul Batra - 2020-04-27 - PGPE: Fix HOST Mode
b398009 - Anusha Reddy Rangareddygari - 2020-04-27 - Removing ifndef ppe for p10_perv_sbe_cmn_switch_mux_cfam func

Changes Included for package hostboot, branch master-p10:
58ccab4 - hostboot - 2020-04-27 - Update SBE commit to a3213ea... Make CFAM Plat code NOOP and remove asse
3ca03f5 - Ben Gass - 2020-04-27 - Update p10 scom xlate for flipped AX0/1 logic on ioo1..3
eb3c194 - hostboot - 2020-04-27 - Update HCODE commit to 3d64a70... Core RAMing and testing fixes for SPRs
e4a6b00 - hostboot - 2020-04-27 - Update simics level to: 2020-04-27_b9126d_simics.tar.gz 004505f01e7f271a
2e78c96 - Matthew Raybuck - 2020-04-27 - Fix assert when referencing USE_TCES_FOR_DMAS
931195d - hostboot - 2020-04-27 - Update SBE commit to 8bfc3fd... Enable slave proc on simics.
6819a3d - Dan Crowell - 2020-04-27 - Swap the order of isteps 8.1 and 8.2
e394089 - Vasant Hegde - 2020-04-27 - MPIPL: Make sure destination size does not cross 32GB
81d5596 - Chris Steffen - 2020-04-27 - Added OMI Pre/Post Train Advance Shells
f94823b - Chris Steffen - 2020-04-27 - Added OMI Pre/Post Train Advance Shells
1e5fb60 - Anusha Reddy Rangareddygari - 2020-04-27 - Removing ifndef ppe for p10_perv_sbe_cmn_switch_mux_cfam func

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 54b8627..ee41555 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 "hw042420a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw042720a.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-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index 48371fe..b78106e 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -24,7 +24,7 @@
 
 config BR2_HOSTBOOT_BINARIES_VERSION
 	string
-	default "hw041620a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+	default "hw042720a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
 	default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 46a820c..bdaae89 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 "61883cc1738f9cb171b1912aa2486f7ef22c32e8" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "58ccab41fc790b259cf79612f5e96a123b1b1383" 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 4e8b3a2..678836b 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 "8bfc3fd200fca0f9a7766fd2b7587657635ca126" if BR2_SBE_P10_LATEST_VERSION
+	default "a3213ea1f6879aacedd624aa085f6bc46b6c9fa8" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION