diff options
author | Wisley Chen <wisley.chen@quanta.corp-partner.google.com> | 2022-07-22 13:10:01 +0600 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2022-07-28 20:00:05 +0000 |
commit | c23ff72cd7a21036df77129a4df42d48d55b3fa3 (patch) | |
tree | 52bd442ab5986d7de895adcc04a20cfe0dcc283e /spd/lp4x/memory_parts.json | |
parent | 9473154497a5ab58c33690f86583e7afca7a5085 (diff) |
spd/lp4x: Generate initial SPD for H54G68CYRBX248
Generate initial SPD for H54G68CYRBX248
BUG=b:239888704
BRANCH=firmware-brya-14505.B
TEST=util/spd_tools/bin/spd_gen spd/lp4x/memory_parts.json lp4x
Change-Id: Iae75391938446e9ee387b779ddcaa378a23ee52e
Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66070
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'spd/lp4x/memory_parts.json')
-rw-r--r-- | spd/lp4x/memory_parts.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/spd/lp4x/memory_parts.json b/spd/lp4x/memory_parts.json index 8ddd61b757..f89951c483 100644 --- a/spd/lp4x/memory_parts.json +++ b/spd/lp4x/memory_parts.json @@ -351,6 +351,18 @@ "ranksPerChannel": 2, "speedMbps": 4267 } + }, + { + "name": "H54G68CYRBX248", + "attribs": { + "densityPerChannelGb": 8, + "banks": 8, + "channelsPerDie": 4, + "diesPerPackage": 2, + "bitWidthPerChannel": 8, + "ranksPerChannel": 2, + "speedMbps": 4267 + } } ] } |