]> git.ipfire.org Git - thirdparty/linux.git/commit
gpu: nova-core: move brom_params and boot_addr to FalconFirmware
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 6 Mar 2026 04:52:42 +0000 (13:52 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Mon, 9 Mar 2026 01:35:40 +0000 (10:35 +0900)
commit9725005e2b4bac2f490bef2165eab18fc36b5b67
tree74427afeac29fef76402942e50527efd17e87032
parent99d451cb8e76bd299b036003f067959816975b9c
gpu: nova-core: move brom_params and boot_addr to FalconFirmware

These methods are relevant no matter the loading method used, thus move
them to the common `FalconFirmware` trait.

Reviewed-by: Eliot Courtney <ecourtney@nvidia.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20260306-turing_prep-v11-5-8f0042c5d026@nvidia.com
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/falcon.rs
drivers/gpu/nova-core/firmware/booter.rs
drivers/gpu/nova-core/firmware/fwsec.rs