Re: [PATCH v5 23/23] gpu: nova-core: load and run FWSEC-FRTS

From: Danilo Krummrich
Date: Thu Jun 19 2025 - 08:44:01 EST




On 6/19/25 2:35 PM, Alexandre Courbot wrote:
All of this code is going to be moved out of `Gpu::new()` eventually
(i.e. the follow-up patchset), but we are still figuring out where it
will eventually land. We will need some other entity to manage the GSP
boot (GspBooter?), and I am still learning which parts are common to all
GPU families and which ones should be a HAL. So for now I'd rather keep
it here, modulo the part that can be moved into `FwsecFirmware`.

Seems reasonable, let's move it to a separate function in the meantime and add a
very brief TODO please.