op-build update 2-22-2018
Changes Included for package occ, branch master:
bf6e716 - Andres Lugo-Reyes - 2018-02-19 - Look at OCCFLG[30] to see if PGPE needs a new VFRT
919b789 - mbroyles - 2018-02-16 - Characterization state meltbox support
fca494d - Andres Lugo-Reyes - 2018-02-12 - Replace Firmware Level with FClip History in error log
ccdb19f - mbroyles - 2018-02-06 - Enable 24x7 on FSP systems
c995444 - mbroyles - 2018-01-31 - Calculate Pstate from a frequency starting at max frequency instead of min
diff --git a/openpower/package/occ/occ.mk b/openpower/package/occ/occ.mk
index a497c94..9bf0292 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 ?= f72f857b7e5ab25a5616b1655005b963405eb350
+OCC_VERSION_BRANCH_MASTER ?= bf6e716d3289898feb8d16fa1d1a5f48f0360f9f
OCC_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(OCC_VERSION_BRANCH_MASTER),$(OCC_VERSION_BRANCH_MASTER_P8))
OCC_SITE ?= $(call github,open-power,occ,$(OCC_VERSION))