diff options
author | Reka Norman <rekanorman@google.com> | 2021-11-04 09:49:01 +1100 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2021-11-08 14:48:49 +0000 |
commit | cb902fd6bbde92272ebc1fec00b73572b8d5ac67 (patch) | |
tree | 6b555126c3cc5cceaefc8df47627a83e2383078d /spd/lp5/memory_parts.json | |
parent | 6ea031146917e8acbeaba1ba7baf28b7eb03c231 (diff) |
spd: Add new LP5 parts and generate SPDs
Add the parts below which will be used by the brya variant Vell. Add
the parts to memory_parts.json and generate the SPDs using spd_gen.
Micron MT62F512M32D2DR-031 WT:B
Micron MT62F1G32D4DR-031 WT:B
Hynix H9JCNNNCP3MLYR-N6E
Generated using:
util/spd_tools/bin/spd_gen spd/lp5/memory_parts.json lp5
BUG=b:204284866
TEST=None
Change-Id: Ifbcadfb78281b2b78a61a9b61180c421748193a0
Signed-off-by: Reka Norman <rekanorman@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58929
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'spd/lp5/memory_parts.json')
-rw-r--r-- | spd/lp5/memory_parts.json | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/spd/lp5/memory_parts.json b/spd/lp5/memory_parts.json index ef8d9f91da..7b3e7655e3 100644 --- a/spd/lp5/memory_parts.json +++ b/spd/lp5/memory_parts.json @@ -1,3 +1,34 @@ { - "parts": [] + "parts": [ + { + "name": "MT62F512M32D2DR-031 WT:B", + "attribs": { + "densityPerDieGb": 8, + "diesPerPackage": 2, + "bitWidthPerChannel": 16, + "ranksPerChannel": 1, + "speedMbps": 6400 + } + }, + { + "name": "MT62F1G32D4DR-031 WT:B", + "attribs": { + "densityPerDieGb": 8, + "diesPerPackage": 4, + "bitWidthPerChannel": 16, + "ranksPerChannel": 2, + "speedMbps": 6400 + } + }, + { + "name": "H9JCNNNCP3MLYR-N6E", + "attribs": { + "densityPerDieGb": 8, + "diesPerPackage": 4, + "bitWidthPerChannel": 16, + "ranksPerChannel": 2, + "speedMbps": 6400 + } + } + ] } |