op-build update 1-12-2018

Changes Included for package sbe, branch master:
86ae83c - Joe McGill - 2018-01-12 - MCD disable workaround for HW423589 (option1)
584ee23 - Sunil Kumar - 2018-01-12 - SW410723 chiplet ID range for address 107D0 is increased to 0x37.
7843b72 - spashabk-in - 2018-01-12 - Disable generic and isntruction control on DD1
633cc43 - Sachin Gupta - 2018-01-11 - Update backing build
057add7 - Sachin Gupta - 2018-01-10 - Solve compilation issue for type casting
25bfaab - spashabk-in - 2018-01-10 - [SBE-code-re-org][5] IPL table re org
b47bb02 - Martin Peschke - 2018-01-08 - p9_dd_container: simple generic standalone DD level container
71ffbf4 - spashabk-in - 2018-01-04 - [SBE-code-re-org][4] Adding app common makefiles
1c7f2eb - spashabk-in - 2018-01-04 - [SBE-code-re-org][3] Merge core folder makefiles
efddbee - Claus Michael Olsen - 2018-01-03 - Adding CT_P9A to the enum list of chip types.
5601065 - spashabk-in - 2018-01-03 - [SBE-code-re-org][2] Chip-op handler code
819a606 - spashabk-in - 2018-01-03 - [SBE-code-re-org][1] sbefw - core and app folders

Changes Included for package hostboot, branch master:
52ca812 - Corey Swenson - 2018-01-12 - Leave MCS acker open until Istep14
aa5e361 - Caleb Palmer - 2018-01-11 - MDIA: Fix overwriting rc from restoreDramRepairs
2a032fa - Jaymes Wilks - 2018-01-11 - Continue to run simics on lack of write access for trace files
443f2c7 - Rahul Batra - 2018-01-11 - PGPE: Fix FIT and actuation step conflict
21c7d72 - Claus Michael Olsen - 2018-01-11 - p9_dd_container: Introducing DD container API lib to PPE repo
1233c10 - Dean Sanner - 2018-01-10 - Various targeting fixes for Fleetwood system
1e15041 - Christian Geddes - 2018-01-10 - Remove obus workaround from call_proc_chiplet_fabric_scominit
6407898 - Dean Sanner - 2018-01-10 - Connect CDIMM power/slope ATTR with VPD accessor function
4592e5a - Christian Geddes - 2018-01-10 - Add FABRIC_PRESENT_GROUPS system attribute
13863b5 - Bill Hoffa - 2018-01-09 - Add call_host_set_voltages to istep 08.12
e5cb788 - Christian Geddes - 2018-01-09 - Remove writable property from ATTR_LINK_TRAIN
3dca5a8 - Santosh Puranik - 2018-01-09 - Remove writeable tag from ATTR_PROC_FABRIC_GROUP_ID
610996c - Sachin Gupta - 2018-01-09 - Change type for number of pages.
7f8aa4b - Dan Crowell - 2018-01-09 - Tweaks to multicast scom workaround
9ea9546 - Prachi Gupta - 2018-01-09 - ZEP_BUP: remove no_export and default value from DMI_REFCLOCK_SWIZZLE
fc6895b - Christian Geddes - 2018-01-08 - Remove writable from Power Slope Centaur Attributes
245f722 - Thi Tran - 2018-01-08 - Mirror (new) p9_putmemproc HWP files
03e13de - Ilya Smirnov - 2018-01-08 - Populate hb Runtime Data after OCC Starts
0a1b60c - Marty Gloff - 2018-01-08 - Concurrent code update of HBRT - Update Structure
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 2b7ba23..1f2fbba 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= d3025f5d7ddd0723946bb54fcb471d2bf1fd2da4
-HOSTBOOT_VERSION_BRANCH_MASTER ?= 1d862697f0b1256e7f7d1d620bf124eb2504d169
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 52ca8121f1ed4aa7cabd10ced3a912ee4af470c4
 
 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))
diff --git a/openpower/package/sbe/sbe.mk b/openpower/package/sbe/sbe.mk
index 1c3fa20..ae95e6f 100644
--- a/openpower/package/sbe/sbe.mk
+++ b/openpower/package/sbe/sbe.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SBE_VERSION ?= b99e4a419eecff1dbc488324e11aa0a3e31aa368
+SBE_VERSION ?= 86ae83c5d6a45b3eb616af87adf081f0216fae08
 SBE_SITE ?= $(call github,open-power,sbe,$(SBE_VERSION))
 
 SBE_LICENSE = Apache-2.0