op-build update 8-24-2017
Changes Included for witherspoon-xml:
c1e49a6 - Erich Hauptli - 2017-08-23 - Adding Misc System Power
a6c78b9 - Erich Hauptli - 2017-08-23 - Updating System Power Caps
Changes Included for witherspoon-xml:
c1e49a6 - Erich Hauptli - 2017-08-23 - Adding Misc System Power
a6c78b9 - Erich Hauptli - 2017-08-23 - Updating System Power Caps
Changes Included for hostboot:
90c6e1f - Anusha Reddy Rangareddygari - 2017-08-23 - Removing checkstop checks
f175054 - Richard J. Knight - 2017-08-23 - Add sbeError tag to all SBE related error xml files
b0da531 - crgeddes - 2017-08-23 - Use keyAddr stash chipop to pass rsv mem addr through SBE for MPIPL
a44497d - Caleb Palmer - 2017-08-23 - PRD: Set DRAM Repairs VPD when chip mark verified
b29c5a0 - Zane Shelley - 2017-08-23 - PRD: disable thresholding for RCD reconfigs on FSP based machines
6ab7b4d - Zane Shelley - 2017-08-23 - PRD: don't query per-symbol counters in broadcast mode
24221c6 - Prachi Gupta - 2017-08-23 - platform implementation of mbvpd/cvpd accesses
diff --git a/openpower/configs/witherspoon-redbud_defconfig b/openpower/configs/witherspoon-redbud_defconfig
index 8f00fc7..47d2e63 100644
--- a/openpower/configs/witherspoon-redbud_defconfig
+++ b/openpower/configs/witherspoon-redbud_defconfig
@@ -43,7 +43,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="99f6b7945ed951d7a174e6ddcc6b0bc72ff00621"
+BR2_OPENPOWER_MACHINE_XML_VERSION="c1e49a63ad6fa23b2de71cbc9b60b7171e5c5cf4"
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/configs/witherspoon-sequoia_defconfig b/openpower/configs/witherspoon-sequoia_defconfig
index e714d17..09dc479 100644
--- a/openpower/configs/witherspoon-sequoia_defconfig
+++ b/openpower/configs/witherspoon-sequoia_defconfig
@@ -43,7 +43,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="99f6b7945ed951d7a174e6ddcc6b0bc72ff00621"
+BR2_OPENPOWER_MACHINE_XML_VERSION="c1e49a63ad6fa23b2de71cbc9b60b7171e5c5cf4"
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 ab55c92..ce0a3d7 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 ?= e5790aed63a53234a4ae733b5b351feae9e81670
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 90c6e1f5768f7f18950fbb87a4617a22536629c2
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))