op-build update 11-21-2018

Changes Included for package hostboot, branch master:
3f1f218 - Ben Gass - 2018-11-20 - Adding omi_init procedures.
499916e - Dan Crowell - 2018-11-20 - Increase ipmi polling frequency to every 1ms
759971e - Christian Geddes - 2018-11-20 - Fix CAPP target XML in Axone simics xml file
d6cee85 - Christian Geddes - 2018-11-20 - Update bbuild to b1114a_1846.930
c851139 - Ilya Smirnov - 2018-11-19 - Serialize the Check For Prologs in CI
cd754bf - Christian Geddes - 2018-11-19 - Route scom operations on OCMB chips to fapi2 mmio scom interface
a4d8ef5 - Dan Crowell - 2018-11-19 - Add explorer directory to attribute_info lookup
42e8d57 - Dan Crowell - 2018-11-19 - Make ATTR_CLOCK_PLL_MUX writeable for DS8K
c525c33 - Caleb Palmer - 2018-11-16 - Dram Repairs VPD favor FAPI trgts and getHelperAttr improvements
3274498 - Caleb Palmer - 2018-11-16 - Dram Repairs VPD __getTranslationPortSlct improvements
e2e2e85 - Zane Shelley - 2018-11-16 - PRD: separated NPU registers and actions into separate rule files
cc7d24e - Zane Shelley - 2018-11-16 - PRD: Fixed XML parser for summary analysis
06c7de4 - Zane Shelley - 2018-11-16 - PRD: update filter parsing in XML parser
195f636 - Zane Shelley - 2018-11-16 - PRD: Rule file updates for Centaur
ba0aa77 - Zane Shelley - 2018-11-16 - PRD: updates from XML and XML parser
40cf4bc - Zane Shelley - 2018-11-16 - PRD: Make room for Axone prf files in Hostboot
1e6bbb9 - Nick Bofferding - 2018-11-15 - Only allow key transition in istep 10.2
6cf801f - Christian Geddes - 2018-11-15 - Route scom operations on OCMB chips to exp_i2c_scom interface
73cad1f - Venkatesh Sainath - 2018-11-15 - Pushing HB plugins and related files for building errltool
208f80e - Christian Geddes - 2018-11-15 - Refactor fapi2HwAccessTest to ignore ATTR_MODEL
e34d172 - Christian Geddes - 2018-11-15 - Update axone simics xml to use correct chiplet id for MC1 chiplet
0002dbd - Christian Geddes - 2018-11-15 - Update fapi2CreatePlatLogTest.H to use the fapi trace buffer
16f5d47 - Christian Geddes - 2018-11-15 - Update platGetTargetName to handle AXONE and EXPLORER models
9b7da2e - Nick Bofferding - 2018-11-15 - Support for putting fences around mallocs
41e8185 - Alvin Wang - 2018-11-15 - Update setup_fw_boot_config() to read out actual values from attributes
341f401 - Stephen Glancy - 2018-11-15 - Updates PBA to use RCW's to issue BCW's
e0373c9 - Dan Crowell - 2018-11-15 - Add Axone targets to fapi error utilities
9e552af - Matt Raybuck - 2018-11-14 - Remove hardcoding of partial good logic (1/2)

Changes Included for package hcode, branch master:
92d425d - hostboot - 2018-11-20 - Release tag information updated for hw112018a.930
cdb633d - hostboot - 2018-11-15 - Release tag information updated for hw111518a.930

Changes Included for package witherspoon-xml, branch master:
c488a62 - Erich Hauptli - 2018-11-16 - Added value to TPM FRU ID

Signed-off-by: Bill Hoffa <wghoffa@us.ibm.com>
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig
index 589cd3f..7be4b5b 100644
--- a/openpower/configs/witherspoon_defconfig
+++ b/openpower/configs/witherspoon_defconfig
@@ -42,7 +42,7 @@
 BR2_OPENPOWER_POWER9=y
 BR2_HOSTBOOT_CONFIG_FILE="witherspoon.config"
 BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="witherspoon-xml"
-BR2_OPENPOWER_MACHINE_XML_VERSION="7cd20a6ac8fe3b693ccf50a5ab86ce55ca994fdc"
+BR2_OPENPOWER_MACHINE_XML_VERSION="c488a6234d09ea9b1fff23fd00991cb6e6487df0"
 BR2_OPENPOWER_MACHINE_XML_FILENAME="witherspoon.xml"
 BR2_OPENPOWER_SYSTEM_XML_FILENAME="WITHERSPOON_hb.system.xml"
 BR2_OPENPOWER_MRW_XML_FILENAME="WITHERSPOON_hb.mrw.xml"
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index eeaca05..43e7d0b 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw111318a.930" if BR2_HCODE_LATEST_VERSION
+	default "hw112018a.930" if BR2_HCODE_LATEST_VERSION
 	default BR2_HCODE_CUSTOM_VERSION_VALUE \
 		if BR2_HCODE_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index b923343..fe0cfbf 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,8 +28,8 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "9d418f5eefe35bd533928cff03822943dcb7852e" if BR2_HOSTBOOT_LATEST_VERSION
-	default "40a34c94a981ebfe9e1ff95263663cda0cbaaa42" if BR2_HOSTBOOT_STABLE_VERSION
+	default "3f1f2186bb80322594a3cc81241c390119d69552" if BR2_HOSTBOOT_LATEST_VERSION
+	default "3f1f2186bb80322594a3cc81241c390119d69552" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION