op-build update 9-18-2017

Changes Included for hostboot:
d79906e - Adam Hale - 2017-09-14 - re-enable psave by default
1d36bed - Luke Mulkey - 2017-09-14 - Chip ID fixes for 64GB enablement
52f2d77 - Yue Du - 2017-09-14 - StopClocks: Fence Refresh region if L3 region clock is stopped
7fd0d22 - Brian Vanderpool - 2017-09-14 - AVSBUS: add bridge/bus information to data status code 3
53135e0 - Thi Tran - 2017-09-14 - Undo HB p9_chiplet_scominit workaround
699ec60 - Lennard Streat - 2017-09-14 - Fix DMI SCOM MCMODE0 issue.
9acfce9 - Dean Sanner - 2017-09-14 - Clear ECC sections marked "clearOnEccErr" on error
16887e0 - Dan Crowell - 2017-09-14 - Set flag to say TARGETING is loaded in HBRT
78f8e1a - John Rell - 2017-09-14 - jgr17083100 Fixed overlooked setting from gerrit change 45079 and HW419305
c2ce209 - Christian Geddes - 2017-09-14 - Improve error messages for getParent API on TARGETING namespace
8a4cc1d - Dean Sanner - 2017-09-14 - Ability to boot in SMT1 or SMT2 in Hostboot
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 0c2421c..5b52f43 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 ?= 3d6c5417a82f5dec8e708c0f311f1634a2aad651
+HOSTBOOT_VERSION_BRANCH_MASTER ?= d79906ed72501bf59cc4f1684aa58b9ee0c987fb
 
 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))