public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] decode-dimms: Implement DDR5 decoding
@ 2025-11-06  2:14 Stephen Horvath
  2025-11-06  2:14 ` [PATCH v2 1/6] decode-dimms: Implement DDR5 checksum parsing Stephen Horvath
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Stephen Horvath @ 2025-11-06  2:14 UTC (permalink / raw)
  To: Jean Delvare, linux-i2c@vger.kernel.org
  Cc: Guenter Roeck, Kamil Aronowski, Stephen Horvath

Hi, this series of patches adds DDR5 support to decode-dimms.

I'm not too experienced with perl or the JEDEC specs, so there's
probably going to be some questionable choices here, but I'd love to
hear feedback.

The first 4 patches (1, 2, 3, 4) add the essential information to
decode-dimms.

The next 2 patches (5, 6) haven't been tested on hardware
implementations so I'm happy for them to be dropped if they're not
useful.

V2 has been rebased onto master, and patch 1 has been updated to check
byte 2 for DDR5 identification, not just byte 0, and the commit
messages have been made more formal.

Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Kamil Aronowski <kamil.aronowski@3mdeb.com>
Signed-off-by: Stephen Horvath <s.horvath@outlook.com.au>
---
Stephen Horvath (6):
  decode-dimms: Implement DDR5 checksum parsing
  decode-dimms: Decode DDR5 Manufacturer Data
  decode-dimms: Decode timings and other data for DDR5
  decode-dimms: Decode DDR5 common module information
  decode-dimms: Add basic decoding of type specific information for DDR5
  decode-dimms: Decode DDR5 error log

 eeprom/decode-dimms | 519 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 515 insertions(+), 4 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-01-29  1:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06  2:14 [PATCH v2 0/6] decode-dimms: Implement DDR5 decoding Stephen Horvath
2025-11-06  2:14 ` [PATCH v2 1/6] decode-dimms: Implement DDR5 checksum parsing Stephen Horvath
2025-11-06  2:14 ` [PATCH v2 2/6] decode-dimms: Decode DDR5 Manufacturer Data Stephen Horvath
2025-11-06  2:15 ` [PATCH v2 4/6] decode-dimms: Decode DDR5 common module information Stephen Horvath
2025-11-06  2:15 ` [PATCH v2 3/6] decode-dimms: Decode timings and other data for DDR5 Stephen Horvath
2025-11-06  2:15 ` [PATCH v2 5/6] decode-dimms: Add basic decoding of type specific information " Stephen Horvath
2025-11-06  2:15 ` [PATCH v2 6/6] decode-dimms: Decode DDR5 error log Stephen Horvath
2026-01-14 11:55 ` [PATCH v2 0/6] decode-dimms: Implement DDR5 decoding Wolfram Sang
2026-01-29  1:58 ` Darsey Litzenberger

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