diff options
author | Nick Vaccaro <nvaccaro@google.com> | 2020-11-24 21:32:18 +0000 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-30 08:03:35 +0000 |
commit | ace29dff9e96bc7868581deefea1840bc0857c6b (patch) | |
tree | de98ed4b866f90583c606f8a476dd5a3782297b8 /util/spd_tools | |
parent | 13c50005c5e11bdf132e43dd72df0b8d263c7deb (diff) |
lp4x: Add new memory parts and generate SPDs
Add MT53D512M64D4NW-046 WT:F memory part to LP4x global list of
available LP4x parts and to the global JSON file containing LP4x parts
and their characteristics.
BUG=b:172993397
TEST=none
Change-Id: I09c6eab640c169dbdb451964967d14a31e314496
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47980
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Rob Barnes <robbarnes@google.com>
Diffstat (limited to 'util/spd_tools')
-rw-r--r-- | util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt b/util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt index 91062d0000..ffb08c728d 100644 --- a/util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt +++ b/util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt @@ -217,6 +217,18 @@ "ranksPerChannel": 1, "speedMbps": 4267 } + }, + { + "name": "MT53D512M64D4NW-046 WT:F", + "attribs": { + "densityPerChannelGb": 8, + "banks": 8, + "channelsPerDie": 2, + "diesPerPackage": 2, + "bitWidthPerChannel": 16, + "ranksPerChannel": 1, + "speedMbps": 4267 + } } ] } |