summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/firmware/fwsec.rs
AgeCommit message (Expand)AuthorFilesLines
2026-07-15gpu: nova-core: move GSP firmware files decision to GSP HALEliot Courtney1-3/+2
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-13/+6
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo1-2/+2
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot1-1/+0
2026-03-09gpu: nova-core: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi1-0/+6
2026-03-09gpu: nova-core: move brom_params and boot_addr to FalconFirmwareAlexandre Courbot1-4/+4
2026-03-09gpu: nova-core: falcon: rename load parameters to reflect DMA dependencyAlexandre Courbot1-7/+7
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot1-68/+35
2026-02-25gpu: nova-core: use checked arithmetic in FWSEC firmware parsingJoel Fernandes1-27/+37
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-27/+24
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo1-1/+0
2026-01-24gpu: nova-core: add FalconUCodeDescV2 supportTimur Tabi1-27/+19
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi1-1/+1
2026-01-24gpu: nova-core: add ImemNonSecure section infrastructureTimur Tabi1-0/+5
2026-01-24gpu: nova-core: rename Imem to ImemSecureTimur Tabi1-1/+1
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot1-5/+12
2025-11-07gpu: nova-core: Fix capitalization of some commentsDaniel del Castillo1-6/+6
2025-11-07gpu: nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rsDaniel del Castillo1-67/+58
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-12/+36
2025-11-04gpu: nova-core: use `try_from` instead of `as` for u32 conversionsAlexandre Courbot1-4/+4
2025-10-30gpu: nova-core: replace `as` with `from` conversions where possibleAlexandre Courbot1-2/+2
2025-09-01gpu: nova-core: vbios: store reference to Device where relevantAlexandre Courbot1-4/+4
2025-08-22gpu: nova-core: falcon: align DMA transfers to 256 bytesAlexandre Courbot1-8/+1
2025-06-25gpu: nova-core: consider `clippy::cast_lossless`Danilo Krummrich1-1/+1
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot1-3/+3
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot1-0/+25
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot1-0/+398