From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mx.groups.io with SMTP id smtpd.web10.18970.1676043534107066291 for ; Fri, 10 Feb 2023 07:38:54 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm2 header.b=PG2e71D7; spf=pass (domain: bsdio.com, ip: 64.147.123.25, mailfrom: rebecca@bsdio.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 772483200A16 for ; Fri, 10 Feb 2023 10:38:53 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Fri, 10 Feb 2023 10:38:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=fm2; t=1676043533; x=1676129933; bh=W8FaoPIJU6 LcuK+MhQu5kkUcluWQjCoM9F9ktM5V74M=; b=PG2e71D7m4dq/GI9SirjItV4jS lT46kJY0lENh11v1dUGpmO0/r9u/Vhu8jmHVijetSRUOnkBRIra/5oOGEL0hWcx6 fCDoIudvg55MuDrJEw12QtckdEEfjZtv82eqCvZjM3xYk9vA8ZQm9RT8SxH3BjS/ CfnMdF/uAo/GFcf1AVfrzHK/sSjxEkDPlkvTWFboVoYjrgn6KiawOnnKySvRkqXi Uk1cM7oZfGAWsXRIP4UlfiGKGbLLLMEQIsb0BK7IO7r2aus9dMvgt6OR5T2lgXLi sM0IAyYy8BLU3FH5l8sSpiDy0lP816lxjumEqrmFMwT67JEDMUihzCKd6bKg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1676043533; x=1676129933; bh=W8FaoPIJU6LcuK+MhQu5kkUcluWQ jCoM9F9ktM5V74M=; b=cRBX+Thm2lc5QGFXzqUxp8j6brejQHOVn+riqXtedhli mdrbKVVXSwMWQHUd/a0CIqksjvgdqOfBKdkch73xUPbdPXnHEZXwgMi9WAO+n0Vy fbOZiGiQ35us+2wzWP/liUmyypyu0QBwlq+EAc7mwsTzSdlRC40PKlrkt6OWywe6 vOfv6MNYd3wvsMJtMgRWsyhNXPxEJE/oC7uXv+4NlWsAQSqY7LNaLucXqGroxX+L CiFuTwOombYGE4DtDgqOqdiTOAF/CxEshuxV7Mb18sJwXFKuBXlV5jbbjfNgRw9E Oy+3E2n0vrSx1XlsyhHlHElalHYQgvKgvz/zGB1NaQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudehhedgjeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefkffggfgfvhffutgfgsehtjeertd dtfeejnecuhfhrohhmpeftvggsvggttggrucevrhgrnhcuoehrvggsvggttggrsegsshgu ihhordgtohhmqeenucggtffrrghtthgvrhhnpeduffejuedthfeuieevkeejvefggedtie etueeggefgffeihefgteffheekheehveenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehrvggsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Fri, 10 Feb 2023 10:38:52 -0500 (EST) Message-ID: Date: Fri, 10 Feb 2023 08:38:51 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 To: devel@edk2.groups.io From: "Rebecca Cran" Subject: Getting DDR5 SPD test data Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I'm working on adding a new library to edk2 that will parse an SPD byte array and use it to construct an SMBIOS Type 17 table. As part of the work, I'm adding a new unit test to MdePkg/Test/UnitTest/Library and would like to get test data to verify correct operation of the library. I have DDR4 SPD data I've collected from machines I have access to, but I don't have any DDR5 systems. I was wondering if someone might have some test data for DDR5 I could use? -- Rebecca Cran