op-build update 9-28-2018

Changes Included for package hostboot, branch master-p8:
186ac83 - Sheldon Bailey - 2018-09-26 - OCC reset happening on OpenPower systems with more than 2 processors

Changes Included for package hostboot, branch master:
e82eda2 - Prasad Bg Ranganath - 2018-09-27 - STOP:Dont clear pmc_pcb_intr_type0_pending in OISR1/OIMR1 register
4228679 - Ben Gass - 2018-09-27 - Back out p9a_10 engd that breaks the initcompiler.
7511e13 - Christian Geddes - 2018-09-27 - Correctly handle psu FFDC on OpenPower Systems
0d43552 - Bill Hoffa - 2018-09-27 - Use Simics CPU Object passed in when executing hap handler code
9f4cbc9 - Christian Geddes - 2018-09-27 - Cache C4 DQ/DQS settings from VPD
99d8a2e - Stephen Glancy - 2018-09-27 - Adds insert function space helpers for LRDIMM
0fb82ef - Andre Marin - 2018-09-27 - Initial mss_field endian modification
f43f978 - Andre Marin - 2018-09-27 - Add field .C empty files for hb mirroring
a52846d - spashabk-in - 2018-09-27 - Support 1byte data access on LPC
bd44041 - Prem Shanker Jha - 2018-09-27 - STOP API: Changes for SMF and SPR self save
dd91bd3 - Sachin Gupta - 2018-09-27 - Support ATTR_LPC_CONSOLE_CNFG attribute
9d54c3e - Dan Crowell - 2018-09-27 - Attribute cleanup
a291da7 - Jenny Huynh - 2018-09-26 - Mask early hang indicators from nmmu/vas unit
3b48b92 - Ben Gass - 2018-09-26 - Update p9a_10 engd from o10_e9018_1_tp018_ec409_soa_sc_u261_01
0101df3 - Louis Stermole - 2018-09-26 - Multiple fixes to enable p9c draminit_training_adv during IPL
272a724 - Benjamin Weisenbeck - 2018-09-26 - PRD: Updates for PM ffdc parser
e68ba55 - Zane Shelley - 2018-09-26 - PRD: updates to sync the XML with actual values from hardware
1612a30 - Caleb Palmer - 2018-09-26 - PRD: Fix inputted DRAM pos for row repair
46663cd - Benjamin Weisenbeck - 2018-09-26 - PRD: Distinguish hard obus link failures from predictive callouts
3ee865b - Matt Raybuck - 2018-09-26 - Attribute keyword to require override
e569e65 - Christian Geddes - 2018-09-26 - Re-read SBE doorbell register in simics if PSU interrupt is found
2efcf21 - Sheldon Bailey - 2018-09-26 - OCC reset happening on OpenPower systems with more than 2 processors
09f379b - Yue Du - 2018-09-26 - STOP: Disable cache inject and LCO before purge L3

Changes Included for package hcode, branch master:
10bf99e - hostboot - 2018-09-27 - Release tag information updated for hw092718a.930
85f7542 - hostboot - 2018-09-26 - Release tag information updated for hw092618a.930
3061db3 - Prem Shanker Jha - 2018-09-26 - STOP API: Changes for SMF and SPR self save
d7e8d78 - Prem Shanker Jha - 2018-09-26 - Revert "UV Support : Augmented STOP API and self restore for enabling UV"
c919d9d - Prem Shanker Jha - 2018-09-26 - UV Support : Augmented STOP API and self restore for enabling ultravisor.

Signed-off-by: hostboot <hostboot@us.ibm.com>
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