op-build update 9-12-2017
Changes Included for hostboot:
daa077f - Marty Gloff - 2017-09-11 - Fix SBE error handling for slave sbe start fails
7aed03e - crgeddes - 2017-09-11 - Only do putring working in MPIPL on DD1 HW
fb063ad - Bill Hoffa - 2017-09-11 - Re-Initialize Targeting Variables after Attribute Override Processing
6e01b33 - Bill Hoffa - 2017-09-11 - Remove sleep from SBE_UPDATE path
7d0959a - Stephen Cprek - 2017-09-11 - Prevent inhibited sections from being loaded into HB resv memory
780380f - Zane Shelley - 2017-09-11 - PRD: valid chip mark check in MemTdCtlr<T>::initialize()
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 4e08d67..86a5805 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 ?= 4c1db1e6180e5f33eba647d364063d78218aaf8d
+HOSTBOOT_VERSION_BRANCH_MASTER ?= daa077f45d06c001ccee098c13acaf8df6d4bdce
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))