op-build update 4-8-2019

Changes Included for package hostboot, branch master:
cb5872d - Prasad Bg Ranganath - 2019-04-06 - PPB: OPPB pstatemin value endianess fix
616f55b - Christian Geddes - 2019-04-06 - Setup CONFIG_AXONE env variable correctly
54a9c7b - Louis Stermole - 2019-04-05 - Fix duplicate symbol errors from DEFAULT_MC_TYPE
acd09d4 - Luis Fernandez - 2019-04-05 - HB Improvements: Compiler Issues with Different Config Files
4995ec0 - Luis Fernandez - 2019-04-05 - HB Improvements: Fix compiler warnings on modern compilers

Changes Included for package hcode, branch master:
0068bf4 - hostboot - 2019-04-06 - Release tag information updated for hw040619a.940

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index bb31960..e02ae0d 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw040519a.940" if BR2_HCODE_LATEST_VERSION
+	default "hw040619a.940" if BR2_HCODE_LATEST_VERSION
 	default BR2_HCODE_CUSTOM_VERSION_VALUE \
 		if BR2_HCODE_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 714a27b..97e0953 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "c8651104f00db7538147ab4cea9c9a3a8df5e500" if BR2_HOSTBOOT_LATEST_VERSION
+	default "cb5872dbdd7f6b52909930f821ff185f2c2ed6d6" if BR2_HOSTBOOT_LATEST_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION