summaryrefslogtreecommitdiffstats
path: root/util/spd_tools
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2021-02-24 09:16:52 -0700
committerMartin Roth <martinroth@google.com>2021-03-03 03:47:23 +0000
commit4089ddb13c509c3fb4a77692c7cab5cd58f42baf (patch)
tree3d298bd72a02af5631f400152d6a28c56c5b9666 /util/spd_tools
parentd5c8a15d741b72e6be6ba774f635f98b4aaa1832 (diff)
downloadcoreboot-4089ddb13c509c3fb4a77692c7cab5cd58f42baf.tar.gz
coreboot-4089ddb13c509c3fb4a77692c7cab5cd58f42baf.tar.bz2
coreboot-4089ddb13c509c3fb4a77692c7cab5cd58f42baf.zip
util/spd_tools/lp4x: Add 2 new parts to global memory definition
This adds the definitions for MT53E1G32D4NQ-046 WT:E used on Majolica, and the NT6AP256T32AV-J1 part used on Guybrush. BUG=b:178715165 TEST=Generate SPDs Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I7cd729fc72d8f44a449429e97683b2ca1f560f2c Reviewed-on: https://review.coreboot.org/c/coreboot/+/51057 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Diffstat (limited to 'util/spd_tools')
-rw-r--r--util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt26
1 files changed, 26 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 ffb08c728d2b..fcbe624d9b02 100644
--- a/util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt
+++ b/util/spd_tools/lp4x/global_lp4x_mem_parts.json.txt
@@ -229,6 +229,32 @@
"ranksPerChannel": 1,
"speedMbps": 4267
}
+ },
+ {
+ "name": "NT6AP256T32AV-J1",
+ "attribs": {
+ "densityPerChannelGb": 4,
+ "banks": 8,
+ "channelsPerDie": 2,
+ "diesPerPackage": 1,
+ "bitWidthPerChannel": 16,
+ "ranksPerChannel": 1,
+ "speedMbps": 4267,
+ "tckMaxPs": 1250,
+ "casLatencies": "14 20 24 28 32 36"
+ }
+ },
+ {
+ "name": "MT53E1G32D4NQ-046 WT:E",
+ "attribs": {
+ "densityPerChannelGb": 8,
+ "banks": 8,
+ "channelsPerDie": 2,
+ "diesPerPackage": 2,
+ "bitWidthPerChannel": 16,
+ "ranksPerChannel": 2,
+ "speedMbps": 4267
+ }
}
]
}