op-build update 3-24-2021
Changes Included for package occ, branch master-p10:
99cc41b - mbroyles - 2021-03-23 - WOF FFDC Parser update
Changes Included for package sbe, branch master-p10:
2a8033e - Sunil Kumar - 2021-03-23 - Set scratch reg 50182 to 0xFF incase of any TPM failurs.
61fbfd9 - Joe McGill - 2021-03-22 - scan init CPMS_MMAR_MMA_AVAILABLE for contained modes
1a66c4f - Joachim Fenkes - 2021-03-22 - p10_setup_ref_clock: Set up near-end TX refclock termination on DD2
5a4b690 - Lilith Hale - 2021-03-22 - Institute MC PAU workaround for DD2
46e5910 - Laura Hengel - 2021-03-22 - Correct XTS parity to avoid PAU xstop
1be5770 - Justin Smith - 2021-03-22 - Remove instantiation of getenvvar for __PPE__
5fbd299 - Louis Stermole - 2021-03-22 - Move setting of ATTR_MSS_EXP_FW_API_VERSION into exp_getecid
f2b88fc - Daniel Melnikov - 2021-03-22 - Add ATTR_MEM_EFF_DIMM_SPARE code in eff_config
4f96ee4 - Mark Pizzutillo - 2021-03-22 - Update pmic_enable for new init sequence
279a7e7 - Stephen Glancy - 2021-03-22 - Updates SPD version plug rules to use PN and rawcard revison
Changes Included for package hcode, branch master-p10:
9af6f3e - hostboot - 2021-03-23 - Release tag & head commit information updated for hw032321a.opmst10
a1cd95f - Douglas Gilbert - 2021-03-23 - PPE42: Add _modsi3 32 bit signed modulus
946e309 - Douglas Gilbert - 2021-03-23 - PPE42: Add _modsi3 32 bit signed modulus
1fd4359 - Yue Du - 2021-03-23 - P10 Powman: initial common file port and qme image structures
2b1a750 - hostboot - 2021-03-23 - Fix auto-mirror
94d039a - Ryan Miller - 2021-03-23 - Updating RCS deskew algorithm for dd2 changes
d5a1393 - Joe McGill - 2021-03-23 - p10_sbe_attributes -- adjust default IOHS partial good state
f5eb1e5 - Greg Still - 2021-03-23 - PM: add defaults for GROUNDED* and CEILING/FLOOR_OVERRIDE attributes
8056481 - Joachim Fenkes - 2021-03-23 - p10_setup_ref_clock: Set up near-end TX refclock termination on DD2
09941dc - Joe McGill - 2021-03-23 - scan init CPMS_MMAR_MMA_AVAILABLE for contained modes
506749e - Joachim Fenkes - 2021-03-23 - p10_setup_ref_clock: Set up near-end TX refclock termination on DD2
f0c33b2 - Lilith Hale - 2021-03-23 - Institute MC PAU workaround for DD2
eddd899 - Laura Hengel - 2021-03-23 - Correct XTS parity to avoid PAU xstop
Changes Included for package hostboot, branch master-p10:
862e6ff - Ilya Smirnov - 2021-03-23 - Node Comm V2: Increase Delay After Nonce Exchange
f452aca - Ilya Smirnov - 2021-03-23 - Node Comm: Misc Fixes
d1a2cd3 - Ryan Miller - 2021-03-23 - Updating RCS deskew algorithm for dd2 changes
3426f8d - Greg Still - 2021-03-23 - PM: add defaults for GROUNDED* and CEILING/FLOOR_OVERRIDE attributes
31adbab - Greg Still - 2021-03-23 - p10_pstate_parameter_block: suppress warning messages of #W DCCR invalidity
7e94af8 - Greg Still - 2021-03-23 - PPB HWP: create separate MRW celing/floor attributes vs the ones present
a5cad98 - Joe McGill - 2021-03-23 - p10_fabric_iovalid -- updates for DL link training fail isolation
63a33c8 - hostboot - 2021-03-23 - Update HCODE commit to 8886c9a... HDCT -- restore collection of ec_cl2_a
19fce09 - hostboot - 2021-03-23 - Update simics level to: 2021-03-19_606e1f_simics.tar.gz 606e1f377cc4081c
c43b644 - Chen Du - 2021-03-23 - Lock OPAL/Phyp keystores during boot
0e90377 - Ilya Smirnov - 2021-03-23 - Re-enable Backup TPM
7ef49e9 - Prasad Bg Ranganath - 2021-03-23 - PM HWP: Clear occ special timeout error register before pm complex starts
26f9ce9 - Ilya Smirnov - 2021-03-23 - Reenable "TPM Presence Detection Improvements""
Changes Included for package hostboot-binaries, branch master:
844bd94 - hostboot - 2021-03-23 - UPDATE executables for the NVIDIA gpu and/or ring files for hw032321a.opmst10
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 c7d7a24..1405274 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 "hw032021a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw032321a.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-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index 943ca36..3403bff 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -24,7 +24,7 @@
config BR2_HOSTBOOT_BINARIES_VERSION
string
- default "hw032021a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw032321a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 385cc6e..4d78d2d 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 "1838d4621823bd9523c7fc3e80e841c426ff9a7a" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "862e6ffcaf9d0fe047e3fed1ddef4a1c332475de" 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 d826e48..0ad6279 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 "7ef9b5dbb0bcd72e152ac1ef5cfcec3f79e2e045" if BR2_OCC_P10_LATEST_VERSION
+ default "99cc41befaccd6ae54e57111de41716410566628" 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 a9f25dd..4f12b57 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 "3d6ff6deb64e0863c864ff0b41f968bd89d65365" if BR2_SBE_P10_LATEST_VERSION
+ default "2a8033eafb7e0289397e50d3f00220d0db5831f1" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION