On Mon Jun 29, 2026 at 11:09 PM JST, Alexandre Courbot wrote:
> We want to move the `Fsp` instance into `Gpu`, which will require
> passing it as a mutable reference in `GspBootContext`, since
> `Fsp::boot_fmc` is a mutable method. In order to use the mutable
> references it contains, `GspBootContext` must also be mutable.
>
> We will also follow up by making some methods of the `Falcon`s mutable,
> which also requires passing them as mutable references.
>
> Thus, make the `GspBootContext` passed to `Gsp::boot` and `Gsp::unload`
> mutable, and pass mutable references to it to the GSP boot HAL methods.
>
> Signed-off-by: Alexandre Courbot <[email protected]>
> ---

Reviewed-by: Eliot Courtney <[email protected]>

Reply via email to