]> git.proxmox.com Git - mirror_linux-firmware.git/commit
nvidia: add GSP-RM version 535.113.01 firmware images
authorTimur Tabi <ttabi@nvidia.com>
Tue, 4 Apr 2023 20:32:26 +0000 (15:32 -0500)
committerTimur Tabi <ttabi@nvidia.com>
Wed, 8 Nov 2023 20:36:52 +0000 (14:36 -0600)
commitf4a3c72e5c413a601d1e21f9606f1c94a610d05d
tree6c2617332cdfc12fc8eab1d6e7f8ccc99aa5c4d9
parent2340796dafd4343fa760e54b7551d304bd854b25
nvidia: add GSP-RM version 535.113.01 firmware images

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>
17 files changed:
WHENCE
nvidia/ad102/gsp/booter_load-535.113.01.bin [new file with mode: 0644]
nvidia/ad102/gsp/booter_unload-535.113.01.bin [new file with mode: 0644]
nvidia/ad102/gsp/bootloader-535.113.01.bin [new file with mode: 0644]
nvidia/ga100/gsp/booter_load-535.113.01.bin [new file with mode: 0644]
nvidia/ga100/gsp/booter_unload-535.113.01.bin [new file with mode: 0644]
nvidia/ga100/gsp/bootloader-535.113.01.bin [new file with mode: 0644]
nvidia/ga102/gsp/booter_load-535.113.01.bin [new file with mode: 0644]
nvidia/ga102/gsp/booter_unload-535.113.01.bin [new file with mode: 0644]
nvidia/ga102/gsp/bootloader-535.113.01.bin [new file with mode: 0644]
nvidia/ga102/gsp/gsp-535.113.01.bin [new file with mode: 0644]
nvidia/tu102/gsp/booter_load-535.113.01.bin [new file with mode: 0644]
nvidia/tu102/gsp/booter_unload-535.113.01.bin [new file with mode: 0644]
nvidia/tu102/gsp/bootloader-535.113.01.bin [new file with mode: 0644]
nvidia/tu102/gsp/gsp-535.113.01.bin [new file with mode: 0644]
nvidia/tu116/gsp/booter_load-535.113.01.bin [new file with mode: 0644]
nvidia/tu116/gsp/booter_unload-535.113.01.bin [new file with mode: 0644]