op-build update 10-31-2017
Changes Included for package hostboot, branch master:
69b2391 - Robert Lippert - 2017-10-30 - ipmi: add support for reading SEL time from BMC
20b179f - Robert Lippert - 2017-10-30 - hwas: skip reading ID/EC data from BMC
e62b88f - Dan Crowell - 2017-10-30 - Temp remove sbeio_rt from HBRT image to get space back
887d17b - Corey Swenson - 2017-10-30 - Fix memd_creation file input and output paths
8b06214 - Dan Crowell - 2017-10-29 - Allow fuzzy matches to WOF tables in Simics
12b6b45 - Santosh Puranik - 2017-10-28 - Make plat init attributes non-writable
b0f4906 - Nick Bofferding - 2017-10-28 - Secure Boot: Sign MEMD partition for FSP platforms
fb8c267 - Robert Lippert - 2017-10-28 - errldisplay: use table-driven display for HWPF error strings
7535501 - Dan Crowell - 2017-10-28 - Remove extra trace from multicast workaround code
84d4eb8 - Bill Hoffa - 2017-10-26 - Take MFG mode into account before entering reconfig loop
47a4947 - Sheldon Bailey - 2017-10-26 - HTMGT:OP910:No change in processor speed turbo or non-turbo Witherspoon
5357999 - Santosh Puranik - 2017-10-26 - Find connections by destination
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index a3f7ec7..3e92509 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 ?= 6a4ab65a8754682e6771a043930860a048a5474d
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 69b2391ad8854f1103653b8473cd2aad5ddab099
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))