[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250423225405.139613-1-joelagnelf@nvidia.com>
Date: Wed, 23 Apr 2025 18:53:56 -0400
From: Joel Fernandes <joelagnelf@...dia.com>
To: linux-kernel@...r.kernel.org
Cc: Danilo Krummrich <dakr@...nel.org>,
David Airlie <airlied@...il.com>,
Simona Vetter <simona@...ll.ch>,
nouveau@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org,
Alexandre Courbot <acourbot@...dia.com>,
John Hubbard <jhubbard@...dia.com>,
Shirish Baskaran <sbaskaran@...dia.com>,
Alistair Popple <apopple@...dia.com>,
Timur Tabi <ttabi@...dia.com>,
Ben Skeggs <bskeggs@...dia.com>,
Joel Fernandes <joelagnelf@...dia.com>
Subject: [PATCH 0/6] Additional documentation for nova-core
Hello,
Please find in this series, several clarifications, diagrams and code comments
for various things in the nova-core driver. These are essential to develop an
understanding how nova-core's boot initialization works and aid in development.
These patches are on top of Alex's last posting for GSP WPR2 [1]
[1] https://lore.kernel.org/all/20250420-nova-frts-v1-0-ecd1cca23963@nvidia.com/
Joel Fernandes (6):
nova-core: doc: Add code comments related to devinit
nova-core: doc: Clarify sysmembar operations
nova-core: docs: Document vbios layout
nova-core: docs: Document fwsec operation and layout
gpu: nova-core: Clarify fields in FalconAppifHdrV1
nova-core: docs: Document devinit process
Documentation/gpu/nova/core/devinit.rst | 54 ++++++++
Documentation/gpu/nova/core/fwsec.rst | 173 ++++++++++++++++++++++++
Documentation/gpu/nova/core/vbios.rst | 155 +++++++++++++++++++++
Documentation/gpu/nova/index.rst | 2 +
drivers/gpu/nova-core/devinit.rs | 36 ++++-
drivers/gpu/nova-core/firmware/fwsec.rs | 17 ++-
drivers/gpu/nova-core/gpu.rs | 11 +-
drivers/gpu/nova-core/regs.rs | 17 ++-
8 files changed, 452 insertions(+), 13 deletions(-)
create mode 100644 Documentation/gpu/nova/core/devinit.rst
create mode 100644 Documentation/gpu/nova/core/fwsec.rst
create mode 100644 Documentation/gpu/nova/core/vbios.rst
--
2.43.0
Powered by blists - more mailing lists