op-build update 10-8-2018

Changes Included for package hostboot, branch master:
94566a8 - Dan Crowell - 2018-10-07 - Adding prereqs to fix simics fails
39b2ccd - Matt Derksen - 2018-10-06 - Fix compile error
667b300 - Matt Derksen - 2018-10-06 - Fix cscope segfault problem
93192af - Louis Stermole - 2018-10-05 - Add row repair access functions and attr switches for p9c
c136b64 - Dan Crowell - 2018-10-05 - Start compiling p9c_mss_row_repair
140618a - Zane Shelley - 2018-10-04 - PRD: obus extra signatures
07585c1 - Stephen Glancy - 2018-10-04 - Removes unused attribute accessors
459e8bf - Dan Crowell - 2018-10-04 - Set SBE console enable based on Hostboot config var
76ae3d5 - Prachi Gupta - 2018-10-04 - Documentation: Initial commit to create base README.md
bf70b2a - Thi Tran - 2018-10-03 - SMP wrap mode - Run host_load_io_ppe earlier in Wrap mode.
a4e14b2 - Stephen Glancy - 2018-10-03 - Adds per-Buffer addressability API for LRDIMM
6d61a39 - Ben Gass - 2018-10-03 - Adds initfile for Explorer
bdf069f - Louis Stermole - 2018-10-03 - Add soft PPR (row repair) function for p9c
5957dac - Srikantha Meesala - 2018-10-03 - HWSV - Hostboot common data structure for Attn chip Id list
1c97a15 - Matt Derksen - 2018-10-03 - Cxxtest for fapi_i2c support
1ad25a8 - Maxim Polyakov - 2018-10-03 - Support for extended FRU data for memory modules
8f66e50 - Caleb Palmer - 2018-10-02 - Row Repair enabled fix fapi_attr_gets
91304df - Caleb Palmer - 2018-10-02 - Row Repair enabled attributes and support function
137a748 - Caleb Palmer - 2018-10-02 - Fix bad mirror of p9c_mss_rowRepairFuncs
9a7f18c - Andrew Jeffery - 2018-10-02 - ipmi: Replace incorrect dependency on ipmibt with ipmimsg
102225f - Andrew Jeffery - 2018-10-02 - ipmi: Break circular dependency between ipmimsg and ipmibt
797f6fc - Andrew Jeffery - 2018-10-02 - assert: Print the backtrace for critical and kernel assertions
8a4663c - Andrew Jeffery - 2018-10-02 - assert: Include file name in assert output
506a20f - Nicholas E. Bofferding - 2018-10-02 - Revert "Delete non-terminating TPM error in fabric integration step"
46b6d71 - Dan Crowell - 2018-10-02 - Add consistent enter-exit traces for all runtime interfaces
01fcdb6 - Nick Bofferding - 2018-10-01 - Shutdown: Move attribute sync to shutdown handler
7209f90 - Nick Bofferding - 2018-10-01 - Trusted Boot: When TPM not detected properly, report errors if TPM is required
8299433 - Zane Shelley - 2018-10-01 - PRD: Capture extra FFDC for current memory mirroring config
aac8421 - Zane Shelley - 2018-10-01 - PRD: change register used to query for active chnl fail attn
c33d520 - Dan Crowell - 2018-10-01 - Make lid_load failures visible logs
6924171 - Christian Geddes - 2018-09-28 - Add missing axone specific targets to targeting XML
a92f914 - Roland Veloz - 2018-09-28 - Added the I2C MUX attribute and target definitions
5baacd2 - Prem Shanker Jha - 2018-09-28 - PM Malfunction: Fixed issues with user data section parser plugin.
dd13920 - Dan Crowell - 2018-09-28 - Remove deprecated attributes
17bf8a6 - Nick Bofferding - 2018-09-28 - Fix duplicate trace section removal accounting in error log flatten
e30bf32 - Vasant Hegde - 2018-09-28 - MPIPL: Update MDRT count only if its valid
2cfc8b1 - Dan Crowell - 2018-09-28 - Increment HBRT EID on every commit

Changes Included for package pnor, branch master:
71a2d89 - William Hoffa - 2018-10-05 - Merge pull request #105 from popfuture/hbreadonly8
34481cc - Jaymes Wilks - 2018-10-04 - Make all possible partitions readOnly for p8

Changes Included for package hcode, branch master:
6083743 - hostboot - 2018-10-06 - Release tag information updated for hw100618a.930
962e992 - Greg Still - 2018-10-06 - SMF: clear HRMOR[15] in all modes so that secure mode won't hang core
e995520 - Yue Du - 2018-10-06 - STOP: Fix Bug introduced by 66511
fb1cfe5 - hostboot - 2018-10-05 - Release tag information updated for hw100518a.930
32d6982 - hostboot - 2018-10-04 - Release tag information updated for hw100418a.930
97dfe30 - hostboot - 2018-10-03 - Release tag information updated for hw100318a.930
a4a2740 - Rahul Batra - 2018-10-03 - PGPE: Use correct VPD Pts for VDD to Pstate intp.
8994383 - hostboot - 2018-10-02 - Release tag information updated for hw100218a.930
96a0480 - hostboot - 2018-09-29 - Release tag information updated for hw092918a.930
110d77d - hostboot - 2018-09-28 - Release tag information updated for hw092818a.930
90d69ca - Prasad Bg Ranganath - 2018-09-28 - STOP:Dont clear pmc_pcb_intr_type0_pending in OISR1/OIMR1 register

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index e24645f..8d60427 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw092718a.930" if BR2_HCODE_LATEST_VERSION
+	default "hw100618a.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 7a9c35b..676b208 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "e82eda284f016036b5e2192dd234db12da7559f2" if BR2_HOSTBOOT_LATEST_VERSION
+	default "94566a8b220c54fe0bd68332a10ea6952061469a" 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 8fe7e07..8536d22 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENPOWER_PNOR_VERSION ?= 491ac2632f951ba77e2220ed87b8002b01ed6fae
+OPENPOWER_PNOR_VERSION ?= 71a2d893fa81b50657327bbefafce05379e1d4fc
 OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION))
 
 OPENPOWER_PNOR_LICENSE = Apache-2.0