summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/firmware/booter.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot1-3/+5
2026-08-06gpu: nova-core: transition booter to TLV imagesTimur Tabi1-269/+54
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-17/+8
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-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard1-0/+31
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-13/+13
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot1-19/+14
2026-02-25gpu: nova-core: use checked arithmetic in frombytes_at helperJoel Fernandes1-1/+2
2026-02-25gpu: nova-core: use checked arithmetic in Booter signature parsingJoel Fernandes1-5/+12
2026-01-24gpu: nova-core: support header parsing on Turing/GA100Timur Tabi1-4/+24
2026-01-24gpu: nova-core: add ImemNonSecure section infrastructureTimur Tabi1-0/+9
2026-01-24gpu: nova-core: rename Imem to ImemSecureTimur Tabi1-6/+6
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot1-14/+23
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-12/+29
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot1-0/+375