op-build update 6-9-2020
Changes Included for package hostboot-binaries, branch master:
acb8eaa - hostboot - 2020-06-08 - UPDATE executables for the NVIDIA gpu and/or ring files for hw060820b.opmst10
Changes Included for package sbe, branch master-p10:
8f17961 - Joachim Fenkes - 2020-06-09 - ringUtils: use Target::reduceType to simplify target mangling
2282d83 - Anusha Reddy Rangareddygari - 2020-06-09 - Pau DPLL sequence for faster measurement code
f38e806 - Austin Cui - 2020-06-09 - Ring Table Update (new excel format v22)
6a0d63e - Rahul Batra - 2020-06-09 - PM: DDS Updates Attributes
0500ce3 - Greg Still - 2020-06-09 - PM: add new vratio array attributes, override flag on VPD validation controls
39c219b - Yue Du - 2020-06-09 - Istep4: Fix realign region to include mma
65e94ea - Joachim Fenkes - 2020-06-09 - PLL setup procedures: Poll for lock, put Nest DPLL into mode2
4838204 - Anusha Reddy Rangareddygari - 2020-06-09 - Adding new attribute for boot dpll bypass
639ead7 - Prem Shanker Jha - 2020-06-09 - Self-Save-Restore: Workaround to fix simics istep 16.1 failure.
998b57d - Joe McGill - 2020-06-09 - update MC, IOHS PLL bucket definitions
5d56e1d - Douglas Holtsinger - 2020-06-09 - Cronus integration test of getspr / getgpr (RAM)
10a559d - Mark Pizzutillo - 2020-06-09 - Port p9a_omi_init to p10
0ab2081 - Prasad Bg Ranganath - 2020-06-09 - PPB:p10_pm_set_pstate0: set Pstate 0 based on a new system attribute
Changes Included for package hcode, branch master-p10:
13a6b4d - hostboot - 2020-06-08 - Release tag & head commit information updated for hw060820b.opmst10
8b0f784 - RAJESWARAN THILLAIGOVINDAN - 2020-06-08 - Fix compilation error in x86.nfp context
5c96f0d - Thi Tran - 2020-06-08 - Update SCOM xlate display for IOP indirect SCOMs
ec21542 - Thi Tran - 2020-06-08 - Fix dependency that causes Hostboot build failure
cca3689 - Joe McGill - 2020-06-08 - clock checking and scan/scom address xlate updates
23b5960 - Thi Tran - 2020-06-08 - P10 - SCOM address translation for IOHS and OMI with indirect addressing.
4acd868 - Joe McGill - 2020-06-08 - p10_scominfo -- permit use of chiplet ID zero based addresses for perv targets
70a6a53 - Thi Tran - 2020-06-08 - P10 Clock Control
cb07c4a - hostboot - 2020-06-08 - Fix auto-mirror
899e482 - Austin Cui - 2020-06-08 - Ring Table Update (new excel format v22)
7f4954b - Rahul Batra - 2020-06-08 - PM: DDS Updates Attributes
02cf5c1 - hostboot - 2020-06-08 - Release tag & head commit information updated for hw060820a.opmst10
Changes Included for package hostboot, branch master-p10:
989c8ee - Anusha Reddy Rangareddygari - 2020-06-09 - Pau DPLL sequence for faster measurement code
2c44499 - Bill Hoffa - 2020-06-09 - Update APSS MRW Processing Logic for P10
f3901f0 - Dan Crowell - 2020-06-09 - Workaround bad SPD eeprom attributes
c9159c3 - Greg Still - 2020-06-08 - PM: add attribute to limit the throttle Pstates
5ca8ace - Nick Bofferding - 2020-06-08 - Support MVPD #S record
7effa38 - Austin Cui - 2020-06-08 - Ring Table Update (new excel format v22)
54e69b6 - Olsen - 2020-06-08 - Always fill all EQ/QME chiplets with instance rings, like eq_repr
828e5a6 - Ilya Smirnov - 2020-06-08 - Conditionally Execute callInitPldm in HBRT
354391e - Rahul Batra - 2020-06-08 - PM: DDS Updates Attributes
098544a - Zach Clark - 2020-06-08 - Support new PLDM-related fields in SLCA
7b8d118 - Ilya Smirnov - 2020-06-08 - Multicast Core Select Workaround
43ba0ba - Deb McLemore - 2020-06-08 - dumptest: Fix mm_block_unmap
87e1827 - hostboot - 2020-06-08 - Update SBE commit to 0b656b9... Update register header files to include
407f191 - hostboot - 2020-06-08 - Update HCODE commit to f2151b0... Always fill all EQ/QME chiplets with i
aeaf6fa - Dan Crowell - 2020-06-08 - Fix typo in proc1 target
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 53c6eeb..597c3a9 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 "hw060520a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw060820b.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 2dab68d..efe1bef 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 "hw060520a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw060820b.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 989dd96..1db763b 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 "5787304652407abbd94a982cd2921c4883c575d2" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "989c8ee9a9ae3e3a064765032a93a3806bfaecba" 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 1a866e8..533cbd8 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 "0b656b9cda066f45975920e13410f867fd9aa97f" if BR2_SBE_P10_LATEST_VERSION
+ default "8f1796197019006596bcb6f6331410e07446c95c" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION