The Nouveau driver has been updated to support the 570.144 GSP
firmware from Nvidia.
This new firmware is required to support Hopper and Blackwell GPUs.
GA10x and AD10x GPUs share the same 61MB firmware image, so Nouveau
supports 570.144 on all Turing and later GPUs.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Update firmware file for the XUSB controller found on Tegra210.
This is version 50.29 of the Tegra210 XUSB firmware.
Signed-off-by: JC Kuo <jckuo@nvidia.com>
These firmware images are required to provide GSP offloading support
on Turing (TU10x) and later GPUs.
The GPU System Processor is a RISC-V coprocessor that is used to offload
GPU initialization and management tasks. The Nvidia proprietary driver
(aka Resource Manager or RM) is split between a host CPU portion (CPU-RM)
and the GSP portion (GSP-RM).
The Nouveau driver can also load, initialize, and use GSP-RM for similar
purposes, and that is why these binary images are included.
The gsp-xxx.yy.zz.bin files contain GSP-RM itself and are extracted from the
Nvidia proprietary driver ".run" package.
The other binary images are support boot loaders that are extracted from
Nvidia's "OpenRM" git repository at
https://github.com/NVIDIA/open-gpu-kernel-modules using the
extract-firmware-nouveau.py script.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
These NVIDIA-signed firmwares are required to enable the graphics engine
on Ampere GA10{2/3/4/6/7} Gpus.
Signed-off-by: Gourav Samaiya <gsamaiya@nvidia.com>
Tested-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update firmware file for the XUSB controller found on Tegra194.
This is version 60.09 of the Tegra194 XUSB firmware.
Signed-off-by: JC Kuo <jckuo@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update firmware file for the XUSB controller found on Tegra186.
This is version 55.18 of the Tegra186 XUSB firmware.
Signed-off-by: JC Kuo <jckuo@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update firmware file for the XUSB controller found on Tegra210.
This is version 50.26 of the Tegra210 XUSB firmware.
Signed-off-by: JC Kuo <jckuo@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add the firmware file for the VIC falcon controller on
NVIDIA Tegra194.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
There's a number of firmware symlinks in the nvidia firmware
directory, move the creation of these to the WHENCE file.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
CC: Gourav Samaiya <gsamaiya@nvidia.com>
CC: Ben Skeggs <bskeggs@redhat.com>
CC: Alexandre Courbot <acourbot@nvidia.com>
CC: Ajay Gupta <ajayg@nvidia.com>
[Fix reference in WHENCE for nvidia/gm206/gr/sw_ctx.bin -- jwboyer@kernel.org]
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
These NVIDIA-signed firmwares are required to enable the graphics engine
on Turing TU11X GPUs.
Signed-off-by: Gourav Samaiya <gsamaiya@nvidia.com>
Tested-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
These NVIDIA-signed firmwares are required to enable the graphics engine
on Turing TU10X GPUs.
Signed-off-by: Gourav Samaiya <gsamaiya@nvidia.com>
Tested-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This version of the Tegra210 XUSB firmware contains a number of fixes to
improve compatibility with various devices.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add a firmware file for the XUSB controller found on Tegra194. This is
version 60.06 of the Tegra194 XUSB firmware.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Now that the copy-firmware.sh script can create symlinks from the Link:
entries in the WHENCE file on the fly, remove the duplicate symlinks
from the filesystem.
One odd entry was intel/dsp_fw_cnl.bin which was listed both as symlink
and as a regular file. Both entries can be removed since the it's really
a symlink, so it will be recreated at installation time.
While at it, update the check_whence.py script to not look for the
existence of symlinks in the filesystem because they are created on the
fly at installation time by the copy_firmware.sh script.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add a firmware file for the XUSB controller found on Tegra186.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Create additional symlinks for these firmware binaries so that the Linux
drivers can refer to them by a more consistent name.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The version of the SEC2 RTOS previously used does not function correctly
on certain newer GP10[2467] boards.
There are API differences between the two firmware versions, so both are
required to maintain forward/backward compatibility with the kernel code.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
These NVIDIA-signed firmwares are required to enable the Cypress
Type-C controller on TU10x GPUs.
FW versions:
Secondary: 42
Primary: 3.1.10
Signed-off-by: Ajay Gupta <ajayg@nvidia.com>
These NVIDIA-signed firmwares are required to enable the graphics
engine on Volta GV100 GPUs.
Signed-off-by: Gourav Samaiya <gsamaiya@nvidia.com>
Tested-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This is being done to resolve issues being seen on a number of newer
laptop systems which aren't compatible with the older binaries.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Gourav Samaiya <gsamaiya@nvidia.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
These NVIDIA-signed firmwares are required to enable the graphics
engine on Pascal GP108 GPUs.
Signed-off-by: Gourav Samaiya <gsamaiya@nvidia.com>
Tested-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add firmware files for the VIC falcon controller for Tegra124,
Tegra210 and Tegra186.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
It has been reported that the GP107 firmware would not pass signature
verification due to the wrong files being released. Replace them with
the proper files.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
These NVIDIA-signed firmwares are required to enable the graphics
engine on the Jetson TX2 board and other TX2-based devices.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
These NVIDIA-signed firmwares are required to enable the graphics
engine on Maxwell desktop GPUs.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Add firmware file for the T210 XHCI controller. Note that this is only
compatible with T210 (T124 should continue using nvidia/tegra124/xusb.bin).
Signed-off-by: Andrew Chew <achew@nvidia.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
Add firmware file for the T124 XHCI controller, along with the NVIDIA
license file.
Signed-off-by: Andrew Chew <achew@nvidia.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>