summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp/boot.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06gpu: nova-core: transition gsp to TLV imagesTimur Tabi1-5/+2
2026-08-05gpu: nova-core: split FbLayout into FSP and non-FSP versionsEliot Courtney1-19/+9
2026-07-24gpu: nova-core: reserve vGPU WPR2 heapZhi Wang1-1/+1
2026-07-24gpu: nova-core: set RMSetSriovMode for vGPUZhi Wang1-1/+1
2026-07-15gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContextAlexandre Courbot1-2/+2
2026-07-15gpu: nova-core: gsp: pass GspBootContext mutablyAlexandre Courbot1-13/+15
2026-07-15gpu: nova-core: gsp: centralize missing unload bundle warningsAlexandre Courbot1-1/+9
2026-07-15gpu: nova-core: gsp: pass GspBootContext to unload methodsAlexandre Courbot1-15/+13
2026-07-15gpu: nova-core: gsp: replace BootUnloadGuard with local handlersAlexandre Courbot1-61/+6
2026-07-08gpu: nova-core: build SetRegistry entries dynamicallyZhi Wang1-1/+1
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-11/+11
2026-06-20gpu: nova-core: move GPU static information acquisition to a GSP methodAlexandre Courbot1-7/+0
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang1-18/+7
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo1-5/+5
2026-06-02gpu: nova-core: Hopper/Blackwell: new location for PCI config mirrorJohn Hubbard1-1/+1
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot1-3/+64
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot1-9/+29
2026-05-30gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloadingAlexandre Courbot1-0/+45
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot1-152/+12
2026-05-29gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...Alexandre Courbot1-7/+7
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard1-22/+8
2026-05-29gpu: nova-core: remove unneeded get_gsp_info proxy functionAlexandre Courbot1-1/+1
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich1-1/+1
2026-04-30gpu: nova-core: Hopper/Blackwell: basic GPU identificationJohn Hubbard1-1/+12
2026-04-29gpu: nova-core: only boot FRTS if its region is allocatedTimur Tabi1-1/+4
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier1-1/+1
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot1-3/+3
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot1-1/+4
2026-03-23gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich1-5/+2
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney1-4/+4
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney1-2/+3
2026-03-15Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich1-1/+1
2026-03-10gpu: nova-core: add FbRange.len() and use it in boot.rsJohn Hubbard1-1/+1
2026-03-09gpu: nova-core: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi1-3/+12
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot1-1/+1
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo1-1/+1
2026-02-24gpu: nova-core: remove redundant `.as_ref()` for `dev_*` printGary Guo1-25/+7
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi1-1/+1
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi1-1/+1
2026-01-12gpu: nova-core: preserve error information in gpu_name()John Hubbard1-5/+4
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich1-4/+1
2025-11-15gpu: nova-core: gsp: Retrieve GSP static info to gather GPU informationAlistair Popple1-0/+8
2025-11-15gpu: nova-core: gsp: Wait for gsp initialization to completeAlistair Popple1-0/+3
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes1-0/+15
2025-11-14gpu: nova-core: gsp: Boot GSPAlistair Popple1-2/+63
2025-11-14gpu: nova-core: gsp: Add SetRegistry commandAlistair Popple1-0/+1
2025-11-14gpu: nova-core: gsp: Add SetSystemInfo commandAlistair Popple1-2/+8
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple1-0/+7
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot1-2/+2
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-14/+28