Re: [PATCH v2 6/7] docs: nova-core: Document basics of the Falcon

2025-05-05 Thread Joel Fernandes
On 5/5/2025 12:14 AM, Bagas Sanjaya wrote: > On Sat, May 03, 2025 at 12:07:58AM -0400, Joel Fernandes wrote: >> +Conceptual diagram (not exact) of the Falcon and its memory subsystem is as >> follows: >> + >> + External Memory (Framebuffer / System DRAM) [...] > > Wrap the diagram in

Re: [PATCH v2 6/7] docs: nova-core: Document basics of the Falcon

2025-05-04 Thread Bagas Sanjaya
On Sat, May 03, 2025 at 12:07:58AM -0400, Joel Fernandes wrote: > +Conceptual diagram (not exact) of the Falcon and its memory subsystem is as > follows: > + > + External Memory (Framebuffer / System DRAM) > +▲ │ > +│ │ > +

[PATCH v2 6/7] docs: nova-core: Document basics of the Falcon

2025-05-02 Thread Joel Fernandes
Instances of the Falcon microcontroller appear in modern Nvidia GPUs and are crucial to the GPU boot process. Document some concepts which will make nova-core boot code easier to digest. All the information is derived from public sources such as public documents, OpenRM and Nouveau code. Signed-of