op-build update 10-19-2017
Changes Included for package witherspoon-xml, branch master:
785c625 - Erich Hauptli - 2017-10-18 - Update WOF_POWER_LIMIT
Changes Included for package hostboot, branch master:
4b0e1b5 - Ilya Smirnov - 2017-10-18 - Filter out NX chiplets with specdeconfig in checkminimumHardware
2752037 - Christian Geddes - 2017-10-18 - Re-apply p9_int_scom inits on shutdown path (2nd attempt)
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig
index 8ad6cea..ced1173 100644
--- a/openpower/configs/witherspoon_defconfig
+++ b/openpower/configs/witherspoon_defconfig
@@ -41,7 +41,7 @@
BR2_OPENPOWER_POWER9=y
BR2_HOSTBOOT_CONFIG_FILE="witherspoon.config"
BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="witherspoon-xml"
-BR2_OPENPOWER_MACHINE_XML_VERSION="389c56f392c94d28e65786a9bfc6dd8a73a8d6f1"
+BR2_OPENPOWER_MACHINE_XML_VERSION="785c625a2a06cf080cff4cafb4019173c4a17eb0"
BR2_OPENPOWER_MACHINE_XML_FILENAME="witherspoon.xml"
BR2_OPENPOWER_SYSTEM_XML_FILENAME="WITHERSPOON_hb.system.xml"
BR2_OPENPOWER_MRW_XML_FILENAME="WITHERSPOON_hb.mrw.xml"
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 123831c..9cfd004 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 ?= 0d9804fd00081aa587e3d5bb7f38f9f36c4689b5
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 4b0e1b579ebe1f7df2b4c88e2cef7212d9e8032f
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))