From 1811fb8cc5bd915120fa2a1d58c4e424f805884801b48df23be307dc50bbf647 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Fri, 24 Jan 2020 16:05:32 +0000 Subject: [PATCH] Accepting request 766935 from home:NMoreyChaisemartin:branches:science:HPC - Update to v4.13.3-2 - ConnectX-6DX adapter cards GA support. - mstflint tool - New feature - Burning MFA2 images. Enables the user to extract (i.e. unzip) 4MB images from MFA2 archive, that matches the device type and device PSIB. - New feature - Verifying MFA2 Archive. Enables the user to verify a given MFA2 archive contains the image that matches the given device. - New feature - Verifying firmware image on a device which operates in livefish mode by comparing it with an existing binary firmware file. - Added image-reactivation feature which re-assigns the image signature to the previous image (in case the new image is faulty) enabling "fwreset" functionality or to burn a new image. - mstresourcedump tool - New mstresourcedump tool added to extracts and prints data segments generated by the firmware. The dump output is used by Mellanox for debug and troubleshooting. - mstfwreset tool - Added support for Socket Direct devices in the mstfwreset tool. - Added save/restore ATS PCIE capability. - Added support for Live-Patch in ConnectX-5. - Added a new reset option (reset-type) to the reset command of mstfwreset. The user can see the supported reset-types by using the query command. - mstlink tool - New feature - Using --json flag formats the output of the tool including all options & commands in JSON format and prints it. - Added support for reading the "Link Downed Counter" and "Link Error Recovery Counter" in the mstlink utility when using InfiniBand protocol only. - Added support for HDR PCIe grades in the EYE Opening Info in the mstlink utility. - Added a new flag (show links) to define the valid PCIe links. - Displays and configures port related data at the physical layer. - mstconfig tool - Added the ATS_ENABLED TLV param. When set to TRUE, the device will support Address Translation Service (ATS). - Added the VF_VPD_ENABLE parameter to mstconfig. When set, the VPD capability is exposed to Virtual Functions. - mstarchive tool - Added support for MFA2 query using the mstarchive tool. - mstfwtrace tool - Extracts and prints trace messages generated by the firmware of 5th generation devices. This tool supports secure firmware flow only. - mstreg tool - Exposes supported access registers, and allows users to obtain information regarding the registers fields and attributes, and to set and get data with a specific register. - mstfwmanager tool - Supports listing the contents of images archive. When running this command the tool will list all firmware images within this PLDM package for each image it displays. OBS-URL: https://build.opensuse.org/request/show/766935 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=37 --- mstflint-4.11.0-5.tar.gz | 3 --- mstflint-4.13.3-2.tar.gz | 3 +++ mstflint.changes | 50 ++++++++++++++++++++++++++++++++++++++++ mstflint.spec | 10 ++++---- 4 files changed, 59 insertions(+), 7 deletions(-) delete mode 100644 mstflint-4.11.0-5.tar.gz create mode 100644 mstflint-4.13.3-2.tar.gz diff --git a/mstflint-4.11.0-5.tar.gz b/mstflint-4.11.0-5.tar.gz deleted file mode 100644 index 77c45f7..0000000 --- a/mstflint-4.11.0-5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df3ddb6652f1f42b913aabe99e998c74c6f0416909529f735872918996d2e67 -size 4573487 diff --git a/mstflint-4.13.3-2.tar.gz b/mstflint-4.13.3-2.tar.gz new file mode 100644 index 0000000..4da47f9 --- /dev/null +++ b/mstflint-4.13.3-2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abc918311fc07e4add7564879bd4a8def8ccfed40962f31682c75f2ee8a58d1 +size 4788778 diff --git a/mstflint.changes b/mstflint.changes index ef9e2dc..4a5f32b 100644 --- a/mstflint.changes +++ b/mstflint.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Fri Jan 24 15:03:35 UTC 2020 - Nicolas Morey-Chaisemartin + +- Update to v4.13.3-2 + - ConnectX-6DX adapter cards GA support. + - mstflint tool + - New feature - Burning MFA2 images. Enables the user to extract (i.e. unzip) + 4MB images from MFA2 archive, that matches the device type and device PSIB. + - New feature - Verifying MFA2 Archive. Enables the user to verify a given MFA2 + archive contains the image that matches the given device. + - New feature - Verifying firmware image on a device which operates in livefish mode by + comparing it with an existing binary firmware file. + - Added image-reactivation feature which re-assigns the image signature to the + previous image (in case the new image is faulty) enabling "fwreset" functionality + or to burn a new image. + - mstresourcedump tool + - New mstresourcedump tool added to extracts and prints data segments generated + by the firmware. The dump output is used by Mellanox for debug and troubleshooting. + - mstfwreset tool + - Added support for Socket Direct devices in the mstfwreset tool. + - Added save/restore ATS PCIE capability. + - Added support for Live-Patch in ConnectX-5. + - Added a new reset option (reset-type) to the reset command of mstfwreset. + The user can see the supported reset-types by using the query command. + - mstlink tool + - New feature - Using --json flag formats the output of the tool including all + options & commands in JSON format and prints it. + - Added support for reading the "Link Downed Counter" and "Link Error Recovery Counter" + in the mstlink utility when using InfiniBand protocol only. + - Added support for HDR PCIe grades in the EYE Opening Info in the mstlink utility. + - Added a new flag (show links) to define the valid PCIe links. + - Displays and configures port related data at the physical layer. + - mstconfig tool + - Added the ATS_ENABLED TLV param. When set to TRUE, the device will support Address + Translation Service (ATS). + - Added the VF_VPD_ENABLE parameter to mstconfig. When set, the VPD capability + is exposed to Virtual Functions. + - mstarchive tool + - Added support for MFA2 query using the mstarchive tool. + - mstfwtrace tool + - Extracts and prints trace messages generated by the firmware of 5th generation devices. + This tool supports secure firmware flow only. + - mstreg tool + - Exposes supported access registers, and allows users to obtain information + regarding the registers fields and attributes, and to set and get data with + a specific register. + - mstfwmanager tool + - Supports listing the contents of images archive. When running this command the tool + will list all firmware images within this PLDM package for each image it displays. + ------------------------------------------------------------------- Thu Sep 5 14:30:48 UTC 2019 - Nicolas Morey-Chaisemartin diff --git a/mstflint.spec b/mstflint.spec index 2be8043..c721fcd 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -1,7 +1,7 @@ # # spec file for package mstflint # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%define extra_version -5 +%define extra_version -2 Name: mstflint -Version: 4.11.0 +Version: 4.13.3 Release: 0 Summary: Mellanox Firmware Burning and Diagnostics Tools License: GPL-2.0-only OR BSD-2-Clause Group: System/Console -Url: http://www.openfabrics.org +URL: http://www.openfabrics.org Obsoletes: mstflint-devel < %{version} Source: https://github.com/Mellanox/mstflint/releases/download/v%{version}%{extra_version}/mstflint-%{version}%{extra_version}.tar.gz Patch1: Remove-date-time-info-from-build.patch @@ -62,6 +62,7 @@ make %{?_smp_mflags} CFLAGS="%{optflags} -I. -fno-exceptions" make %{?_smp_mflags} DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_includedir}/mstflint rm -rf %{buildroot}%{_libdir}/mstflint/*.a +rm -rf %{buildroot}%{_libdir}/*.a rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed %files @@ -78,6 +79,7 @@ rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed %{_bindir}/mstmwrite %{_bindir}/mstprivhost %{_bindir}/mstregdump +%{_bindir}/mstresourcedump %{_bindir}/mstvpd %{_bindir}/mstfwtrace %{_mandir}/man1/*.1%{ext_man}