op-build update 1-30-2019

Changes Included for package hostboot, branch master-p8:
e743c92 - Caleb Palmer - 2019-01-30 - PRD: PCINESTFIR callout proc instead of PHB

Changes Included for package hostboot, branch master:
23c66cc - Rahul Batra - 2019-01-30 - PM: OCC<>PGPE Interface for P9+
b933c9e - Rahul Batra - 2019-01-30 - PGPE: Write magic number in HcodeOCCShared struct
602885b - Roland Veloz - 2019-01-30 - Set the I2C MUX bus selector in the i2cPresence function
5408943 - Jayashankar Padath - 2019-01-30 - HDAT: Fused core and memorymap version support
f6b8ae9 - Dan Crowell - 2019-01-29 - Do not gard cores on the initial core wakeup failure
5b03768 - Caleb Palmer - 2019-01-29 - PRD: PHBNFIR callout proc instead of PHB
d5fe22b - Christian Geddes - 2019-01-29 - Remove sha512 hash from EECACHE section & init section w/ correct info
573dc45 - Andre Marin - 2019-01-29 - Add DDIMM empty files for easier HB mirroring
c335cd1 - Ben Gass - 2019-01-29 - Add missing Axone MC channel translations.
164e4ec - Prem Shanker Jha - 2019-01-29 - SMF: Defined new attribute containing unsecure HOMER memory's size.
caec0f1 - Louis Stermole - 2019-01-29 - Convert mss explorer and axone code to use attr accessors
30e3c86 - Sumit Kumar - 2019-01-29 - eRepair(Zeppelin): Fix to invalidate centaur vpd records
98baafa - Jenny Huynh - 2019-01-29 - Additional core inits for Nimbus DD2.3 compatibility modes
be4944d - Jenny Huynh - 2019-01-29 - HW477626 Dangerous Elk - Temporarily apply to CDD13 native only
0da0d75 - Jenny Huynh - 2019-01-29 - HW477626 Dangerous Elk - Applies to CDD12+
9c147a3 - Prem Shanker Jha - 2019-01-29 - PM Malf Func: Fixed bugs pertaining pm malfunction FFDC and parser.
39a6b40 - Caleb Palmer - 2019-01-29 - PRD: Initial NVDIMM Support
675244e - Christian Geddes - 2019-01-28 - Load HWAS module earlier in ext init tasks
f34e826 - Dan Crowell - 2019-01-25 - Remove p9_dump_stop_info
3e1fcbf - Dan Crowell - 2019-01-25 - Interface for OCMB getVPD
7a16c28 - Andre Marin - 2019-01-25 - Add empty data engine files for generic eff_config
a3dae28 - Prasad Bg Ranganath - 2019-01-25 - PPB:Undervolting biasing: fix bug found in testing.
71bc706 - Andre Marin - 2019-01-25 - Move fake_spd testing data into generic
ff5e469 - Dan Crowell - 2019-01-25 - Add retry to slave core wakeup path
c2f2f50 - Matt Raybuck - 2019-01-25 - remove unnecessary checks in checkMinimumHardware

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot-p8/hostboot-p8.mk b/openpower/package/hostboot-p8/hostboot-p8.mk
index 759e468..dfe28e8 100644
--- a/openpower/package/hostboot-p8/hostboot-p8.mk
+++ b/openpower/package/hostboot-p8/hostboot-p8.mk
@@ -3,7 +3,7 @@
 # hostboot for POWER8
 #
 ################################################################################
-HOSTBOOT_P8_VERSION ?= c2471ac74bf8b39a2b2ae324b9d069baf444df2f
+HOSTBOOT_P8_VERSION ?= e743c92914db3bb33add6132dccf07a1666b6a85
 
 HOSTBOOT_P8_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_P8_VERSION))
 
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index ddaad54..cbe669e 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "89a8815250a9a87daaa6db624559fd5b0e465f00" if BR2_HOSTBOOT_LATEST_VERSION
+	default "23c66ccdeab039d1c1ca6def64d9e37bbf9c933f" if BR2_HOSTBOOT_LATEST_VERSION
 	default "3f1f2186bb80322594a3cc81241c390119d69552" if BR2_HOSTBOOT_STABLE_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION