Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
42361df
Add default Ubuntu config
espeer Nov 17, 2025
f4b9d01
Reduce kernel build configuration
espeer Nov 17, 2025
91df4f3
Create GH workflow
espeer Nov 3, 2025
95b1c2d
gpu: nova-core: print FB sizes, along with ranges
johnhubbard Dec 3, 2025
93c953d
gpu: nova-core: add FbRange.len() and use it in boot.rs
johnhubbard Dec 3, 2025
108a983
gpu: nova-core: Hopper/Blackwell: basic GPU identification
johnhubbard Dec 3, 2025
e0bcbba
nova-core: factor .fwsignature* selection into a new get_gsp_sigs_sec…
johnhubbard Dec 3, 2025
3346d49
gpu: nova-core: use GPU Architecture to simplify HAL selections
johnhubbard Dec 3, 2025
a170caa
gpu: nova-core: apply the one "use" item per line policy to commands.rs
johnhubbard Dec 3, 2025
ba844f8
gpu: nova-core: set DMA mask width based on GPU architecture
johnhubbard Dec 3, 2025
c0313b7
gpu: nova-core: move firmware image parsing code to firmware.rs
johnhubbard Dec 3, 2025
ef0857a
gpu: nova-core: factor out a section_name_eq() function
johnhubbard Dec 3, 2025
ee18d32
gpu: nova-core: don't assume 64-bit firmware images
johnhubbard Dec 3, 2025
824f98a
gpu: nova-core: add support for 32-bit firmware images
johnhubbard Dec 3, 2025
3663e86
gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware images
johnhubbard Dec 3, 2025
05d77fd
gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support …
johnhubbard Dec 3, 2025
3a0d391
gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
johnhubbard Dec 3, 2025
0411cfc
gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
johnhubbard Dec 3, 2025
0a5c797
gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
johnhubbard Dec 3, 2025
63a751a
gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
johnhubbard Dec 3, 2025
96685f3
gpu: nova-core: Hopper/Blackwell: add needs_large_reserved_mem()
johnhubbard Dec 3, 2025
45fd63e
gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
johnhubbard Dec 3, 2025
5785d71
gpu: nova-core: Hopper/Blackwell: add FSP message structures
johnhubbard Dec 3, 2025
0fd6b55
gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
johnhubbard Dec 3, 2025
d497231
gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
johnhubbard Dec 3, 2025
f304361
gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
johnhubbard Dec 3, 2025
96ca4c7
gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
johnhubbard Dec 3, 2025
437d773
gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
johnhubbard Dec 3, 2025
5dfe0d2
gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
johnhubbard Dec 3, 2025
7597bda
gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
johnhubbard Dec 3, 2025
2da20fd
gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
johnhubbard Dec 3, 2025
0f7aa38
gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
johnhubbard Dec 3, 2025
3909259
gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
johnhubbard Dec 3, 2025
7e860c6
gpu: nova-core: clarify the GPU firmware boot steps
johnhubbard Dec 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ForEachMacros:
- 'drm_connector_for_each_possible_encoder'
- 'drm_exec_for_each_locked_object'
- 'drm_exec_for_each_locked_object_reverse'
- 'drm_for_each_bridge_in_chain_scoped'
- 'drm_for_each_bridge_in_chain'
- 'drm_for_each_connector_iter'
- 'drm_for_each_crtc'
- 'drm_for_each_crtc_reverse'
Expand Down
Loading
Loading