op-build update 3-17-2021
Changes Included for package occ, branch master-p10:
2ad889a - Douglas Gilbert - 2021-03-16 - OCMB: ignore scom errors on non-configured memory ports
Changes Included for package sbe, branch master-p10:
b97a326 - akhis023 - 2021-03-15 - Extract DD specific(DD1.0) HDCT.bin from HW image.
1255d0a - Sunil Kumar - 2021-03-15 - Set TPM deconfig Bit for slave proc and failed TPM read for master/ALT.
Changes Included for package hcode, branch master-p10:
e8ca82d - hostboot - 2021-03-16 - Release tag & head commit information updated for hw031621a.opmst10
a08e768 - Raja Das - 2021-03-16 - SB_setting xip along with measurement version passed to HBBL
Changes Included for package hostboot, branch master-p10:
54b5519 - Dan Crowell - 2021-03-16 - Remove build support for ctags and cscope
d74a751 - Dan Crowell - 2021-03-16 - Updates to I2C Readme for P10
f5d1f98 - Dan Crowell - 2021-03-16 - More fapi2 testcases
13dd32d - Louis Stermole - 2021-03-16 - Add IS_APOLLO switch around OMI scoms in exp_omi_train_check
11b2946 - Brian Stegmiller - 2021-03-16 - ATTN: Do not pass specAttns to PRD
a6a1792 - Dan Crowell - 2021-03-16 - Run mss_scominit in parallel
a56ff01 - Ben Gass - 2021-03-16 - Register header file update based on p10_dd2_tp_lab
7509bf0 - Prem Shanker Jha - 2021-03-16 - PM HWP: Added config setup to WOFCNTL interface.
d44d4e7 - Yue Du - 2021-03-16 - Init: ensure QME & PC DD1 and DD2 inits are correctly EC conditioned
d060729 - Laura Hengel - 2021-03-16 - Fix tie for biggest genid_sync causes genid logic to never go idle
96dd8ec - Jenny Huynh - 2021-03-16 - Apply HW547888 changes to DD1 only
2bd3634 - Laura Hengel - 2021-03-16 - From Ken V:we are not testing PAU-mastered LCO in dd2, we should turn them off
420f39b - Ben Gass - 2021-03-16 - Enable dd2 initfile processing and initfile updates
d2d73f8 - Greg Still - 2021-03-16 - WOF: updated ATTR_WOF_VRATIO_VDD_10THPCT defaults
98003cd - Ilya Smirnov - 2021-03-16 - TPM Presence Detection Improvements
0ac3f11 - Dan Crowell - 2021-03-16 - Send more progress messages during eeprom caching
253352a - Jayashankar Padath - 2021-03-16 - HDAT: Update on the max number of i2c devices
6e3930f9 - Zach Clark - 2021-03-16 - SMPGROUP support: Fixes for SMPGROUP deconfiguration rule (commit 6/n)
f29accd - Nick Bofferding - 2021-03-16 - Secure Boot: Remove all SHA1 hash measurements and logs
8429fda - Michael Baiocchi - 2021-03-16 - Support New SBE-to-Hostboot-Bootloader Data Structure Version
a50d83a - Dan Crowell - 2021-03-16 - Run omi_train_check in parallel
f80d169 - Louis Stermole - 2021-03-16 - Add PRD wrapper for Explorer unspare function
7befde6 - Raja Das - 2021-03-16 - SB_setting xip along with measurement version passed to HBBL
Changes Included for package hostboot-binaries, branch master:
c717fbf - hostboot - 2021-03-16 - UPDATE executables for the NVIDIA gpu and/or ring files for hw031621a.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 146a96f..52994bf 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 "hw031321a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw031621a.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 6a8fe58..a7fb082 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 "hw031321a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw031621a.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 0d1ea04..48e7bf7 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 "70a93513cf8718376bdee44fd28c6541408eeff5" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "54b551935677b73c0e4182add6c7074df27c7eb8" 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 b221445..d052680 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 "ec2e908c419f64f6ed709b395bea22c314d04c28" if BR2_OCC_P10_LATEST_VERSION
+ default "2ad889a70e2572ff59e57f8fd84baccde429aa41" 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 806225e..f6ec9db 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 "1ad6b237a56b65a2a718661e5dd6142f8c6fb80c" if BR2_SBE_P10_LATEST_VERSION
+ default "b97a3261b74f026234d7c6584eaf6d2ba6918c90" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION