op-build update 9-26-2018

Changes Included for package hostboot, branch master:
7e78cc3 - Dan Crowell - 2018-09-25 - Fix inverted translation logic in wakeup change
1012b75 - Prasad Bg Ranganath - 2018-09-25 - Update the PSTATE attributes when we hit error during istep 15
38ef758 - spashabk-in - 2018-09-25 - Move lpc_rw to a source file
7a6203d - Dan Crowell - 2018-09-25 - Start compiling in attributes under src/import/generic/
2c582e4 - Andrew Jeffery - 2018-09-25 - intr: Use the correct trace handle in intrrp TRACDCOMP calls
9b1dcc3 - Andrew Jeffery - 2018-09-25 - istepdispatcher: Remove undefined symbol ENTER_INFO from TRACDCOMP
fcfd722 - Dean Sanner - 2018-09-24 - Support HB running in SMF

Changes Included for package hcode, branch master:
0ee2ed1 - hostboot - 2018-09-25 - Release tag information updated for hw092518a.930

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 7964ade..9895a2b 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw092218a.930" if BR2_HCODE_LATEST_VERSION
+	default "hw092518a.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 f62c110..b2ee115 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "69cc45d8f059a113f6bad12e1fdd82123497893a" if BR2_HOSTBOOT_LATEST_VERSION
+	default "7e78cc344a0d6f3914fde662d40ce3be2a2d1d1b" if BR2_HOSTBOOT_LATEST_VERSION
         default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION