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

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 really been tested on hardware
implementations so I'm happy for them to be dropped if they're not
useful.

I also wrote these a few months ago, but wasn't sure if I'd be free
enough for any revisions at the time.

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 | 517 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 513 insertions(+), 4 deletions(-)
---
base-commit: cd435c853bc9df0058620a471d4191c7de27a2f9
change-id: 20240625-decode-ddr5-b8aa4545812e

Best regards,
-- 
Stephen Horvath <s.horvath@outlook.com.au>



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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14  6:37 [PATCH 0/6] decode-dimms: Implement DDR5 decoding Stephen Horvath via B4 Relay
2024-11-14  6:37 ` [PATCH 1/6] decode-dimms: Implement DDR5 checksum parsing Stephen Horvath via B4 Relay
2024-11-14  6:37 ` [PATCH 2/6] decode-dimms: Decode DDR5 Manufacturer Data Stephen Horvath via B4 Relay
2024-11-14  6:37 ` [PATCH 3/6] decode-dimms: Decode timings and other data for DDR5 Stephen Horvath via B4 Relay
2024-11-14  6:37 ` [PATCH 4/6] decode-dimms: Decode DDR5 common module information Stephen Horvath via B4 Relay
2024-11-14  6:37 ` [PATCH 5/6] decode-dimms: Add basic decoding of type specific information for DDR5 Stephen Horvath via B4 Relay
2024-11-14  6:37 ` [PATCH 6/6] decode-dimms: Decode DDR5 error log Stephen Horvath via B4 Relay
2025-11-05 13:31 ` [PATCH 0/6] decode-dimms: Implement DDR5 decoding Kamil Aronowski
2025-11-06  1:26   ` Stephen Horvath
2025-11-06 13:55     ` Kamil Aronowski

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