op-build update 12-15-2017
Changes Included for package witherspoon-xml, branch master:
4374657 - Erich Hauptli - 2017-12-14 - Fixing VRM_VDD_TEMP sensor
b81b843 - Erich Hauptli - 2017-12-14 - Fixing enumerator
d647013 - nschwart - 2017-12-13 - Dimm mapping fixes (#76)
97e8382 - Erich Hauptli - 2017-12-13 - Updating Ref Clock and Gen 3 Eq Settings
87b0173 - nschwart - 2017-12-13 - VRM temp sensor, hb_volatile_sensor, 128GB DIMM throttling update (#73)
5e6ff0b - nschwart - 2017-12-13 - Pcie slot numbers - SW406686 (#72)
Changes Included for package hostboot, branch master:
80ef0f2 - Claus Michael Olsen - 2017-12-14 - Removing P9_XIP_ITEM_NOT_FOUND trace out msg from p9_xip_image.C
547e7f8 - Joe McGill - 2017-12-14 - p9_mss_eff_grouping -- fix multi-group mirrored mapping bug introduced by 49290
4da087d - Sachin Gupta - 2017-12-14 - Revert "p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL lock"
da0c66a - Daniel Howe - 2017-12-14 - Update alink ras settings
83bb585 - Daniel Howe - 2017-12-14 - update pb data x on token ring init procedure
2b0de93 - Joe McGill - 2017-12-14 - support customized application of filter PLL buckets from AW MVPD keyword
b7bc33f - Zane Shelley - 2017-12-14 - RAS XML: updates from spreadsheet v115
cf31061 - Dan Crowell - 2017-12-14 - Remove bad istep-to-istep library dependency
4f60927 - Christian Geddes - 2017-12-14 - Add no_export to DMI_INBAND attributes
c75929b - Dan Crowell - 2017-12-14 - Add Fallback Frequency for #V Bucket Selection
56a7903 - Dan Crowell - 2017-12-14 - Allow VPD writes to memory cache at runtime
993eec1 - Prem Shanker Jha - 2017-12-14 - SCOM Restore: Increased the EQ SCOM restore limit.
8299008 - Christian Geddes - 2017-12-14 - Re-enable Broadcast mode
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig
index 394859b..98099c1 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="d25ba72d544b2878e322421b33a130836619664c"
+BR2_OPENPOWER_MACHINE_XML_VERSION="43746576272c530459e5440ed5458ea2da6e83af"
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 db7194e..00487e3 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 ?= 4809fbff915f920b9e0793e4604dfcc56b166507
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 80ef0f2bbe20392af931dab977af106463ac3f58
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))