op-build update 10-12-2018

Changes Included for package hostboot, branch master:
627379a - Dan Crowell - 2018-10-11 - sio: Add test for availability - LPC error tweak
30bd2ff - Bill Hoffa - 2018-10-11 - Add EQ and EX Target types to Axone Simics XML
dd8217e - Bill Hoffa - 2018-10-11 - Axone PNOR Generation
c6eb349 - Caleb Palmer - 2018-10-11 - Fix finding paired DIMM in is_sPPR_supported
bdcb33b - Ilya Smirnov - 2018-10-11 - SMF: Store URMOR SPR Value in host_build_stop_image
93f12cd - Christian Geddes - 2018-10-11 - Remove printTimaInfo function until we figure out how to avoid issues
254192a - Sumit Kumar - 2018-10-10 - eRepair: Invalidate non-matching vpd records
9518b4c - Andrew Jeffery - 2018-10-10 - pnor: Fall back to AST mbox transport if IPMI is unavailable
7c16f37 - Andrew Jeffery - 2018-10-10 - pnor: mboxdd: Rename class to PnorMboxDD
d768905 - Andrew Jeffery - 2018-10-10 - pnor: ipmidd: Rename class to PnorIpmiDD
92d167f - Andrew Jeffery - 2018-10-10 - pnor: Rename the SFC-based PnorDD class to PnorSfcDD
c829113 - Andrew Jeffery - 2018-10-10 - pnor: Introduce an IPMI-based PNOR driver implementation
4874662 - Andrew Jeffery - 2018-10-10 - initservice: Move ipmibase module to base image
e2c0716 - Andrew Jeffery - 2018-10-10 - ipmi: Remove IpmiRP dependency on targeting
5fc4573 - Andrew Jeffery - 2018-10-10 - ipmi: Split into ipmibase and ipmiext modules
1b48118 - Andrew Jeffery - 2018-10-10 - ipmi: IpmiDD and IpmiRP must never free resources
e9ade5b - Zane Shelley - 2018-10-10 - PRD: PM error log parser updates

Changes Included for package hcode, branch master:
2e50384 - hostboot - 2018-10-11 - Release tag information updated for hw101118a.930
833f5f0 - hostboot - 2018-10-10 - Release tag information updated for hw101018a.930

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 1b77a56..f63c074 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw100918a.930" if BR2_HCODE_LATEST_VERSION
+	default "hw101118a.930" 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 5349272..b172100 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "52f52bb84c856d71466ee19acdd8943565be39cc" if BR2_HOSTBOOT_LATEST_VERSION
+	default "627379aeaa27e30d66ebb0aecf218708d465162c" if BR2_HOSTBOOT_LATEST_VERSION
         default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION