Re: [PATCH] gpu: nova-core: don't declare booter firmware for FSP chipsets
From: Alexandre Courbot
Date: Tue Jun 09 2026 - 02:13:16 EST
On Mon Jun 8, 2026 at 8:05 AM JST, John Hubbard wrote:
> The module firmware table lists booter_load and booter_unload for every
> chipset, but Hopper and Blackwell boot the GSP through FSP and never
> load the SEC2 booter. Those modinfo entries point at firmware files that
> are not shipped for FSP-based chipsets, so initramfs tooling looks for
> images that are never used.
>
> Declare the booter only for chipsets that boot via it, matching how the
> FMC and FWSEC bootloader images are already gated on chipset
> capabilities.
>
> Signed-off-by: John Hubbard <jhubbard@xxxxxxxxxx>
Pushed to `drm-rust-next`, thanks!
[acourbot: make comment on FMC/Booter choice a bit more precise.]