aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/gsp/hal
AgeCommit message (Expand)AuthorFilesLines
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot2-4/+6
2026-08-06gpu: nova-core: transition booter to TLV imagesTimur Tabi1-9/+4
2026-08-05gpu: nova-core: pass WPR metadata ownership to FmcBootArgsEliot Courtney1-3/+3
2026-08-05gpu: nova-core: split FbLayout into FSP and non-FSP versionsEliot Courtney2-17/+32
2026-07-30gpu: nova-core: Move one PBUS register definitionAntonin Malzieu Ridolfi1-1/+1
2026-07-30gpu: nova-core: Add function to query WPR2 rangeAntonin Malzieu Ridolfi1-30/+24
2026-07-23gpu: nova-core: wait for RISC-V HALTED on FSP unloadEliot Courtney1-2/+9
2026-07-23gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enoughEliot Courtney1-6/+1
2026-07-23gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocationsEliot Courtney1-12/+7
2026-07-15gpu: nova-core: store Fsp instance in GpuAlexandre Courbot1-11/+8
2026-07-15gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContextAlexandre Courbot2-5/+10
2026-07-15gpu: nova-core: gsp: pass GspBootContext mutablyAlexandre Courbot2-5/+5
2026-07-15gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HALAlexandre Courbot2-4/+25
2026-07-15gpu: nova-core: gsp: turn FWSEC execution into HAL methodAlexandre Courbot1-75/+76
2026-07-15gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL methodAlexandre Courbot1-46/+39
2026-07-15gpu: nova-core: gsp: centralize missing unload bundle warningsAlexandre Courbot1-8/+1
2026-07-15gpu: nova-core: gsp: pass GspBootContext to unload methodsAlexandre Courbot2-25/+15
2026-07-15gpu: nova-core: gsp: replace BootUnloadGuard with local handlersAlexandre Courbot2-21/+29
2026-07-15gpu: nova-core: gsp: sequencer: use GspBootContextAlexandre Courbot1-14/+7
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko2-56/+44
2026-06-20gpu: nova-core: fsp: move FMC firmware loading into wait_secure_bootEliot Courtney1-7/+1
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang2-24/+21
2026-06-09gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB failsAlexandre Courbot1-4/+15
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo2-12/+12
2026-06-03gpu: nova-core: gsp: enable FSP boot pathAlexandre Courbot1-2/+2
2026-06-03gpu: nova-core: add non-sec2 unload pathEliot Courtney1-2/+36
2026-06-03gpu: nova-core: Hopper/Blackwell: add GSP lockdown release pollingJohn Hubbard1-2/+88
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard1-5/+18
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingJohn Hubbard1-2/+4
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard1-2/+8
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot2-19/+27
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot2-4/+140
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot2-0/+256