public inbox for linux-firmware@kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvidia: add acr/bl symlink for booting GSP-RM on GA100
@ 2026-04-04  0:22 Timur Tabi
  2026-04-04 19:26 ` Dmitry Baryshkov
  0 siblings, 1 reply; 2+ messages in thread
From: Timur Tabi @ 2026-04-04  0:22 UTC (permalink / raw)
  To: linux-firmware

The Nvidia GA100 is a compute-only (no display hardware) Ampere GPU that
boots like a Turing (TU10x) GPU.  Consequently, it needs the same kind of
firmware images that Turing does.  Since Nouveau looks for all images
in GPU-specific directories, all of the firmware files that GA100 needs
must be reachable in the nvidia/ga100/ directory.

The ACR bootloader (acr/bl.bin, aka Generic Bootloader), is used normally
by Nouveau to support Turing and Ampere GPUs, both with and without
GSP-RM.  However, there is still significant code missing in Nouveau to
support non-GSP GA100.  Consequently, the firmware files that would
be used by Nouveau to support non-GSP GA100 are not included.

Since GA100 uses the same ACR bootloader as TU102, all that is needed is
a symlink.

Signed-off-by: Timur Tabi <ttabi@nvidia.com>
---
 WHENCE | 1 +
 1 file changed, 1 insertion(+)

diff --git a/WHENCE b/WHENCE
index 655c4cdf..1a6b9fef 100644
--- a/WHENCE
+++ b/WHENCE
@@ -5894,6 +5894,7 @@ Link: nvidia/tu117/nvdec/scrubber.bin -> ../../tu116/nvdec/scrubber.bin
 Link: nvidia/tu117/sec2/desc.bin -> ../../tu116/sec2/desc.bin
 Link: nvidia/tu117/sec2/image.bin -> ../../tu116/sec2/image.bin
 Link: nvidia/tu117/sec2/sig.bin -> ../../tu116/sec2/sig.bin
+Link: nvidia/ga100/acr/bl.bin -> ../../tu102/acr/bl.bin
 File: nvidia/ga102/acr/ucode_ahesasc.bin
 File: nvidia/ga102/acr/ucode_asb.bin
 File: nvidia/ga102/acr/ucode_unload.bin

base-commit: 265c1591178cd347d27f9c95b43c9821ac8572f0
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nvidia: add acr/bl symlink for booting GSP-RM on GA100
  2026-04-04  0:22 [PATCH] nvidia: add acr/bl symlink for booting GSP-RM on GA100 Timur Tabi
@ 2026-04-04 19:26 ` Dmitry Baryshkov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Baryshkov @ 2026-04-04 19:26 UTC (permalink / raw)
  To: Timur Tabi; +Cc: linux-firmware

On Fri, Apr 03, 2026 at 07:22:48PM -0500, Timur Tabi wrote:
> The Nvidia GA100 is a compute-only (no display hardware) Ampere GPU that
> boots like a Turing (TU10x) GPU.  Consequently, it needs the same kind of
> firmware images that Turing does.  Since Nouveau looks for all images
> in GPU-specific directories, all of the firmware files that GA100 needs
> must be reachable in the nvidia/ga100/ directory.
> 
> The ACR bootloader (acr/bl.bin, aka Generic Bootloader), is used normally
> by Nouveau to support Turing and Ampere GPUs, both with and without
> GSP-RM.  However, there is still significant code missing in Nouveau to
> support non-GSP GA100.  Consequently, the firmware files that would
> be used by Nouveau to support non-GSP GA100 are not included.
> 
> Since GA100 uses the same ACR bootloader as TU102, all that is needed is
> a symlink.
> 
> Signed-off-by: Timur Tabi <ttabi@nvidia.com>
> ---
>  WHENCE | 1 +
>  1 file changed, 1 insertion(+)

Merged and pushed out, thanks!

https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/989
-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-04 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-04  0:22 [PATCH] nvidia: add acr/bl symlink for booting GSP-RM on GA100 Timur Tabi
2026-04-04 19:26 ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox