mbox series

[0/6] decode-dimms: Implement DDR5 decoding

Message ID 20241114-decode-ddr5-v1-0-0ed2db8ef30f@outlook.com.au
Headers show
Series decode-dimms: Implement DDR5 decoding | expand

Message

Stephen Horvath via B4 Relay Nov. 14, 2024, 6:37 a.m. UTC
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,