op-build update 10-16-2018

Changes Included for package hostboot, branch master:
2238242 - Dhruvaraj Subhashchandran - 2018-10-15 - Additional field to indicate sync in attribute metadata.
f3a2693 - Stephen Glancy - 2018-10-15 - Updates training steps factory to be LRDIMM capable
55ff29a - Andrew Jeffery - 2018-10-15 - sio: Add test for availability
95165ec - Andrew Jeffery - 2018-10-15 - Revert "sio: Add test for availability - LPC error tweak"
7954923 - Chris Steffen - 2018-10-15 - DMI Change Max Spares to Recoverable
5d96a77 - Ben Gass - 2018-10-15 - Update Axone engd.
4fe67df - Ben Gass - 2018-10-15 - initCompiler updates
1720267 - Joe McGill - 2018-10-15 - p9_mss_eff_grouping -- update deconfiguration rules
a7b46bd - Louis Stermole - 2018-10-15 - Fix makefile error for p9c_mss_draminit_mc
d725265 - Jenny Huynh - 2018-10-15 - Mask NMMUFIR(7), NMMUFIR(36:39)
6ba2033 - Stephen Glancy - 2018-10-15 - Fixes VPD access and eff_config for LRDIMM's
4992f9d - Caleb Palmer - 2018-10-15 - PRD: Add Row Repair VPD data to errl
bbd4b6c - Zane Shelley - 2018-10-15 - PRD: removed default resolution due to problems with CS filter
e0d09f4 - Thi Tran - 2018-10-15 - Create empty files for OMI init procedures.
99761f9 - Daniel M. Crowell - 2018-10-15 - Revert "P10 prep: Infrastructure (IS) ring Id metadata and API changes"

Changes Included for package pnor, branch master:
1e4f7f3 - sannerd - 2018-10-15 - Merge pull request #106 from IlyaSmirnov91/SMF_UVISOR
7513c20 - Ilya Smirnov - 2018-10-12 - Create UVISOR Partition for Ultravisor Binary

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 40cc32d..94b0ffd 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "78f90ced0fa36c4d682b2c7bf0c1af973b0e7755" if BR2_HOSTBOOT_LATEST_VERSION
+	default "223824211e639cc7930cee724dff73bbb453853a" if BR2_HOSTBOOT_LATEST_VERSION
         default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index b96fc9a..f9154fd 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENPOWER_PNOR_VERSION ?= 2e68ed6a605d709e09fe268366565a3f10afec31
+OPENPOWER_PNOR_VERSION ?= 1e4f7f3ecc03eac79ce68a19df81e9890807b300
 OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION))
 
 OPENPOWER_PNOR_LICENSE = Apache-2.0