]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial version of Mellanox in-kernel firmware upgrade support.
authorhselasky <hselasky@FreeBSD.org>
Wed, 8 May 2019 10:49:05 +0000 (10:49 +0000)
committerhselasky <hselasky@FreeBSD.org>
Wed, 8 May 2019 10:49:05 +0000 (10:49 +0000)
commit2496b9311570b20d51ff44445e4f690948fcd678
tree1491b20df537aae796dc8604bef88f0dd79b4945
parent53dc4ef06a7eda393223952d313ee5f6c19e0ed8
Initial version of Mellanox in-kernel firmware upgrade support.

Submitted by: slavash@
MFC after: 3 days
Sponsored by: Mellanox Technologies
14 files changed:
share/man/man4/mlx5en.4
sys/conf/files
sys/conf/kern.pre.mk
sys/dev/mlxfw/mlxfw.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_fsm.c [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2.c [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_file.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_format.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_tlv.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_tlv_multi.c [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_tlv_multi.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/mlxfw/Makefile [new file with mode: 0644]