op-build update 10-4-2017
Changes Included for package zaius-xml, branch master:
7b63cfa - Adrian Barrera - 2017-10-03 - Set Obus PLL to 20G
96ff9e9 - Adrian Barrera - 2017-10-03 - Add Obus Target
793feae - Adrian Barrera - 2017-09-29 - Add 23c WOF table
08baa02 - Adrian Barrera - 2017-09-29 - Enable VDM support
Changes Included for package witherspoon-xml, branch master:
24d2f6d - Erich Hauptli - 2017-10-03 - Adding in Host Auto Reboot Control Sensor
589ac70 - Erich Hauptli - 2017-10-03 - Addressing SW403751
a6c44d8 - Erich Hauptli - 2017-10-03 - Power Cap Updates
1bd247d - Erich Hauptli - 2017-10-02 - Fixing truncated WOF file.
d7001a3 - Erich Hauptli - 2017-09-29 - Fixing attribute name
27c24de - Erich Hauptli - 2017-09-29 - Adding new OCC attributes
9f99f87 - Erich Hauptli - 2017-09-29 - Updating WOF tables
Changes Included for package hostboot, branch master:
8e7e2ad - Zane Shelley - 2017-09-29 - PRD: Nimbus rule file updates
d21a9a0 - Yue Du - 2017-09-29 - HWP: Fixing pfet sense bit bug in p9_hcd_common_poweronoff
c201607 - Caleb Palmer - 2017-09-29 - MDIA: Update maint cmds with Centaur Hwp
22edf15 - Amit Kumar - 2017-09-29 - PM Level 3 for multiple procedures
b850b55 - Marty Gloff - 2017-09-29 - Bringup memory remapping for no memory behind master proc on OP
50d4e66 - Yue Du - 2017-09-29 - STOP: remove union usage in p9_pm_hcd_flags.h
12b1b4e - Adam Hale - 2017-09-29 - PGPE: PGPE Op Trace updates
8fcef7d - Greg Still - 2017-09-29 - PM: Added nest frequency to all HCcode headers for trace timebases
18f1765 - Prem Shanker Jha - 2017-09-29 - PM: Change in logic for PGPE SRAM image size check.
b0d5f27 - Marty Gloff - 2017-09-29 - Traces from bringup memory remapping for no memory behind master proc
607bbc3 - Christian Geddes - 2017-09-29 - Enable syslib runtime test cases
7744503 - Christian Geddes - 2017-09-29 - Enable intr test cases
5818b66 - Christian Geddes - 2017-09-29 - Enabled attn testcases
eb2d934 - Marty Gloff - 2017-09-29 - Partial good updates for Cumulus
7ca7ca7 - Ilya Smirnov - 2017-09-29 - Append 'ULL' to Attributes Larger Than 0xFFFFFFFF
020bcf3 - Jacob Harvey - 2017-09-29 - Clear bit 56/ ddr_phy fir bit 2 after dram cal
4f4a04c - Caleb Palmer - 2017-09-29 - PRD: Runtime TPS no predictive at false alarm threshold
8f05454 - Caleb Palmer - 2017-09-29 - PRD: Set Signatures during Runtime TPS
9d06cbb - David Kauer - 2017-09-28 - Added Nimbus & Cumulus attributes for INT initfiles
Changes Included for package hostboot-binaries, branch master:
cddd766 - William Hoffa - 2017-09-29 - Merge pull request #47 from wghoffa/master
a6a8e97 - Bill Hoffa - 2017-09-28 - Add GPU GPE1 Binary from 9/7
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig
index f98a884..ba13d03 100644
--- a/openpower/configs/witherspoon_defconfig
+++ b/openpower/configs/witherspoon_defconfig
@@ -40,7 +40,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="7bec10c197071f8fa78b108275675693bfe13403"
+BR2_OPENPOWER_MACHINE_XML_VERSION="24d2f6d98568f0b23d1eb3bb9f876a638be4ae37"
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/zaius_defconfig b/openpower/configs/zaius_defconfig
index 3c01088..d788da0 100644
--- a/openpower/configs/zaius_defconfig
+++ b/openpower/configs/zaius_defconfig
@@ -40,7 +40,7 @@
BR2_OPENPOWER_POWER9=y
BR2_HOSTBOOT_CONFIG_FILE="zaius.config"
BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="zaius-xml"
-BR2_OPENPOWER_MACHINE_XML_VERSION="9325c75307807915197f4704ab7e6d8994e2c837"
+BR2_OPENPOWER_MACHINE_XML_VERSION="7b63cfae75ef13789db5c71557c24c69d854413f"
BR2_OPENPOWER_MACHINE_XML_FILENAME="zaius.xml"
BR2_OPENPOWER_SYSTEM_XML_FILENAME="ZAIUS_hb.system.xml"
BR2_OPENPOWER_MRW_XML_FILENAME="ZAIUS_hb.mrw.xml"
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index e65dea4..4c5b3b6 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HOSTBOOT_BINARIES_VERSION ?= d45f5e3c086decb9c437cc3c6410108487334663
+HOSTBOOT_BINARIES_VERSION ?= cddd766c40f1fbcc91dee315158438ad48a0c5ea
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 0accc0c..f67d368 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 ?= a19748cc4dbe3feff90fb95ffa7b9a474fdc7660
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 8e7e2adfdfe90a1061ce87b8a657bab152a73358
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))