]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
authorJohn Hubbard <jhubbard@nvidia.com>
Sat, 11 Apr 2026 02:49:35 +0000 (19:49 -0700)
committerAlexandre Courbot <acourbot@nvidia.com>
Fri, 29 May 2026 06:39:28 +0000 (15:39 +0900)
commitc852faa9817981eb3fccd69e9a650d729e17d24a
tree51ae43702699e9d90dd542ecc2a7cf51f368eacf
parent60b8bfabf5fccb7a08906f4c35cffed4683190ed
gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()

Move the SEC2 reset/load/boot sequence into a BooterFirmware::run()
method. This is mostly refactoring, with no significant behavior change,
done in preparation for adding an alternative FSP boot path.

Suggested-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Reviewed-by: Eliot Courtney <ecourtney@nvidia.com>
Link: https://patch.msgid.link/20260521-nova-unload-v6-4-65f581c812c9@nvidia.com
[acourbot: fix typo in commit message.]
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/firmware/booter.rs
drivers/gpu/nova-core/gsp/boot.rs