op-build update 9-26-2017
Changes Included for package hostboot, branch master:
ac058e9 - Dan Crowell - 2017-09-24 - Disable VDM on ZZ
ae1ec87 - Christian Geddes - 2017-09-24 - Spoof commit to add pre-reqs for release
69439a6 - Dan Crowell - 2017-09-23 - Parse system_vdm_disable if it is in SW1 xml
540ffac - Prasad Bg Ranganath - 2017-09-23 - SAFE mode:moved writing safe mode value from istep 6 to istep 10
a4e4800 - Greg Still - 2017-09-23 - PM: remove WOF_TABLE_ACCESS_FAIL from p9_pstate_parameter_block
172e4c4 - Prasad Bg Ranganath - 2017-09-23 - PM: remove bad VDM check exit in pstate parameter block
af3f8bf - Greg Still - 2017-09-23 - PM: Move to chip EC based #V validity checking in p9_pstate_parameter_block
254e740 - Nick Klazynski - 2017-09-23 - HW415528 and HW419742
b25663e - Prasad Bg Ranganath - 2017-09-23 - PSTATE: Safe mode implmentation in PPB
5d1b04e - Christian Geddes - 2017-09-22 - Add .o files directly instead of using the EKB's .mk for setup_evid
a702bf1 - Dan Crowell - 2017-09-22 - Use a VMM allocator for the giant WOFDATA lid
1b0f94c - Nick Bofferding - 2017-09-22 - Secure Boot: Mark CAPP as enforced secure section
c17f8e4 - Andres Lugo-Reyes - 2017-09-22 - Support for detecting a WOF requested reset
72cf613 - Christian Geddes - 2017-09-22 - Clear reconfigure loop attribute's deconfig bit during MPIPL
06029fd - Jacob Harvey - 2017-09-21 - Change training advance check
229ad66 - Nick Bofferding - 2017-09-21 - Secure Boot: Support reading component ID from container's SW header
ce2eb29 - Christian Geddes - 2017-09-21 - Remove workaround clearing OCB Linear Window security bit during MPIPL
dd6b90e - Tom Sand - 2017-09-21 - Istep 14.2 and 14.4 implementation
2fc4ac0 - Sakethan R Kotta - 2017-09-21 - HWPs for istep12
cd2a1b2 - Dan Crowell - 2017-09-21 - Add pre-req for WOF Table fix in CMVC
932b398 - Christian Geddes - 2017-09-21 - Move targ info getter func for sbechipOp into common code
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 0bc0af0..28d4683 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 ?= 4b2859591b45f9b83c6856c4d242e20fc236ebf0
+HOSTBOOT_VERSION_BRANCH_MASTER ?= ac058e9b3c6d1d5d57089d42cbb75b76f36d24a2
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))