summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/firmware/booter.rs
AgeCommit message (Expand)AuthorFilesLines
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-14/+31
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot1-0/+375