op-build update 3-4-2021

Changes Included for package occ, branch master-p10:
1af19ef - Douglas Gilbert - 2021-03-02 - OCMB Fix membuf DTS calculation

Changes Included for package sbe, branch master-p10:
a497cd0 - akhis023 - 2021-02-26 - Pick up keys and sigining script from OP-Build tree if OP-Build
e038215 - Raja Das - 2021-02-26 - Updated simics.tar path to RCH
8881307 - akhis023 - 2021-02-22 - Secure boot SBE verification code
cd7e8fb - Sunil Kumar - 2021-02-15 - Enable gettracearray chip-op in SBE.
93d0fbf - Srikantha Meesala - 2021-02-12 - Added P10 chip-type and Major / Minor numbers for HDCT header
d0e811a - Matthew Hickman - 2021-02-11 - Added RC handling and L3 to exp_draminit
4c2feed - Matthew Hickman - 2021-02-11 - Added L3 trace updates to exp_mss_eff_config_thermal
3f5a8f8 - Stephen Glancy - 2021-02-11 - Updates restore repairs per explorer RAS spec
31738e6 - Luis Fernandez - 2021-02-11 - Small comment fixes to p10_sbe_spi_cmd.C
20eea68 - Luis Fernandez - 2021-02-11 - DD2 Security Restrictions for SPI SEEPROM
07f9240 - Luis Fernandez - 2021-02-11 - DD2 Security Restrictions for SPI TPM
1ff3d4f - Raja Das - 2021-02-11 - Fix the SPI4 (TPM) lock issue in measurement seeprom mpipl flow
e8442d3 - akhis023 - 2021-02-10 - Added sigining script search paths for LFS system
f5bc8b0 - akhis023 - 2021-02-10 - Sign rainer sbe image
683d8e5 - akhis023 - 2021-02-10 - Added more examples for help option in getSbeTrace script

Changes Included for package hostboot, branch master-p10:
61930a9 - Douglas Holtsinger - 2021-03-03 - Added support for DD2 SPRs
0d3618e - Matt Derksen - 2021-03-03 - Support version 1.2 of SBE capabilities command
ad8e6fd - Michael Baiocchi - 2021-03-03 - Update Handling of Manufacturing Key Clear Requests
be84078 - Zach Clark - 2021-03-03 - Fix a bug in the MRW processor for SMPGROUP targets
9a89ce3 - Christian Geddes - 2021-03-03 - Remove deprecated markTpmUnusable function
a5676ce - Christian Geddes - 2021-03-03 - Enable backup TPM intialization
97ee750 - Nick Bofferding - 2021-03-02 - Secure Boot: Inhibit second verification of payload
ea0e392 - Ilya Smirnov - 2021-03-02 - Reboot Request: Misc Changes
1c96619 - Matthew Raybuck - 2021-03-02 - Update removeECC comment to be more clear
4cf3473 - Zane C Shelley - 2021-03-02 - Revert "PRD: Temporarily disable calls to p10_proc_gettracearray"
aae419f - Caleb Palmer - 2021-03-02 - MDIA: Minor tracing updates
8feccd4 - Ilya Smirnov - 2021-03-02 - HBBL TPM: Read/Set TDP Bit During HBBL TPM Ops
8d726f6 - Deb McLemore - 2021-03-02 - reduceType transformation completion
41a7a51 - Deb McLemore - 2021-03-02 - VPD EECACHE Synchronization
60f4016 - Matthew Raybuck - 2021-03-02 - Switch serial and parallel testcase execution order
ccff8af - Nick Bofferding - 2021-03-02 - Secure Boot: Remove PCR6 extensions that are no longer needed
893eba4 - Prasad Bg Ranganath - 2021-03-02 - PM HWP: Add some FFDC data to OCC register and increase some delay
25711ec - Zach Clark - 2021-03-02 - SMPGROUP support: Add SMPGROUP targets to standalone system XML (commit 1/n)

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 3e8ce6f..a1b6ed8 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 "0b8c60c045122348e7f3b36289a17c857f9ce22d" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "61930a9a76e3b239275a01b69c69f802049ac7a5" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/occ-p10/Config.in b/openpower/package/occ-p10/Config.in
index 8c9b818..3874eb4 100644
--- a/openpower/package/occ-p10/Config.in
+++ b/openpower/package/occ-p10/Config.in
@@ -43,7 +43,7 @@
 
 config BR2_OCC_P10_VERSION
 	string
-	default "be65c28bba01205cb045c58ed1dc5a472462db7c" if BR2_OCC_P10_LATEST_VERSION
+	default "1af19ef6619941b70321115b10cac3651076e9d6" if BR2_OCC_P10_LATEST_VERSION
 	default BR2_OCC_P10_CUSTOM_VERSION_VALUE \
 		if BR2_OCC_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 2f67fc7..b45b91e 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 "fb7ef3da605844efd72a6df9c1be22b2f4b37ea1" if BR2_SBE_P10_LATEST_VERSION
+	default "a497cd04e6689c244b206303a0953c50e23f5342" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION