op-build update 10-22-2018

Changes Included for package hostboot, branch master-p8:
c8a08f1 - William A. Kennington III - 2018-10-18 - hostboot: Add a printed out banner add startup

Changes Included for package hostboot, branch master:
c3499cc - Elizabeth Liner - 2018-10-19 - Adding cumulus model to ci testing
a9c7228 - Nick Bofferding - 2018-10-19 - Add lib_isteps_mss.so as an istep 15 dependency
74812c3 - Christian Geddes - 2018-10-18 - Elevate log levels for simics during PSU ops
12eac54 - Louis Stermole - 2018-10-18 - Re-enable training advanced WR_VREF algorithm in xml for p9c
7504dc6 - Ben Gass - 2018-10-18 - Adding p9a_get/put_mmio and explorer_inband
e5eb140 - Louis Stermole - 2018-10-18 - Fix attribute access errors in p9c row_repair
a04dc7a - Jenny Huynh - 2018-10-18 - Enforce SMF size requirements and correct valid bit
4f8994d - Adam Hale - 2018-10-18 - HW467590 - WAT Solution to prevent ARMWF starvation early hang
26d020f - Stephen Glancy - 2018-10-18 - Adds per-Buffer addressability API for LRDIMM
a811166 - Stephen Glancy - 2018-10-18 - Adds blank files for LRDIMM PBA
112454f - Caleb Palmer - 2018-10-18 - PRD: Row repair fix checking dram for prev repair
10915cf - Zane Shelley - 2018-10-18 - PRD: wrong target used in PLL analysis code
18413b3 - Dan Crowell - 2018-10-18 - Tweaks to traces for runtime error handling
a515f16 - Thi Tran - 2018-10-18 - Only call PRD attention handling in resetPMComplex function at runtime.

Changes Included for package hcode, branch master:
875b828 - hostboot - 2018-10-20 - Release tag information updated for hw102018a.930
97165dd - hostboot - 2018-10-19 - Release tag information updated for hw101918a.930
92d0860 - hostboot - 2018-10-18 - Release tag information updated for hw101818a.930
933b1b1 - Yue Du - 2018-10-18 - STOP: Change cme init to avoid using sisr block wakeup status

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index aaa37f9..2001e9f 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw101718a.930" if BR2_HCODE_LATEST_VERSION
+	default "hw102018a.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 fb3901d..901690a 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 ?= 335b7ca02e5bd58fbd8cac6b3133a260327cd6b4
+HOSTBOOT_P8_VERSION ?= c8a08f12abe54435ac9e3537f79cd0e286be514e
 
 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 ab19b07..495931b 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "8652b516291ef75103d03379b261a7aec5aee6d0" if BR2_HOSTBOOT_LATEST_VERSION
+	default "c3499cc7e8cc6a5be7a7e7f01bd1b85e09b72a99" if BR2_HOSTBOOT_LATEST_VERSION
         default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION