op-build update 9-4-2019

Changes Included for package hostboot, branch master:
163b6d0 - Luis Fernandez - 2019-09-04 - (Fix for:) Alert when a partition's space utilization exceeds a threshold
5474e92 - Luis Fernandez - 2019-09-04 - Fixes from HB for GCC 8 Compiler
b9cb9f7 - Ilya Smirnov - 2019-09-03 - Update SYS's ATTR_XSCOM_BASE_ADDRESS in SMF Paths
c3d8cfd - Roland Veloz - 2019-09-03 - Added code to support doing an NVM health check
e22e362 - Bill Hoffa - 2019-08-30 - Axone 2-Proc Standalone Sim Enablement
38845b6 - Ben Gass - 2019-08-30 - Call p9_fbc_ioo_dl_npu_scom from p9_npu_scominit
00fa800 - Christian Geddes - 2019-08-30 - Compile new ioo_dl_npu_scominit HWP so its ready to use
1cd7d1c - MATTHEW I. HICKMAN - 2019-08-29 - Fix for offset traces due to merge bug
3db6c14 - Ilya Smirnov - 2019-08-29 - Cache VERSION Partition
c4df5e9 - Matt Derksen - 2019-08-29 - Update SPD_DDR4 size to be 640 bytes
3bbc07e - Christian Geddes - 2019-08-29 - Introduce exp_getidec HWP
6c4acfe - Ben Gass - 2019-08-29 - Move NPU_ENABLE to its own initfile and call from p9_npu_scominit for p9a.
6034efa - Caleb Palmer - 2019-08-29 - PRD: Skip callouts without trgts when clearing NVDIMM gard
153dcaa - Roland Veloz - 2019-08-28 - Implement an HBRT interface to log a gard event from PHYP/OPAL
f609640 - Matthew Raybuck - 2019-08-28 - Add more FFDC to BPM Update Error logs
deb9841 - Matthew Raybuck - 2019-08-28 - Fix lingering error log issues for BPM updates
ade0481 - Megan - 2019-08-28 - Alert when a partition's space utilization exceeds a threshold
4536704 - Roland Veloz - 2019-08-28 - Updated the HBRT reserved trace buffer code to compensate for relocation

Changes Included for package pnor, branch master:
e07c9e5 - Christian Geddes - 2019-08-29 - Merge pull request #127 from crgeddes/master
71690eb - Christian Geddes - 2019-08-28 - Move HBI to end and increase HBI size to 25 MB

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 445edac..cd40c00 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "01ac1b8dc22e3cba20a194fee7d741b749658223" if BR2_HOSTBOOT_LATEST_VERSION
+	default "163b6d07778e66dced5df6e800ebb43ef0b479f3" if BR2_HOSTBOOT_LATEST_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 7f08682..df95836 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENPOWER_PNOR_VERSION ?= 1bfff01c57d1186ebbfbcd9daabbace1f6092375
+OPENPOWER_PNOR_VERSION ?= e07c9e5aa4bdb96ea02a7fc30bf7c67ae7ebeea5
 OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION))
 
 OPENPOWER_PNOR_LICENSE = Apache-2.0