op-build update 4-21-2020

Changes Included for package sbe, branch master-p10:
38e52b8 - Jenny Huynh - 2020-04-21 - Use common attributes to configure LCO settings
30d2805 - Olsen - 2020-04-21 - Fix in p10_ipl_customize for "invalid buffer" fail
6022711 - Roland Veloz - 2020-04-21 - Added new attribute ATTR_MFG_FLAGS to supplant ATTR_MNFG_FLAGS

Changes Included for package hostboot, branch master-p10:
eec96d8 - hostboot - 2020-04-21 - Update simics level to: 2020-04-20_5fc54c_simics.tar.gz fd00b1d6ade52b9a
386b6b8 - Deb McLemore - 2020-04-21 - SBE enable sbe_update tests
3be8ac8 - aravnair-in - 2020-04-21 - Move MC_PLL_BUCKET to under proc target
c9be6b3 - Caleb Palmer - 2020-04-21 - PRD: Update OCMB_LFIR[38] to defaultMaskedError
c2c2d10 - Caleb Palmer - 2020-04-21 - PRD: Ignore mainline IUE if on at same time as mainline UE
d1b87b4 - Caleb Palmer - 2020-04-21 - PRD: Simplify getConnected, remove getAssociationType
29006b1 - hostboot - 2020-04-21 - Update SBE commit to 052a3e1... SPR/GPR updates and Core Target related

Changes Included for package pnor, branch master-p10:
f30f5d4 - Nicholas E Bofferding - 2020-04-21 - Merge pull request #15 from lkammath/sha_disable
0ce6b75 - Lakshminarayana R. Kammath - 2020-04-21 - Disable sha512 for DEVTREE bringup

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index b84dfe8..04a9315 100644
--- a/openpower/package/hostboot-p10/Config.in
+++ b/openpower/package/hostboot-p10/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_P10_VERSION
 	string
-	default "237997c2efbe487906403b8aa38b7f55b354268b" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "eec96d805ae763b04ad84a3803c32a643b0b5b0b" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index 3aa7276..423de44 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENPOWER_PNOR_VERSION ?= 7798c11a29589a97e7eacda3fd22c8db49430e62
+OPENPOWER_PNOR_VERSION ?= f30f5d4e929d7974fc0c9557b23ab9e525b068db
 
 # TODO: WORKAROUND: Need to reenable next line and comment out the two lines
 # after that, when code is propagated to a public repo
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 32028e8..c31997d 100644
--- a/openpower/package/sbe-p10/Config.in
+++ b/openpower/package/sbe-p10/Config.in
@@ -26,7 +26,7 @@
 
 config BR2_SBE_P10_VERSION
 	string
-	default "052a3e140285efd3db4f282be68741c7bdba9369" if BR2_SBE_P10_LATEST_VERSION
+	default "38e52b8440d57a4a63cc75241b7b82a19b4b9392" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION