op-build update 3-5-2021
Changes Included for package sbe, branch master-p10:
2352a3d - Sunil Kumar - 2021-03-04 - Add compression/decomrpession logic for .sb_verification base code.
d133bda - Sunil Kumar - 2021-03-04 - Remove the verification loading address in PIBMEM.
ae7fb08 - Greg Still - 2021-03-04 - PM: add mrw tagging to ATTR_CURRENT_SCALING_FACTOR attribute
9d58ceb - Sunil Kumar - 2021-03-03 - Create image for SBE verification
473d568 - Sunil Kumar - 2021-03-03 - Moved TPM driver code to common path for measurement and verification.
997994b - akhis023 - 2021-03-03 - Argument change for signSbeImage for SBE standalone simics
da35d7d - Matthew Raybuck - 2021-03-03 - Remove releaseData function from FirstFailureData
e1d1ebf - Sunil Kumar - 2021-03-02 - Added TPM operations as part of Secure boot flow.
0327bdb - Srikantha Meesala - 2021-03-02 - Reading sbe boot image using SPI read operation
Changes Included for package hostboot, branch master-p10:
47245b3 - Mike Baiocchi - 2021-03-04 - Look for TPM Deconfig Protect bit in Security Switch Registers
46498c8 - Dan Crowell - 2021-03-04 - Remove 20 second delay in ocmb_check_for_ready
8b2378d - Christian Geddes - 2021-03-04 - Update forceTpmDeconfigCallout from forcing DELAYED_DECONFIG->DECONFIG
9389894 - Christian Geddes - 2021-03-04 - Lock OCMB's SCOM_ACCESS_MUTEX attribute when performing OCMB scom
e8fadcb - Matt Derksen - 2021-03-04 - Fix CDM_DOMAIN with every DECONFIG_GARDABLE unit
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 a1b6ed8..3c6f7c9 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 "61930a9a76e3b239275a01b69c69f802049ac7a5" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "47245b3d5b0b1dcb17fa61bf2ff7d94447d577dd" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index b45b91e..be1e8aa 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 "a497cd04e6689c244b206303a0953c50e23f5342" if BR2_SBE_P10_LATEST_VERSION
+ default "2352a3d8b4871de0055783284550c4bc4601895a" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION