Re: [PATCH 3/6] nova-core: docs: Document vbios layout

2025-04-23 Thread Joel Fernandes
On 4/23/2025 7:12 PM, Timur Tabi wrote: > On Wed, 2025-04-23 at 18:53 -0400, Joel Fernandes wrote: >> +This document describes the layout of the VBIOS image which is a series of >> concatenated >> +images in the ROM of the GPU. The VBIOS is mirrored onto the BAR 0 space >> and is read >> +by b

Re: [PATCH 3/6] nova-core: docs: Document vbios layout

2025-04-23 Thread Timur Tabi
On Wed, 2025-04-23 at 18:53 -0400, Joel Fernandes wrote: > +This document describes the layout of the VBIOS image which is a series of > concatenated > +images in the ROM of the GPU. The VBIOS is mirrored onto the BAR 0 space and > is read > +by both Boot ROM firmware (also known as IFR or init-f

[PATCH 3/6] nova-core: docs: Document vbios layout

2025-04-23 Thread Joel Fernandes
Add detailed explanation and block diagrams of the layout of the vBIOS on Nvidia GPUs. This is important to understand how nova-core boots an Nvidia GPU. Signed-off-by: Joel Fernandes --- Documentation/gpu/nova/core/vbios.rst | 154 ++ 1 file changed, 154 insertions(+) c