op-build update 10-5-2017
Changes Included for package hostboot, branch master:
4b9c63c - Christian Geddes - 2017-10-04 - Spoof commit to add hw_ref release tag
5f95eb2 - Chris Cain - 2017-10-04 - HTMGT: Update GPU config to send calculated power values
eebc5b9 - Roland Veloz - 2017-10-04 - Change the default of hwas/HBconfig - HOST_HCDB_SUPPORT to y
976c88b - Claus Michael Olsen - 2017-10-03 - TOR Magic header support
4e27f10 - Joe McGill - 2017-10-03 - add SGPE flag for simulation only workarounds
b914616 - Claus Michael Olsen - 2017-10-03 - Overlays and multi-DD XIP related updates to xip_image and dd_container
079ed45 - Ben Gass - 2017-10-03 - Set missing mask bits in FBC_IOO_DL_FIR_MASK_SIM for sim.
aa88ac2 - Stephen Glancy - 2017-10-03 - Updates DRAM minimum utilization to 25%
cf8e670 - Richard J. Knight - 2017-10-03 - Update set_sbe_error macro exceeds line length
5ae9e8b - Elizabeth Liner - 2017-10-03 - Increasing MEMD section size
4ee7410 - Sumit Kumar - 2017-10-03 - Erepair HWP p9_io_erepair procedure
e26a4e0 - Greg Still - 2017-10-03 - PM: p9_pm_init, p9_pm_utils clean-up
e20d02c - Dan Crowell - 2017-10-03 - Set override flag for lots of PM attributes
96f3553 - Brian Vanderpool - 2017-10-03 - Don't clear SGPE/PGPE OCC flags until after the engines are halted
cd792cd - Jeremy Neaton - 2017-10-03 - eff_config updates for 2R and TSV DIMMs
2f10d5e - Yue Du - 2017-10-03 - STOP: Properly clear DPLL unlock indication in dpll_setup
7493c1c - Yue Du - 2017-10-03 - STOP: attribute to halt upon phantom interrupts
d3e2458 - Joe McGill - 2017-10-02 - resolve Zeppelin DMI channel framelock issues
d96505c - Jacob Harvey - 2017-10-02 - Set runtime mss throttles to safe for OCC to set
5e3fb7c - Alpana Kumari - 2017-10-02 - HWP L3 Delivery
a72b93d - Prem Shanker Jha - 2017-10-02 - PM: Enabling progress code in PGPE boot loder and copier.
00d8f1a - Dan Crowell - 2017-10-02 - Remove hack to force SYSTEM_VDM_DISABLE=1 on ZZ
64c2388 - Greg Still - 2017-10-02 - PM: clear OCB Heartbeat enable during pm_reset
1fe17ef - Stephen Glancy - 2017-10-02 - Updates code to disable DQS on bad nibble
3890040 - Stephen Glancy - 2017-10-02 - Updates error paths for PRD FIR checking
f21a18e - Joe McGill - 2017-10-02 - updates for NPU errata
65f1710 - Chris Steffen - 2017-10-02 - I/O Metadata Cleanup
519568c - Chris Steffen - 2017-10-02 - Obus Power Up & Flywheel Controls
e647ae1 - Christian Geddes - 2017-10-02 - Disable attn test cases and add new defect to track progress
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index f67d368..9ac41bd 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 ?= 8e7e2adfdfe90a1061ce87b8a657bab152a73358
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 4b9c63c334eda4e0363e5117a2a4eb375cd92252
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))