summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/firmware
AgeCommit message (Expand)Author
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC signature extractionJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard
2026-06-02gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware imagesJohn Hubbard
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard
2026-04-30gpu: nova-core: Hopper/Blackwell: basic GPU identificationJohn Hubbard
2026-04-30gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_secti...John Hubbard
2026-04-29gpu: nova-core: use correct fwsignature for GA100Timur Tabi
2026-03-30gpu: nova-core: firmware: move firmware image parsing code to firmware.rsJohn Hubbard
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot
2026-03-28gpu: nova-core: firmware: fwsec: use dma::CoherentAlexandre Courbot
2026-03-28gpu: nova-core: firmware: riscv: use dma::CoherentAlexandre Courbot
2026-03-26gpu: nova-core: convert falcon registers to kernel register macroAlexandre Courbot
2026-03-09gpu: nova-core: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi
2026-03-09gpu: nova-core: move brom_params and boot_addr to FalconFirmwareAlexandre 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 checked arithmetic in RISC-V firmware parsingJoel Fernandes
2026-02-25gpu: nova-core: use checked arithmetic in frombytes_at helperJoel Fernandes
2026-02-25gpu: nova-core: use checked arithmetic in Booter signature parsingJoel Fernandes
2026-02-25gpu: nova-core: use checked arithmetic in FWSEC firmware parsingJoel Fernandes
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo
2026-01-24gpu: nova-core: add FalconUCodeDescV2 supportTimur Tabi
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi
2026-01-24gpu: nova-core: add support for Turing/GA100 fwsignatureTimur Tabi
2026-01-24gpu: nova-core: support header parsing on Turing/GA100Timur Tabi
2026-01-24gpu: nova-core: add ImemNonSecure section infrastructureTimur Tabi
2026-01-24gpu: nova-core: rename Imem to ImemSecureTimur Tabi
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()John Hubbard
2025-12-29gpu: nova-core: fw: move appropriate code into pin initializerDanilo Krummrich
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich
2025-11-14gpu: nova-core: gsp: Boot GSPAlistair Popple
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot
2025-11-07gpu: nova-core: Fix capitalization of some commentsDaniel del Castillo
2025-11-07gpu: nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rsDaniel del Castillo
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard
2025-11-04gpu: nova-core: use `try_from` instead of `as` for u32 conversionsAlexandre Courbot
2025-10-30gpu: nova-core: replace `as` with `from` conversions where possibleAlexandre Courbot
2025-10-25gpu: nova-core: Ada: basic GPU identificationJohn Hubbard
2025-10-16gpu: nova-core: gsp: do not unwrap() SGEntryDanilo Krummrich
2025-10-16gpu: nova-core: gsp: remove useless conversionDanilo Krummrich
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