public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Additional documentation for nova-core
@ 2025-04-23 22:53 Joel Fernandes
  2025-04-23 22:53 ` [PATCH 1/6] nova-core: doc: Add code comments related to devinit Joel Fernandes
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Joel Fernandes @ 2025-04-23 22:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Danilo Krummrich, David Airlie, Simona Vetter, nouveau, dri-devel,
	Alexandre Courbot, John Hubbard, Shirish Baskaran,
	Alistair Popple, Timur Tabi, Ben Skeggs, Joel Fernandes

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-04-24 13:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23 22:53 [PATCH 0/6] Additional documentation for nova-core Joel Fernandes
2025-04-23 22:53 ` [PATCH 1/6] nova-core: doc: Add code comments related to devinit Joel Fernandes
2025-04-23 22:53 ` [PATCH 2/6] nova-core: doc: Clarify sysmembar operations Joel Fernandes
2025-04-23 22:53 ` [PATCH 3/6] nova-core: docs: Document vbios layout Joel Fernandes
2025-04-23 23:12   ` Timur Tabi
2025-04-23 23:30     ` Joel Fernandes
2025-04-23 22:54 ` [PATCH 4/6] nova-core: docs: Document fwsec operation and layout Joel Fernandes
2025-04-23 22:54 ` [PATCH 5/6] gpu: nova-core: Clarify fields in FalconAppifHdrV1 Joel Fernandes
2025-04-24  1:18   ` Alexandre Courbot
     [not found]     ` <174546399398.876.3516508778193165894@patchwork.local>
2025-04-24  7:45       ` [5/6] " Alexandre Courbot
2025-04-24 13:03         ` Joel Fernandes
2025-04-23 22:54 ` [PATCH 6/6] nova-core: docs: Document devinit process Joel Fernandes
2025-04-24  1:25 ` [PATCH 0/6] Additional documentation for nova-core Alexandre Courbot
2025-04-24  8:10   ` Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox