summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/firmware.rs
AgeCommit message (Expand)Author
7 daysgpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`Miguel Ojeda
2026-03-30gpu: nova-core: firmware: factor out an elf_str() functionJohn Hubbard
2026-03-30gpu: nova-core: firmware: move firmware image parsing code to firmware.rsJohn Hubbard
2026-03-09gpu: nova-core: firmware: fix and explain v2 header offsets computationsAlexandre Courbot
2026-03-09gpu: nova-core: firmware: add comments to justify v3 header valuesAlexandre Courbot
2026-03-09gpu: nova-core: add gen_bootloader firmware to ModInfoBuilderAlexandre Courbot
2026-03-09gpu: nova-core: falcon: rename load parameters to reflect DMA dependencyAlexandre Courbot
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot
2026-02-25gpu: nova-core: use core library's CStr instead of kernel oneAlexandre Courbot
2026-02-25gpu: nova-core: use checked arithmetic in BinFirmware::dataJoel Fernandes
2026-01-24gpu: nova-core: add FalconUCodeDescV2 supportTimur Tabi
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard
2025-09-13gpu: nova-core: firmware: use 570.144 firmwareAlexandre Courbot
2025-09-13gpu: nova-core: firmware: process the GSP bootloaderAlexandre Courbot
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot
2025-09-13gpu: nova-core: firmware: add support for common firmware headerAlexandre Courbot
2025-09-13gpu: nova-core: firmware: move firmware request code into a functionAlexandre Courbot
2025-09-13gpu: nova-core: add Chipset::name() methodAlexandre Courbot
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot
2025-06-23gpu: nova-core: add types for patching firmware binariesAlexandre Courbot
2025-06-23gpu: nova-core: vbios: Add support for FWSEC ucode extractionJoel Fernandes
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes
2025-06-23gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTSAlexandre Courbot
2025-05-13gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich