op-build update 4-22-2020

Changes Included for package sbe, branch master-p10:
2350db7 - rajerpp1 - 2020-04-22 - Added sub procedure to clear special wakeups asserts
3b7e8ba - rajerpp1 - 2020-04-22 - Fixed issue of scom accessing in p10_vas_check_quiesce()
1a6f12d - Prasad Bg Ranganath - 2020-04-22 - Added p10_phb_check_quiesce
90f2e78 - rajerpp1 - 2020-04-22 - Fixed Issue of failing SCOM_CHECK
7cfddb6 - Ben Gass - 2020-04-22 - Update register header files from RITA2 data.
4c63c37 - Joachim Fenkes - 2020-04-22 - p10_stopclocks: Check PIB/NET/SBE clocks only when PCB is not bypassed
422da4c - Yue Du - 2020-04-22 - QME: Disabling sram before power down CL2/L3
8186afb - Joachim Fenkes - 2020-04-22 - p10_tp_stopclocks: Leave CFAM protection 1 down for TP vital scanning
2f65dbc - Yue Du - 2020-04-22 - QME: EPM and PowerMixer updates
f27242a - rajerpp1 - 2020-04-22 - Added sub procedure to check quiesce state for PAU
70ec58a - Matt K. Light - 2020-04-22 - endian correct bit fields for scan/scom status
027c2b8 - Yue Du - 2020-04-22 - VBU: EQ_STOPCLOCKS
c68b95a - rajerpp1 - 2020-04-22 - Added sub procedure to check quiesce state for INTP
a690367 - manichow - 2020-04-22 - Added the procedure p10_vas_check_quiesce.
2216002 - rajerpp1 - 2020-04-22 - Added sub procedure to check quiesce state for NX
b03ac63 - Anusha Reddy Rangareddygari - 2020-04-22 - Stopclocks procedure for P10
3b2fcba - rajerpp1 - 2020-04-22 - Check quiesce state for all units on the powerbus.
02b7e81 - manichow - 2020-04-22 - Determine the scomable and scanable state.
828db76 - Yue Du - 2020-04-22 - QME: Fixes for EPM and Powermixer
56ec1b8 - Prasad Bg Ranganath - 2020-04-22 - PM HWP:PM suspend powman procedure support
a5680d5 - Yue Du - 2020-04-22 - QME: Stop11 Entry
17d7057 - Yue Du - 2020-04-22 - QME: HWPF Support Fapi2 Procedures into QME Image
3f86eb3 - Yue Du - 2020-04-22 - CORECACHE: istep4 procedures that work with Drop R
e3c72b7 - Yue Du - 2020-04-22 - CORECACHE: poweron and poweroff../lib/p10_hcd_common.H
09c1385 - Yue Du - 2020-04-22 - CORECACHE: startclocks and stopclocks
aa1d1d4 - Yue Du - 2020-04-22 - P10 Powman: initial common file port and qme image structures
76bf053 - Olsen - 2020-04-21 - RS4 header type field cleanup and Cmsk support removal
7b13f2e - Olsen - 2020-04-21 - Overlays ring section support and associated ifCompiler cleanups
e01446b - Prem Shanker Jha - 2020-04-21 - SBE Putring: Fixed conflict of an RC with an enum in return_codes_def.H
446376f - Anusha Reddy Rangareddygari - 2020-04-21 - Error xml fix : p10_sbe_npll_setup
dccaf3f - Roland Veloz - 2020-04-21 - Remove duplicate enums from attribute ATTR_MFG_FLAGS

Changes Included for package hcode, branch master-p10:
cf2d578 - hostboot - 2020-04-21 - Release tag & head commit information updated for hw042120a.opmst10
689ec5a - Rahul Batra - 2020-04-21 - PGPE: Fix OCC Pstate Table Address field
85ce0f9 - Prem Shanker Jha - 2020-04-21 - Image Build: Fix constants pertaining to PGPE Image size.

Changes Included for package hostboot, branch master-p10:
2b2f14d - Nick Bofferding - 2020-04-22 - Fix PGPE size constant in pmcommon.C
cda3c52 - Prem Shanker Jha - 2020-04-22 - Image Build: Fix constants pertaining to PGPE Image size.
813317e - Nick Bofferding - 2020-04-21 - Disable MCTP and PLDM support from FSP release
8c3aea5 - Roland Veloz - 2020-04-21 - Added include directive for file find.H
2d359a4 - hostboot - 2020-04-21 - Update HCODE commit to 56d46c4... PGPE: Fix OCC Pstate Table Address fie
9221543 - Zane Shelley - 2020-04-21 - PRD: temporarily disable PRD analysis for P10
549657d - Caleb Palmer - 2020-04-21 - PRD: P10 updates to getConnectedChild

Changes Included for package pnor, branch master-p10:
1dddc98 - Daniel M Crowell - 2020-04-22 - Merge pull request #16 from bofferdn/fix-hb-vol
9d0e8cd - Nick Bofferding - 2020-04-22 - Stop populating HB_VOLATILE partition with GUARD partition data
57607da - Nicholas E Bofferding - 2020-04-21 - Merge pull request #14 from lkammath/guard_ecc_disable
425560f - Lakshminarayana R. Kammath - 2020-04-21 - Disable ECC from GUARD partition

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode-p10/Config.in b/openpower/package/hcode-p10/Config.in
index 13b4d83..cfb606c 100644
--- a/openpower/package/hcode-p10/Config.in
+++ b/openpower/package/hcode-p10/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_P10_VERSION
 	string
-	default "hw042020a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw042120a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
 	default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HCODE_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 04a9315..fcb5188 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 "eec96d805ae763b04ad84a3803c32a643b0b5b0b" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "2b2f14d8f3d6f04c20f7f803674ff2feb0f537f7" 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 c08972f..fe6ecdf 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENPOWER_PNOR_VERSION ?= f30f5d4e929d7974fc0c9557b23ab9e525b068db
+OPENPOWER_PNOR_VERSION ?= 1dddc98e79b8f31fb8b1114ae92092b465eafe48
 
 # 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 c31997d..fdd496d 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 "38e52b8440d57a4a63cc75241b7b82a19b4b9392" if BR2_SBE_P10_LATEST_VERSION
+	default "2350db78b529386ce3d3b3719bfa8fd5b9bdcfb3" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION