mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
- Deploy latest supported MLNX MST drivers version-4.26.1-3 https://www.mellanox.com/downloads/MFT/mft-4.26.1-3-arm64-deb.tgz - Fixes to enable build: fix path used for gcc -I for nnt_driver header searching but use default path *.c files. - Use new supported syntax for all objs required to be linked to build kernel module for each of mst_pci, mst_pciconf & bf3_livefish which uses <module>-y to set dependent .o objs and ccflags-y to declare the local cflags. - Remove makefile-specific targets so that the default kernel-src's make modules apply to these modules. - Add symlinks to nnt_driver to each of mst_pci, mst_pciconf this is required to individually build the nnt_driver objs and use them in parallel builds because nnt_driver build is disabled. - This base support CL also includes the fixes from CLs at topic https://git-master.nvidia.com/r/q/topic:mst_fix. bug 4192483 bug 4312056 bug 4538284 bug 4538284 bug 4539757 Change-Id: I6bd72f11cc7a8bf1dd8abba6385ea1d471befa02 Signed-off-by: Bharath H S <bhs@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3069978 (cherry picked from commit 73bffe884a1127164b3c0e74b0e4a5b8a6cf4d71) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3069973 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>