op-build update 4-4-2019

Changes Included for package hostboot, branch master-p8:
dc218d9 - Dan Crowell - 2019-04-03 - Handle early life PNOR fails in HBRT instead of hanging

Changes Included for package hostboot, branch master:
e5622fb - Corey Swenson - 2019-04-03 - Insufficient Resources check needs to handle NVDIMM logic
16378af - Christian Geddes - 2019-04-03 - Compile Explorer MSS libs in our istepsmss lib
9fd0af3 - Christian Geddes - 2019-04-03 - Set ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes
ec86a56 - Nick Bofferding - 2019-04-03 - Decrease WOFDATA partition by 1 MB until HBI space can be reduced
12b139b - Jennifer A. Stofer - 2019-04-03 - Revert "P9 Xbus/DMI CM Workaround"
1b53812 - Mike Baiocchi - 2019-04-03 - Cleanup UCD Update Algorithm Code
201a39f - Corey Swenson - 2019-04-03 - Add part callout for the Backup Power Module
25c1b41 - Ilya Smirnov - 2019-04-03 - Process Core and EQ Gard Records in MPIPL Path
5da79e1 - Chen Du - 2019-04-03 - Get ring override failing
215eaa2 - Christian Geddes - 2019-04-03 - Stop overwriting OCMB vpd info in standalone and handle DDIMM modules
ed12081 - Murulidhar Nataraju - 2019-04-03 - Istep 18 - MPIPL on OPAL System update

Changes Included for package hcode, branch master:
2e3a283 - hostboot - 2019-04-03 - Release tag information updated for hw040319a.940

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index dd46ad7..dc37c13 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw040219a.940" if BR2_HCODE_LATEST_VERSION
+	default "hw040319a.940" if BR2_HCODE_LATEST_VERSION
 	default BR2_HCODE_CUSTOM_VERSION_VALUE \
 		if BR2_HCODE_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot-p8/hostboot-p8.mk b/openpower/package/hostboot-p8/hostboot-p8.mk
index 3985419..a614166 100644
--- a/openpower/package/hostboot-p8/hostboot-p8.mk
+++ b/openpower/package/hostboot-p8/hostboot-p8.mk
@@ -3,7 +3,7 @@
 # hostboot for POWER8
 #
 ################################################################################
-HOSTBOOT_P8_VERSION ?= c2074ad87972f2542d8313c4d8dec143bc96ac3d
+HOSTBOOT_P8_VERSION ?= dc218d94c57b986f5620cc8651f5aae9d08536a6
 
 HOSTBOOT_P8_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_P8_VERSION))
 
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 1f2671e..2738392 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "54178321414bc23e827940c120e6759265d33385" if BR2_HOSTBOOT_LATEST_VERSION
+	default "e5622fb032dc8b23627d8ca06d82a10b612d5435" if BR2_HOSTBOOT_LATEST_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION