From aa65c8ed958bc0cc65dd3b67505684a22e57e4bd Mon Sep 17 00:00:00 2001 From: Kun Liu Date: Wed, 22 May 2024 16:44:18 +0800 Subject: spd/lp5: Add SPDs for MT62F1G32D2DS-023 WT:C and K3KL8L80DM-MGCU Add MT62F1G32D2DS-023 WT:C and K3KL8L80DM-MGCU in the memory_parts.json and re-generate the SPD Micron:MT62F1G32D2DS-023 WT:C Samsung:K3KL8L80DM-MGCU BUG=b:337730271 TEST=util/spd_tools/bin/spd_gen spd/lp5/memory_parts.json lp5 Change-Id: Ic5c3ed46829330f83e144cf8d18be6fa808431aa Signed-off-by: Kun Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/82604 Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian Reviewed-by: Jian Tong Reviewed-by: Eric Lai Reviewed-by: Subrata Banik --- spd/lp5/memory_parts.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'spd/lp5/memory_parts.json') diff --git a/spd/lp5/memory_parts.json b/spd/lp5/memory_parts.json index 219bca639d..70e05e333c 100644 --- a/spd/lp5/memory_parts.json +++ b/spd/lp5/memory_parts.json @@ -240,6 +240,28 @@ "speedMbps": 8533, "lp5x": true } + }, + { + "name": "MT62F1G32D2DS-023 WT:C", + "attribs": { + "densityPerDieGb": 16, + "diesPerPackage": 2, + "bitWidthPerChannel": 16, + "ranksPerChannel": 1, + "speedMbps": 8533, + "lp5x": true + } + }, + { + "name": "K3KL8L80DM-MGCU", + "attribs": { + "densityPerDieGb": 16, + "diesPerPackage": 2, + "bitWidthPerChannel": 16, + "ranksPerChannel": 1, + "speedMbps": 8533, + "lp5x": true + } } ] } -- cgit v1.2.3