op-build update 9-28-2017
Changes Included for package hostboot, branch master:
30e3052 - Dan Crowell - 2017-09-27 - Stop exporting DECONFIG_GARDABLE to Serverwiz
c4a201f - Matt Derksen - 2017-09-27 - Need to grab the first 904K of data too.
873b41a - Dean Sanner - 2017-09-27 - Enable Resonant Clock
983d5fb - Caleb Palmer - 2017-09-27 - MDIA: deviceRead logic in processCommandTimeout
fa603e7 - Dean Sanner - 2017-09-27 - Correct NV link PLL calc, right justify lane mask
a67e673 - Christian Geddes - 2017-09-27 - Enabled dump test cases
Changes Included for package hostboot-binaries, branch master:
d45f5e3 - William Hoffa - 2017-09-27 - Merge pull request #46 from sannerd/p9.hw092317a
249b903 - Dean Sanner - 2017-09-25 - Update HCODE to hw092317a.910
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index b90edef..e65dea4 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HOSTBOOT_BINARIES_VERSION ?= edd568f349e4aef883abb42451668bfcdf59e6b4
+HOSTBOOT_BINARIES_VERSION ?= d45f5e3c086decb9c437cc3c6410108487334663
HOSTBOOT_BINARIES_SITE ?= $(call github,open-power,hostboot-binaries,$(HOSTBOOT_BINARIES_VERSION))
HOSTBOOT_BINARIES_LICENSE = Apache-2.0
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 45ab485..a84d775 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 ?= 7f59b42ea81b713c5e3c0cbeed38bd8858aa3ff6
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 30e3052bdeb0d5b3c7c82d9299868529b6b9c5c4
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))