op-build update 8-30-2017
Changes Included for hostboot:
0759aa1 - Dzuy Nguyen - 2017-08-29 - Add const to p9_check_idle_stop_done input parameter
98e3ce4 - spashabk-in - 2017-08-29 - Optimise RamCore put_reg & get_reg
00b819b - Jacob Harvey - 2017-08-29 - Add in last addr register to memdiags error xml
9a02235 - Thi Tran - 2017-08-29 - L3 update - p9_avsbus_xxx HWPs
1ab2edd - Prasad Bg Ranganath - 2017-08-29 - AVSBUS: Move fapi2 return code to error xml file
42f0422 - Joe McGill - 2017-08-29 - resolve Zeppelin DMI channel framelock issues
3580111 - Joe McGill - 2017-08-29 - Cumulus DMI -- apply MSB swap attribute, disable dynamic rpr, recal, sls_rcvy
3363a36 - Joe McGill - 2017-08-29 - PLL updates for Cumulus simulation testing
d070d9a - Luke Mulkey - 2017-08-29 - VBU feedback fixes
d1adf97 - John Rell - 2017-08-29 - jgr17050500 Added Centaur and DMI IO SCOM initfiles
24ca491 - Luke Mulkey - 2017-08-29 - centaur: scominit + scom initfiles
d3c3f01 - Thi Tran - 2017-08-29 - Centaur istep 11 support
a95c13c - Nick Klazynski - 2017-08-29 - Mistakenly pulled workaround for HW410212 - readd for CDD1.0
db4e2f3 - John Rell - 2017-08-29 - jgr17071200 Removed pdwn settings
ee53983 - Jacob Harvey - 2017-08-29 - Implementing draminit_training_adv
2b881eb - Stephen Glancy - 2017-08-29 - Adds DDR4 hybrid NV-RDIMM support
598111f - Jacob Harvey - 2017-08-29 - p9_mss_eff_config_thermal L3
bcb755c - Prachi Gupta - 2017-08-29 - cumulus: changes to boot simics all the way to test cases
f544857 - crgeddes - 2017-08-29 - Remove EKB attribute from target_types.xml
cd1d9e3 - Stephen Cprek - 2017-08-29 - Add HDAT Permissions type to Hostboot Reserved Memory Sections
5ee8711 - Santosh Puranik - 2017-08-29 - Fixes for Zeppelin
045061a - Joachim Fenkes - 2017-08-28 - fapi2: Change FAPI_CALL_SUBROUTINE() dummy message to FAPI_DBG
b6a15c6 - Richard J. Knight - 2017-08-28 - Remove CHIPOP parameter from FAPI_CALL_SUBROUTINE
f51ece5 - Richard J. Knight - 2017-08-28 - Add FAPI_CALL_SUBROUTINE macro
eb0977a - Jacob Harvey - 2017-08-28 - Add in L1 draminit_training_adv files
47c5594 - Dan Crowell - 2017-08-28 - Temp remove of p9_mss_draminit_training_adv.H to fix bad mirror
745818d - Dan Crowell - 2017-08-28 - Adding a prereq to get around a CI issue
77960da - crgeddes - 2017-08-28 - Clear NPU bars if attr does not enable them
bf7a405 - Caleb Palmer - 2017-08-28 - Functions for BAD_DQ_BITMAP attribute usage
d520480 - Caleb Palmer - 2017-08-28 - Setter function for ATTR_BAD_DQ_BITMAP
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index f390df2..0dbe6b3 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 ?= 35205d340c890220ce47be78e060c0b0ae5d7de0
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 0759aa1ccf2ef76a8ba53e4432e967b0ebfd2e83
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))