op-build update 10-17-2017

Changes Included for package hostboot, branch master:
9dbd9cb - Matt Derksen - 2017-10-16 - Add OBUS_BRICK to FAPI2 to TARGETING type conversion
c80b7f1 - Joe McGill - 2017-10-16 - update HWP level metadata for nest, common files
4b4eded - Thi Tran - 2017-10-16 - L3 Update - p9_phb_hv_utils HWP
bd05ce5 - Ricardo Mata - 2017-10-16 - p9_perst_phb procedure and functions required with updates
e4610ec - Christian Geddes - 2017-10-15 - Add Hostboot infrastructure for secureHwp chipop request
a5d1911 - Matt Derksen - 2017-10-15 - Fix parent of OBUS_BRICK
54a8098 - Christian Geddes - 2017-10-15 - Remove workaround ignoring setup_evid errlogs
c805798 - Zane Shelley - 2017-10-15 - PRD: MBASPA_AND register for clearing cmd complete attns
83ca368 - Caleb Palmer - 2017-10-15 - PRD: Ban TPS on a rank after first mainline UE
387febc - Caleb Palmer - 2017-10-14 - PRD: Update restoreDramRepairs for P9
4d12533 - Caleb Palmer - 2017-10-14 - PRD: Reenable restoreDramRepairs
f1a0f38 - Zane Shelley - 2017-10-14 - PRD: cleanup CHIFIR after centaur attention
1b42fde - Caleb Palmer - 2017-10-14 - PRD: Do not merge SUE flag when UERE flag is also set
e73311b - Caleb Palmer - 2017-10-14 - PRD: Don't gard on level2_M_self_L_th_1 callout
9b8608d - Zane Shelley - 2017-10-14 - PRD: PRD simulator testcase for Centaur attention
267fadb - Zane Shelley - 2017-10-14 - PRD: Analyze connected centaur support in DMI target
b305fe9 - Zane Shelley - 2017-10-14 - PRD: getConnected() support for new Cumulus targets
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index c626b0e..ed26e22 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 ?= cb9cf0ec0fae495a3c37562e3030f397fe802c5b
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 9dbd9cb3680e5cfef4e2aa56d7cc036cf1ded08f
 
 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))