op-build update 8-15-2018

Changes Included for package hostboot, branch master:
adaf8f7 - Prem Shanker Jha - 2018-08-14 - STOP Recovery: Implemented STOP Recovery parser for error log.
fbd09aa - Ben Gass - 2018-08-13 - Fix for SW441002.
8b8b8de - Jaymes Wilks - 2018-08-13 - Implement generic i2c device callouts for FSP
ce0ea22 - Sumit Kumar - 2018-08-13 - eRepair: Code restruct
9eb4bc8 - Stephen Glancy - 2018-08-10 - Adds blank files for generic code
e9481e1 - Brian Stegmiller - 2018-08-09 - ATTN: Centaur UCS handling
7214cd9 - Christian Geddes - 2018-08-08 - Update ecmd debug scripts and fapi_utils script with Axone targets
ffcc637 - Christian Geddes - 2018-08-08 - Base targeting support for OCMB chip and MEM_PORT chiplet
f8e8d7c - Christian Geddes - 2018-08-08 - Base targeting support for Axone memory complex
3cb9eb1 - Andrew Geissler - 2018-08-08 - Add MC target to subsystem table
6ff0b98 - Zane Shelley - 2018-08-08 - PRD: Sys/PCI oscillator failover thresholding
167888e - Caleb Palmer - 2018-08-07 - Import Row Repair Supported HWPs
798b0d2 - Dan Crowell - 2018-08-06 - Get rid of extra default for ATTR_CEN_MSS_VREF_CAL_CNTL
d37ee6f - Zane Shelley - 2018-08-06 - PRD: getScom() retry for HBRT channel failures
c17bbad - Benjamin Weisenbeck - 2018-08-06 - PRD: Fix makefile for PllPostAnalysis
67733e2 - Dan Crowell - 2018-08-06 - Support for mrwHide attribute from fapi attribute xmls
c17dc98 - Joe McGill - 2018-08-06 - validate DL, TL, iovalid state prior to SMP build
6a03e83 - Andre Marin - 2018-08-06 - Generalize byte reading from SPD reading, for exp i2c reuse
95b925b - Adam Hale - 2018-08-06 - HW439321 for dd1.3 with compat mode
1228977 - Louis Stermole - 2018-08-06 - Setup terminations on non-calibrating ranks during WR_LVL on DDR3
8f2be4b - Prasad Bg Ranganath - 2018-08-06 - PM:Clear GPE2 error bit in OISR/IMR register before SGPE boots

Changes Included for package romulus-xml, branch master:
93456ee - Nickolaus Gruendler - 2018-07-19 - DD2.1 16c WOF data
bcee0de - Nickolaus Gruendler - 2018-06-07 - Update WOF tables and remove unneeded ones
7c1bfbb - Nickolaus Gruendler - 2018-05-18 - Update WOF tables and wof phase2 support
7f925b7 - Nickolaus Gruendler - 2018-05-11 - Update dual drop mem speed, stop states
97b82bf - Nickolaus Gruendler - 2018-04-18 - Enable 2666 memory for single drop
9309ecf - Nickolaus Gruendler - 2018-03-27 - Add DD2.2 4 and 8 core WOF tables
6d16911 - Nick Gruendler - 2018-02-28 - Set  X_ETHRESHOLD-REPAIR
b9234aa - ngruend - 2018-02-28 - Add ETHRESHOLD_REPAIR
814f36c - Nickolaus Gruendler - 2018-02-28 - Add ETHRESHOLD_REAPIR
diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig
index fc143de..2ae3280 100644
--- a/openpower/configs/romulus_defconfig
+++ b/openpower/configs/romulus_defconfig
@@ -41,7 +41,7 @@
 BR2_OPENPOWER_POWER9=y
 BR2_HOSTBOOT_CONFIG_FILE="romulus.config"
 BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="romulus-xml"
-BR2_OPENPOWER_MACHINE_XML_VERSION="b788f99848d65192bbb76aa76ab456a5792f4315"
+BR2_OPENPOWER_MACHINE_XML_VERSION="93456eecf03867095eed5d972278f48c034063d5"
 BR2_OPENPOWER_MACHINE_XML_FILENAME="romulus.xml"
 BR2_OPENPOWER_SYSTEM_XML_FILENAME="ROMULUS_hb.system.xml"
 BR2_OPENPOWER_MRW_XML_FILENAME="ROMULUS_hb.mrw.xml"
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 2e330c8..12c29c6 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "c87bd309d9bc19fcb339f7fcd1c908e9f5a30440" if BR2_HOSTBOOT_LATEST_VERSION
+	default "adaf8f7d6eec6ce33399db75b3fee8830b8b5f1d" if BR2_HOSTBOOT_LATEST_VERSION
         default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION