diff options
author | Reka Norman <rekanorman@google.com> | 2022-01-28 17:50:21 +1100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-03 14:47:49 +0000 |
commit | 687793d3c085c9d36d376164abb55f8080973a21 (patch) | |
tree | d373d85cd89bcd6f53385c8cb5acce62e4d86cd1 /spd/lp5/memory_parts.json | |
parent | 1039d278567a6b972da27eea5144294b80a345f4 (diff) |
spd: Add new LP5 part Samsung K3LKBKB0BM-MGCP
Samsung K3LKBKB0BM-MGCP will be used by the nissa variant nereid. Add
it to the LP5 parts list and regenerate the SPDs using spd_gen.
BUG=b:197479026
TEST=None
Signed-off-by: Reka Norman <rekanorman@google.com>
Change-Id: I4db983d5015a4dacad0bd03cf7a85f6214856a76
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61442
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'spd/lp5/memory_parts.json')
-rw-r--r-- | spd/lp5/memory_parts.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spd/lp5/memory_parts.json b/spd/lp5/memory_parts.json index 7b3e7655e3..8ba7b7b059 100644 --- a/spd/lp5/memory_parts.json +++ b/spd/lp5/memory_parts.json @@ -29,6 +29,16 @@ "ranksPerChannel": 2, "speedMbps": 6400 } + }, + { + "name": "K3LKBKB0BM-MGCP", + "attribs": { + "densityPerDieGb": 16, + "diesPerPackage": 2, + "bitWidthPerChannel": 16, + "ranksPerChannel": 1, + "speedMbps": 6400 + } } ] } |