rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Documentation for nova-core
@ 2025-05-03  4:07 Joel Fernandes
  2025-05-03  4:07 ` [PATCH v2 1/7] nova-core: doc: Add code comments related to devinit Joel Fernandes
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Joel Fernandes @ 2025-05-03  4:07 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, rust-for-linux,
	Joel Fernandes

Hello,

Please find attached initial documentation for nova-core mainly about the vbios
and boot process. It helps build an understanding of the boot code. All the
information is derived from publicly available code and sources.

This series is based on Alex's v2 patches + nova-next:
https://lore.kernel.org/all/20250501-nova-frts-v2-0-b4a137175337@nvidia.com/

Previous posting:
https://lore.kernel.org/all/20250423225405.139613-1-joelagnelf@nvidia.com/

Joel Fernandes (7):
  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
  docs: nova-core: Document devinit process
  docs: nova-core: Document basics of the Falcon
  gpu: nova-core: Clarify falcon code

 Documentation/gpu/nova/core/devinit.rst |  59 ++++++++
 Documentation/gpu/nova/core/falcon.rst  | 156 ++++++++++++++++++++
 Documentation/gpu/nova/core/fwsec.rst   | 180 ++++++++++++++++++++++++
 Documentation/gpu/nova/core/vbios.rst   | 177 +++++++++++++++++++++++
 Documentation/gpu/nova/index.rst        |   4 +
 drivers/gpu/nova-core/devinit.rs        |  36 ++++-
 drivers/gpu/nova-core/falcon.rs         |  25 +++-
 drivers/gpu/nova-core/gpu.rs            |  12 +-
 drivers/gpu/nova-core/regs.rs           |  18 ++-
 9 files changed, 652 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/gpu/nova/core/devinit.rst
 create mode 100644 Documentation/gpu/nova/core/falcon.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] 21+ messages in thread

end of thread, other threads:[~2025-06-30 11:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-03  4:07 [PATCH v2 0/7] Documentation for nova-core Joel Fernandes
2025-05-03  4:07 ` [PATCH v2 1/7] nova-core: doc: Add code comments related to devinit Joel Fernandes
2025-05-03  4:07 ` [PATCH v2 2/7] nova-core: doc: Clarify sysmembar operations Joel Fernandes
2025-05-03  4:07 ` [PATCH v2 3/7] nova-core: docs: Document vbios layout Joel Fernandes
2025-05-05  3:00   ` Bagas Sanjaya
2025-05-05  3:12     ` Bagas Sanjaya
2025-05-03  4:07 ` [PATCH v2 4/7] nova-core: docs: Document fwsec operation and layout Joel Fernandes
2025-05-05  3:52   ` Bagas Sanjaya
2025-05-06 16:26   ` Zhi Wang
2025-05-09 20:56     ` Joel Fernandes
2025-05-03  4:07 ` [PATCH v2 5/7] docs: nova-core: Document devinit process Joel Fernandes
2025-05-05  4:04   ` Bagas Sanjaya
2025-05-05 22:15     ` Joel Fernandes
2025-05-03  4:07 ` [PATCH v2 6/7] docs: nova-core: Document basics of the Falcon Joel Fernandes
2025-05-05  4:14   ` Bagas Sanjaya
2025-05-05 21:37     ` Joel Fernandes
2025-05-03  4:07 ` [PATCH v2 7/7] gpu: nova-core: Clarify falcon code Joel Fernandes
2025-05-06 16:21   ` Zhi Wang
2025-05-09 20:59     ` Joel Fernandes
2025-06-30 10:37 ` [PATCH v2 0/7] Documentation for nova-core Danilo Krummrich
2025-06-30 11:33   ` Alexandre Courbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).