[PATCH 00/60] add support for Hopper and Blackwell GPUs
Timur Tabi
ttabi at nvidia.com
Fri May 2 23:05:14 UTC 2025
On Wed, 2025-04-30 at 09:38 +1000, Ben Skeggs wrote:
> This series implements support for booting GSP-RM firmware version
> 570.144, and adds support for GH100, GB10x, and GB20x GPUs.
>
> A tree containing this series is available here[1], and a temporary
> linux-firmware tree here[2]. Timur will send an official patch to
> the linux-firmware tree once this series is closer to being merged.
https://github.com/NVIDIA/linux-firmware/commits/nvidia-staging/
If anyone needs help installing this firmware, just email me. But the short version (as root):
cd linux-firmware
git checkout nvidia-staging
mv /lib/firmware /lib/firwmare.orig
./copy-firmware.sh --zstd /lib/firmware/
If you don't want to replace your entire /lib/firmware:
cd linux-firmware
git checkout nvidia-staging
mv /lib/firmware/nvidia /lib/firwmare/nvidia.orig
mkdir /tmp/firmware
./copy-firmware.sh --zstd /tmp/firmware
mv /tmp/firmware/nvidia /lib/firmware/
> The series is broken down as follows:
...
> Signed-off-by: Ben Skeggs <bskeggs at nvidia.com>
Tested-by: Timur Tabi <timur at nvidia.com>
More information about the Nouveau
mailing list