op-build update 10-16-2017
Changes Included for package zaius-xml, branch master:
fc308ee - Adrian Barrera - 2017-10-11 - Set defaults for memory safemode attrs
Changes Included for package hostboot, branch master:
cb9cf0e - Donald Washburn - 2017-10-13 - Cleaned up compile issues for vpd accessors
f909aa9 - Dean Sanner - 2017-10-13 - Reduce number of traces in PNOR mbox
0260aa3 - Brian Bakke - 2017-10-13 - story 179500 - Sanity Check Attribute Overrides input
22c94dc - Prachi Gupta - 2017-10-13 - add global tag to EI_BUS_TX_MSBSWAP for serverwiz2 consumption
32e52b5 - Christian Geddes - 2017-10-13 - Re-add errlog cleanup
0cc7b8c - Christian Geddes - 2017-10-13 - Enable fapi2 runtime test cases
ebb736e - Dean Sanner - 2017-10-13 - Emit console traces when doing a deconfig in GUARD
aa8f42f - Joe McGill - 2017-10-12 - centaur.nest.pll.scan.initfile -- align DMI frequency to MCA speed
dde9d23 - John Rell - 2017-10-12 - jgr17100900 Updated common mode DAC settings HW423215
2fdfdcd - Ilya Smirnov - 2017-10-11 - Remove NETFUN_AMI from ipmiif.H
5f50367 - Sumit Kumar - 2017-10-11 - Erepair HWP p9_io_erepair procedure
865ed6c - Luke C. Murray - 2017-10-11 - Updating L2 re-request jitter settings for Cumulus
6e5cd56 - Luke C. Murray - 2017-10-11 - Workaround for HW421347 Scandalous Pie
f3e1cb0 - Prasad Bg Ranganath - 2017-10-11 - p9_update_ec_eq_state:Fix CCSR update during IPL
2628cfe - Jacob Harvey - 2017-10-11 - Move around recording bad bits to prevent reconfig
80c8c5b - Thi Tran - 2017-10-11 - Cumulus - Disallow group of 6 if mirror is enabled
e48610d - Ben Gass - 2017-10-11 - Set DD2_BLUE_EXTEND_RANGE to 0 for simulation
06780e2 - Prasad Bg Ranganath - 2017-10-11 - Pstate_parameter_block: Fix VID compare validation
e1ea4c3 - Thi Tran - 2017-10-11 - Share common code between p9_l2_flush and p9_l2err_linedelete
6be06fc - Brian Stegmiller - 2017-10-11 - ATTN: Support memory attentions for Cumulus
207b8e4 - Nick Klazynski - 2017-10-11 - HW415883 applies to NDD2.1, Add JellyVector WAT, add HW422495, add HW421831
Changes Included for package hostboot-binaries, branch master:
c3b1e2e - William Hoffa - 2017-10-14 - Merge pull request #51 from wilbryan/master
bbb8a49 - William Bryan - 2017-10-12 - Update OCC GPE1 binary 10/12
diff --git a/openpower/configs/zaius_defconfig b/openpower/configs/zaius_defconfig
index ae2cd72..4a43a1a 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="4d4f7fb455ea847f61bf873a018bd5b0f6a0a528"
+BR2_OPENPOWER_MACHINE_XML_VERSION="fc308ee00a8b9760001ac86143ad49dd3716fe43"
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 774f864..dee9ed6 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -5,7 +5,7 @@
################################################################################
-HOSTBOOT_BINARIES_VERSION ?= d9d2910d113915002811d5fa31eed1ec17ca785d
+HOSTBOOT_BINARIES_VERSION ?= c3b1e2e5d515a54c745a0a188f286f71540e17a7
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 dba9df8..c626b0e 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 ?= b01e6bb57344068b83ed8b87032cbc77acfca01f
+HOSTBOOT_VERSION_BRANCH_MASTER ?= cb9cf0ec0fae495a3c37562e3030f397fe802c5b
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))