op-build update 10-24-2017
Changes Included for package hostboot, branch master:
da12bd6 - Ben Gass - 2017-10-23 - Initial pass at adding Axone support - fix dmi PPE scom translation.
a344a43 - Christian Geddes - 2017-10-23 - Disable fapi2 test cases
a9857bf - Christian Geddes - 2017-10-23 - Remove remaining MPIPL workarounds from host_discover_targets
b9c4851 - Ilya Smirnov - 2017-10-23 - Workaround for hb prime
bbccf80 - Prachi Gupta - 2017-10-23 - remove no_export tag from DMI_REFCLOCK_SWIZZLE as it needs to come from MRW
5fe2342 - Nick Bofferding - 2017-10-23 - Secure Boot: Support HB standalone imprint signing with open tooling
f0e2eeb - Robert Lippert - 2017-10-23 - buildsbepart: sort EC images for consistent output
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index a8688f3..b12face 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 ?= 7a18fd613a1f85dd42a215607a2a05e5e5ce8a0e
+HOSTBOOT_VERSION_BRANCH_MASTER ?= da12bd653f7eabbc2d97938a3ac25666187e6abb
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))