op-build update 3-23-2018
Changes Included for package hostboot, branch master:
6eaa457 - Matt Derksen - 2018-03-22 - Handle new version of WOF tables that includes power mode
425eb89 - Bill Hoffa - 2018-03-22 - Add ATTR_ prefix to attributes missing it in hb_customized_attrs.xml
4d75532 - Dan Crowell - 2018-03-22 - Completely hide attributes that have no value
a48f950 - Rick Ward - 2018-03-22 - Dump collection should only be run on the master node and skipped on slaves.
bbe9dd4 - Dan Crowell - 2018-03-22 - Fix FFDC for FW Request Errors
9de67e5 - Bill Hoffa - 2018-03-22 - Update Bbuild to b0316a_1813.920
3d7aee8 - Roland Veloz - 2018-03-22 - Inform OPAL of the state of the SBE after an attempt to restart
3f63946 - Prachi Gupta - 2018-03-21 - ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: add function backed to this attribute
7ce9312 - Prachi Gupta - 2018-03-21 - ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: Remove writable tag
218a486 - Stephen Glancy - 2018-03-21 - Adds secure mode boot for memory buffer chips
b4699ae - Corey Swenson - 2018-03-21 - Add inband bar address to simics xml
87e4548 - Zane Shelley - 2018-03-21 - PRD: add c_err_rpt registers for INTCQFIR
ed84b08 - Corey Swenson - 2018-03-20 - Inband SCOM clean up
Changes Included for package hostboot-binaries, branch master:
2657e58 - hostboot - 2018-03-22 - Release information updated for hw032218a.920
33dd50c - hostboot - 2018-03-22 - UPDATE ring files for hw032218a.920
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index 9d157da..e1b8600 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -5,7 +5,7 @@
################################################################################
-HOSTBOOT_BINARIES_VERSION ?= 55e68fa72b283c5b2072086992d683038dc363e0
+HOSTBOOT_BINARIES_VERSION ?= 2657e58ac28a32c73a3002c715b6ea9d8880f112
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 ad5ca9b..fdb9e97 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 ?= 0e69501ebe5b6e31e52cfb765bdeef1a219cf4e1
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 6eaa4575c95a2a5bccfad3e861a855ffd8446aa3
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))