Merge pull request #2378 from op-jenkins/op-build-update_043_9-28-2018

op-build update 9-28-2018
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 9895a2b..e24645f 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw092518a.930" if BR2_HCODE_LATEST_VERSION
+	default "hw092718a.930" 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 9f6d45f..5cb9c5c 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 ?= e74ef0f31e326658cb7165c205aa30978564b2df
+HOSTBOOT_P8_VERSION ?= 186ac839d47a02e8fb97040f1747d084c5642fd8
 
 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 b2ee115..7a9c35b 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "7e78cc344a0d6f3914fde662d40ce3be2a2d1d1b" if BR2_HOSTBOOT_LATEST_VERSION
+	default "e82eda284f016036b5e2192dd234db12da7559f2" if BR2_HOSTBOOT_LATEST_VERSION
         default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION