forked from pool/mstflint
Accepting request 766958 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/766958 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mstflint?expand=0&rev=18
This commit is contained in:
commit
8ee54875a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0df3ddb6652f1f42b913aabe99e998c74c6f0416909529f735872918996d2e67
|
||||
size 4573487
|
3
mstflint-4.13.3-2.tar.gz
Normal file
3
mstflint-4.13.3-2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3abc918311fc07e4add7564879bd4a8def8ccfed40962f31682c75f2ee8a58d1
|
||||
size 4788778
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 15:03:35 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- 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 <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user