summaryrefslogtreecommitdiffstats
path: root/spd/lp5/memory_parts.json
diff options
context:
space:
mode:
authorEricKY Cheng <ericky_cheng@compal.corp-partner.google.com>2022-10-07 16:47:22 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-10-13 17:06:20 +0000
commita261502de5cef79e676c69824212950d27332081 (patch)
tree306cca96f9a5d12941cabdc2dcdfaaf9dee537ef /spd/lp5/memory_parts.json
parentb9dd2561f81f2fcefcf756a68c14cdf5cbad2317 (diff)
downloadcoreboot-a261502de5cef79e676c69824212950d27332081.tar.gz
coreboot-a261502de5cef79e676c69824212950d27332081.tar.bz2
coreboot-a261502de5cef79e676c69824212950d27332081.zip
spd/lp5: Add new memory configuration of H58G66BK7BX067 and H58G56BK7BX068
Add Hynix H58G66BK7BX067 and H58G56BK7BX068 in the memory_parts.json and re-generate the SPD. BUG=b:243337816 BRANCH=None TEST=util/spd_tools/bin/spd_gen spd/lp5/memory_parts.json lp5 Signed-off-by: EricKY Cheng <ericky_cheng@compal.corp-partner.google.com> Change-Id: I8d6aac3ecec36b126e7e41d6c9475695aa7a26b2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68212 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jon Murphy <jpmurphy@google.com>
Diffstat (limited to 'spd/lp5/memory_parts.json')
-rw-r--r--spd/lp5/memory_parts.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/spd/lp5/memory_parts.json b/spd/lp5/memory_parts.json
index 9f527c30d282..eed802741ff2 100644
--- a/spd/lp5/memory_parts.json
+++ b/spd/lp5/memory_parts.json
@@ -153,6 +153,28 @@
"speedMbps": 7500,
"lp5x": true
}
+ },
+ {
+ "name": "H58G66BK7BX067",
+ "attribs": {
+ "densityPerDieGb": 16,
+ "diesPerPackage": 4,
+ "bitWidthPerChannel": 16,
+ "ranksPerChannel": 2,
+ "speedMbps": 7500,
+ "lp5x": true
+ }
+ },
+ {
+ "name": "H58G56BK7BX068",
+ "attribs": {
+ "densityPerDieGb": 16,
+ "diesPerPackage": 2,
+ "bitWidthPerChannel": 16,
+ "ranksPerChannel": 1,
+ "speedMbps": 7500,
+ "lp5x": true
+ }
}
]
}