Commit Graph

2 Commits (main)

Author SHA1 Message Date
Timur Tabi 050f0a1e3a nvidia: add GSP-RM version 570.144 firmware images
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>
2025-05-16 14:15:44 -05:00
Timur Tabi f4a3c72e5c 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>
2023-11-08 14:36:52 -06:00