op-build update 10-18-2018
Changes Included for package hostboot, branch master:
8652b51 - Dan Crowell - 2018-10-17 - Fix reversed polarity in SBE console check
ead1bda - Andrew Jeffery - 2018-10-17 - ipmi: Increase polling rate to decrease boot time
81faecc - Louis Stermole - 2018-10-17 - Change training_adv sanity check fail to a recovered fail for p9c
3f02abe - Stephen Glancy - 2018-10-17 - Adds explorer OMI training code
9bc9cc1 - Andre Marin - 2018-10-17 - Added I2C fields, EXP_FW_STATUS API
812d58b - Andre Marin - 2018-10-17 - Add empty explorer "check_for_ready" procedure files
39c57d2 - Nick Bofferding - 2018-10-17 - Serialize all attribute synchronization calls
Changes Included for package hcode, branch master:
94a83e1 - hostboot - 2018-10-17 - Release tag information updated for hw101718a.930
8fde470 - Joe McGill - 2018-10-17 - FBC TDM recovery -- PPE update, clear recal_abort, pdwn unconnected lanes
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 00fe763..aaa37f9 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
config BR2_HCODE_VERSION
string
- default "hw101318a.930" if BR2_HCODE_LATEST_VERSION
+ default "hw101718a.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 f2b22be..ab19b07 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
config BR2_HOSTBOOT_VERSION
string
- default "6dc98524f3673a1c49bffcc738a7a7c09af7c989" if BR2_HOSTBOOT_LATEST_VERSION
+ default "8652b516291ef75103d03379b261a7aec5aee6d0" if BR2_HOSTBOOT_LATEST_VERSION
default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION