op-build update 10-24-2018

Changes Included for package hostboot, branch master:
fecb93f - Louis Stermole - 2018-10-23 - Fix Centaur workaround in p9c_mss_row_repair
a45ace1 - Matt Derksen - 2018-10-23 - Send Attn chip list for monitoring
c9d3c11 - CamVan Nguyen - 2018-10-23 - Remove auto-release & hbRelease tools
24f1a6c - Nick Bofferding - 2018-10-23 - Prevent double free condition when sending attributes to FSP
7f52979 - Dhruvaraj Subhashchandran - 2018-10-22 - fix Skip resource recovery for node and power gard.

Changes Included for package hcode, branch master:
c1bc6f6 - hostboot - 2018-10-23 - Release tag information updated for hw102318a.930
0c9db2e - Rahul Batra - 2018-10-23 - PM: Add Fields in OCC Comp. Shr SRAM (1/4)

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 2001e9f..a23c236 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw102018a.930" if BR2_HCODE_LATEST_VERSION
+	default "hw102318a.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 495931b..68ab036 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "c3499cc7e8cc6a5be7a7e7f01bd1b85e09b72a99" if BR2_HOSTBOOT_LATEST_VERSION
+	default "fecb93f473161bae5bded405aaca525c78f80a22" if BR2_HOSTBOOT_LATEST_VERSION
         default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION