op-build update 3-12-2018

Changes Included for package zaius-xml, branch master:
4b012a3 - Adrian Barrera - 2018-03-12 - Add new 23c WOF table
a426841 - Adrian Barrera - 2018-03-12 - Set Obus channel type to cable

Changes Included for package hostboot, branch master:
c82b626 - Ilya Smirnov - 2018-03-12 - Check the Section Headers in Non-Secure Mode
e4a7de3 - Dan Crowell - 2018-03-12 - No longer include BAR attributes in ServerWiz2 export
967e9a0 - Richard J. Knight - 2018-03-12 - Wait for responses from all nodes for IPC_POPULATE_ATTRIBUTES msg
24929fd - Nick Bofferding - 2018-03-12 - Secure Boot: Dynamically set TPM I2C master path in MRW parser
5a93550 - Roland Veloz - 2018-03-12 - Created individual update flags for both SEEPROM 0 and SEEPROM 1
0b02cc8 - Nick Bofferding - 2018-03-12 - Secure Boot: Check integrity of dynamically sized secure header copies
586b8b1 - Dan Crowell - 2018-03-12 - Do not elevate severity of reconfig error log
48d4641 - Matthew Hickman - 2018-03-11 - Fixed MNFG Attribute handing for TCE Corrections
diff --git a/openpower/configs/zaius_defconfig b/openpower/configs/zaius_defconfig
index 3f61998..05a5455 100644
--- a/openpower/configs/zaius_defconfig
+++ b/openpower/configs/zaius_defconfig
@@ -41,7 +41,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="5e48835aacb178c77e2c8a02be6d6e939f1c1090"
+BR2_OPENPOWER_MACHINE_XML_VERSION="4b012a3d1da538b3fb97c332b6fce51a6cffaf9a"
 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/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 435314a..70fac21 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= d3025f5d7ddd0723946bb54fcb471d2bf1fd2da4
-HOSTBOOT_VERSION_BRANCH_MASTER ?= 309422a68f39d09263b48bf341e8ef1bf8c2f8e8
+HOSTBOOT_VERSION_BRANCH_MASTER ?= c82b626e6ea1d56c0d25cbd5954064e256135002
 
 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))