op-build update 10-4-2019

Changes Included for package hostboot, branch master-p8:
4eee075 - Artem Senichev - 2019-10-03 - errl: Free memory allocated for parsers
dd312b5 - Artem Senichev - 2019-10-03 - errl: Fix data reading from unaligned pointers

Changes Included for package hostboot, branch master:
3920d16 - Caleb Palmer - 2019-10-03 - PRD: Fix returning port position in dynamic mem dealloc
bce4356 - Christian Geddes - 2019-10-03 - Add call to fapi wrapper of exp_getidec into hwasPlat code
ba79059 - lixg - 2019-10-03 - Verify manufacture date (MB) from PVPD before using
c79620a - Artem Senichev - 2019-10-03 - errl: Free memory allocated for parsers
ad8653d - Artem Senichev - 2019-10-03 - errl: Fix data reading from unaligned pointers
3e79743 - Louis Stermole - 2019-10-03 - Updates to Explorer FW upload tools
c4e7bcb - Dean Sanner - 2019-10-03 - Compile Hostboot with -Os

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot-p8/hostboot-p8.mk b/openpower/package/hostboot-p8/hostboot-p8.mk
index 2583626..fed9f12 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 ?= c3a40456c9196e906a150e1329b1b49ba75414a3
+HOSTBOOT_P8_VERSION ?= 4eee07524dfdac2bd515605ca796b701562b3e95
 
 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 bfe9938..a1e8ef1 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "ae388288d7cf86e7cc3c0370b6d0ca3aa1d9e9a3" if BR2_HOSTBOOT_LATEST_VERSION
+	default "3920d160e612ab3e2ca7a586e1a48c39b079bf36" if BR2_HOSTBOOT_LATEST_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION