On Fri May 29, 2026 at 9:33 AM CEST, Alexandre Courbot wrote: > Alexandre Courbot (4): > gpu: nova-core: gsp: move chipset-specific parts of the boot process > into a HAL > gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading > gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding > gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails
Reviewed-by: Danilo Krummrich <[email protected]> NIT: There's a few places with Result<()> instead of just Result that could be cleaned up (including the moved code).
