op-build update 3-20-2020

Changes Included for package hostboot, branch master-p8:
3267aff - Caleb Palmer - 2020-03-18 - PRD: Add default callout for chip connection lookup fails
d807122 - Caleb Palmer - 2020-03-18 - PRD: Workarounds to avoid HIO during checkstops

Changes Included for package hostboot, branch master:
b6badfc - Caleb Palmer - 2020-03-19 - MDIA: Update timeout FFDC gathering for OCMBs
f07d459 - Caleb Palmer - 2020-03-19 - PRD: Disable OCMB UCS check and clear subchnl specific attn
a8368a4 - Mike Baiocchi - 2020-03-19 - Create CONFIG_NO_FAPI_TRACE to ignore all FAPI traces
a91c553 - Caleb Palmer - 2020-03-18 - PRD: Add default callout for chip connection lookup fails
51440d9 - Caleb Palmer - 2020-03-18 - PRD: NVDIMM callouts for register access errors

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 fed9f12..238e7af 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 ?= 4eee07524dfdac2bd515605ca796b701562b3e95
+HOSTBOOT_P8_VERSION ?= 3267aff2bc1fe97fdf3dc5ab1d210b8d6a2e74eb
 
 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 9d68a9b..4df39f9 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "820a09943c43f36063adf404fa21afa73423f97b" if BR2_HOSTBOOT_LATEST_VERSION
+	default "b6badfcb9d8b906f8412478b5d347926e5f00273" if BR2_HOSTBOOT_LATEST_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION