op-build update 10-6-2017
Changes Included for package hostboot, branch master:
49acb2a - Kahn Evans - 2017-10-05 - Fixing doxygen warnings
67e37f1 - Dean Sanner - 2017-10-05 - Fix invalid pointer access in HBRT during PM Reset
46a6db6 - Dan Crowell - 2017-10-05 - Disable dump tests
1ee14b5 - Andre Marin - 2017-10-05 - Updated MSS HWP's level and owner change
b8aedd5 - Thi Tran - 2017-10-05 - Remove HB incorrect setting of ATTR_DD1_SLOW_PCI_REF_CLOCK
7c43562 - Anusha Reddy Rangareddygari - 2017-10-05 - Update hardware procedure metadata
623b0b5 - Joe McGill - 2017-10-05 - update HWP level metadata for nest, common files
8870aa8 - Thi Tran - 2017-10-05 - L3 Update - p9_l2/l3_flush.C
4864e8f - Raja Das - 2017-10-05 - SBE Compile Issues fixed
32b2ffd - Ben Gass - 2017-10-05 - Add wrapper fix bug
2df39d4 - Joe McGill - 2017-10-05 - update p9_l2_flush HWP to build against current EKB
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 9ac41bd..f219ab8 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 ?= 4b9c63c334eda4e0363e5117a2a4eb375cd92252
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 49acb2a77653aa015c5507e1f8506f64ce22777b
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))