op-build update 10-20-2017

Changes Included for package hostboot-binaries, branch master:
25ebcad - William Hoffa - 2017-10-19 - Merge pull request #52 from wghoffa/master
c6ec99b - Bill Hoffa - 2017-10-19 - Update HCODE to hw101617a.910

Changes Included for package hostboot, branch master:
3b73246 - Brian Bakke - 2017-10-19 - Add mutex to protect queue from SMP effects.
b950ea3 - Marty Gloff - 2017-10-19 - Concurrent code update of HBRT - Runtime Interface
01de349 - Christian Geddes - 2017-10-19 - Remove extra make output that was added for debug during develoment
9a5c0aa - Nick Bofferding - 2017-10-19 - Secure Boot: Log SBE FIFO scom blacklist violations
204f665 - Matt Derksen - 2017-10-19 - Add SBE boot side to default console output
ad1909d - Matt Derksen - 2017-10-19 - Log traces to error logs in HBRT
20250c0 - Dan Crowell - 2017-10-19 - Ensure AbaPtr is not used in runtime code
2815033 - Jim Yuan - 2017-10-19 - Fix hdatBmcFamily string is overwritten.
f473840 - Ryan Black - 2017-10-19 - CQ: HW421976
6c15678 - Christian Geddes - 2017-10-19 - Remove unneeded init files
fd4de99 - Caleb Palmer - 2017-10-19 - PRD: Disable restoreDramRepairs for now
c32b7f7 - Caleb Palmer - 2017-10-19 - PRD: Missing errl for IUEs because of port fail
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index dee9ed6..1cc30d1 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 
-HOSTBOOT_BINARIES_VERSION ?= c3b1e2e5d515a54c745a0a188f286f71540e17a7
+HOSTBOOT_BINARIES_VERSION ?= 25ebcad0c402f3d1e3e2a6d25b5ffe9ed9dfa047
 HOSTBOOT_BINARIES_SITE ?= $(call github,open-power,hostboot-binaries,$(HOSTBOOT_BINARIES_VERSION))
 
 HOSTBOOT_BINARIES_LICENSE = Apache-2.0
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 9cfd004..11b0d6d 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= 695bd891343faf1f0ef85fe53148590e58239efd
-HOSTBOOT_VERSION_BRANCH_MASTER ?= 4b0e1b579ebe1f7df2b4c88e2cef7212d9e8032f
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 3b73246002f677ac22998c3e19c7435aa613ab6b
 
 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))