History log of /freebsd-11-stable/usr.sbin/mlx5tool/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
353256 07-Oct-2019 hselasky

MFC r352992:
Use size_t for byte_to_write variable when comparing to eeprom_info_out_len
which is also size_t in mlx5tool(8).

Submitted by: slavash@
Sponsored by: Mellanox Technologies

353242 07-Oct-2019 hselasky

MFC r352984:
Add the ability to query the EEPROM information in mlx5tool(8).

Submitted by: slavash@
Sponsored by: Mellanox Technologies

347870 16-May-2019 hselasky

MFC r347314:
Ensure that only one command is specified at a time in mlx5tool(8).

Submitted by: kib@
Sponsored by: Mellanox Technologies

347869 16-May-2019 hselasky

MFC r347313:
Implement firmware reset from userspace in mlx5tool(8).

Submitted by: kib@
Sponsored by: Mellanox Technologies

347842 16-May-2019 hselasky

MFC r347289:
Document userspace firmware flash in mlx5tool(8) and mlx5io(4).

Submitted by: kib@
Sponsored by: Mellanox Technologies

347841 16-May-2019 hselasky

MFC r347288:
Implement userspace firmware update for ConnectX-4/5/6.

Submitted by: kib@
Sponsored by: Mellanox Technologies

347840 16-May-2019 hselasky

MFC r347287:
Rename mlx5_fwdump_addr to more neutral mlx5_tool_addr in mlx5core.

Submitted by: kib@
Sponsored by: Mellanox Technologies

347832 16-May-2019 hselasky

MFC r347281:
Fix typo.

Submitted by: kib@
Sponsored by: Mellanox Technologies

347831 16-May-2019 hselasky

MFC r347280:
Fix style.

Submitted by: kib@
Sponsored by: Mellanox Technologies

331593 26-Mar-2018 hselasky

MFC r330654:
Check that the address is specified in mlx5tool(8).

Submitted by: kib@
Sponsored by: Mellanox Technologies

331586 26-Mar-2018 hselasky

MFC r330653:
Add kernel and userspace code to dump the firmware state of supported
ConnectX-4/5 devices in mlx5core.

The dump is obtained by reading a predefined register map from the
non-destructive crspace, accessible by the vendor-specific PCIe
capability (VSC). The dump is stored in preallocated kernel memory and
managed by the mlx5tool(8), which communicates with the driver using a
character device node.

The utility allows to store the dump in format
<address> <value>
into a file, to reset the dump content, and to manually initiate the
dump.

A call to mlx5_fwdump() should be added at the places where a dump
must be fetched automatically. The most likely place is right before a
firmware reset request.

Submitted by: kib@
Sponsored by: Mellanox Technologies

330653 08-Mar-2018 hselasky

Add kernel and userspace code to dump the firmware state of supported
ConnectX-4/5 devices in mlx5core.

The dump is obtained by reading a predefined register map from the
non-destructive crspace, accessible by the vendor-specific PCIe
capability (VSC). The dump is stored in preallocated kernel memory and
managed by the mlx5tool(8), which communicates with the driver using a
character device node.

The utility allows to store the dump in format
<address> <value>
into a file, to reset the dump content, and to manually initiate the
dump.

A call to mlx5_fwdump() should be added at the places where a dump
must be fetched automatically. The most likely place is right before a
firmware reset request.

Submitted by: kib@
MFC after: 1 week
Sponsored by: Mellanox Technologies