op-build update 12-1-2017

Changes Included for package occ, branch master:
d0f8e5f - Chris Cain - 2017-11-17 - Always use normal temperature thresholds for OPAL systems
601b1eb - Chris Cain - 2017-11-16 - Remove unused variable
c344697 - William Bryan - 2017-11-15 - Update buildname 11/15
aec1db2 - mbroyles - 2017-11-15 - Temporary disable 24x7 on FSP systems
8b90dab - Doug Gilbert - 2017-11-14 - B1112AD7 reported over long stress run
358d11e - Chris Cain - 2017-11-14 - Stop DIMM and GPU accesses when moving to standby or safe state
40fc6b3 - William Bryan - 2017-11-10 - Buildname 11/10
ccdfc6a - Doug Gilbert - 2017-11-10 - OCC work-around for HW426350
0e91ced - Chris Cain - 2017-11-08 - Remove interrupt handlers for hardware errors
cd42091 - Zane Shelley - 2017-11-08 - FIRDATA: retry getSCOMs via SBE FIFO on bad response
a5b5103 - Zane Shelley - 2017-11-08 - FIRDATA: fix error handling for SCOMs via SBE FIFO
178a035 - William Bryan - 2017-11-03 - Update buildname 11/3
bb703e4 - mbroyles - 2017-11-03 - Prevent logging 2A11 when quad is offline
d90b1dc - Chris Cain - 2017-11-02 - AVSbus Re-sync Bus Error Recovery
0b07301 - Andres Lugo-Reyes - 2017-11-02 - Clean up TODO for deprecated sync request bit
5f4122b - Andres Lugo-Reyes - 2017-11-02 - Snapshot buffer support
diff --git a/openpower/package/occ/occ.mk b/openpower/package/occ/occ.mk
index a070515..4aaf6c3 100644
--- a/openpower/package/occ/occ.mk
+++ b/openpower/package/occ/occ.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 OCC_VERSION_BRANCH_MASTER_P8 ?= 28f2cec690b7f19548ce860a8820f519e6c39a6a
-OCC_VERSION_BRANCH_MASTER ?= dbb4d7e88cf3a4f83d4b67b6ff90cb222503c60c
+OCC_VERSION_BRANCH_MASTER ?= d0f8e5fb2c5a2cd78453630e869d74d569cad394
 
 OCC_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(OCC_VERSION_BRANCH_MASTER),$(OCC_VERSION_BRANCH_MASTER_P8))
 OCC_SITE ?= $(call github,open-power,occ,$(OCC_VERSION))