op-build update 10-26-2017
Changes Included for package hostboot, branch master:
6a4ab65 - David Kauer - 2017-10-25 - Update INT Scom FIR Mask with Cumulus attribute
8fb3c3c - Prem Shanker Jha - 2017-10-25 - Revert "STOP API: Increased max allowed SCOM restore entries for EQ."
0a0c68d - Prem Shanker Jha - 2017-10-25 - STOP API: Increased max allowed SCOM restore entries for EQ.
69e472b - Christian Geddes - 2017-10-25 - Move up backing build and remove simsetup workarounds
1c35270 - Luke Mulkey - 2017-10-25 - Change TRFI calculation to use MRW attribute
67b1e56 - Stephen Glancy - 2017-10-25 - Adds empty training files for HB to mirror
1349cb2 - Anusha Reddy Rangareddygari - 2017-10-24 - Axone Update
1f75350 - Soma BhanuTej - 2017-10-24 - Additional checks to p9_extract_sbe_rc
03c9491 - Lennard Streat - 2017-10-24 - Asynchronous mode settings fixes.
7ddc1c6 - Thi Tran - 2017-10-24 - p9_sbe_hreset HWP
15a0de1 - Greg Still - 2017-10-24 - PM: Fix Safe Mode settings in Global PState Paramter Block
e999f9d - Greg Still - 2017-10-24 - VDM: p9_pstate_parameter_block check for VDM Large threshold < -32mV
84dd6d8 - Dzuy Nguyen - 2017-10-24 - Update SBE if there is a gard to the master core in OpenPower
640ccb0 - Caleb Palmer - 2017-10-24 - PRD: Rename new dimmBadDqBitmap functions
5060d07 - Dan Crowell - 2017-10-24 - Make CONSOLE calls a NOOP in HBRT instead of compile fail
e263786 - Robert Lippert - 2017-10-24 - securerom: remove hbi_ImageId
0ff075b - Stephen Cprek - 2017-10-24 - Create Pre Verified Lid Manager and refactor exisiting implementation
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index b12face..a3f7ec7 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 ?= da12bd653f7eabbc2d97938a3ac25666187e6abb
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 6a4ab65a8754682e6771a043930860a048a5474d
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))