Kun Liu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82604?usp=email )
Change subject: spd/lp5: Add new memory configuration of MT62F1G32D2DS-023 WT:C and K3KL8L80DM-MGCU ......................................................................
spd/lp5: Add new memory configuration of MT62F1G32D2DS-023 WT:C and K3KL8L80DM-MGCU
Add MT62F1G32D2DS-023 WT:C and K3KL8L80DM-MGCU in the memory_parts.json and re-generate the SPD
BUG=b:337730271 TEST=util/spd_tools/bin/spd_gen spd/lp5/memory_parts.json lp5
Change-Id: Ic5c3ed46829330f83e144cf8d18be6fa808431aa Signed-off-by: Kun Liu liukun11@huaqin.corp-partner.google.com --- M spd/lp5/memory_parts.json M spd/lp5/set-0/parts_spd_manifest.generated.txt M spd/lp5/set-1/parts_spd_manifest.generated.txt 3 files changed, 26 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/82604/1
diff --git a/spd/lp5/memory_parts.json b/spd/lp5/memory_parts.json index 219bca6..70e05e3 100644 --- a/spd/lp5/memory_parts.json +++ b/spd/lp5/memory_parts.json @@ -240,6 +240,28 @@ "speedMbps": 8533, "lp5x": true } + }, + { + "name": "MT62F1G32D2DS-023 WT:C", + "attribs": { + "densityPerDieGb": 16, + "diesPerPackage": 2, + "bitWidthPerChannel": 16, + "ranksPerChannel": 1, + "speedMbps": 8533, + "lp5x": true + } + }, + { + "name": "K3KL8L80DM-MGCU", + "attribs": { + "densityPerDieGb": 16, + "diesPerPackage": 2, + "bitWidthPerChannel": 16, + "ranksPerChannel": 1, + "speedMbps": 8533, + "lp5x": true + } } ] } diff --git a/spd/lp5/set-0/parts_spd_manifest.generated.txt b/spd/lp5/set-0/parts_spd_manifest.generated.txt index 38c9708..0f0d841 100644 --- a/spd/lp5/set-0/parts_spd_manifest.generated.txt +++ b/spd/lp5/set-0/parts_spd_manifest.generated.txt @@ -24,3 +24,5 @@ H58G56BK8BX068,spd-11.hex MT62F1G32D2DS-023 WT:B,spd-11.hex MT62F2G32D4DS-023 WT:B,spd-10.hex +MT62F1G32D2DS-023 WT:C,spd-11.hex +K3KL8L80DM-MGCU,spd-11.hex diff --git a/spd/lp5/set-1/parts_spd_manifest.generated.txt b/spd/lp5/set-1/parts_spd_manifest.generated.txt index 38c9708..0f0d841 100644 --- a/spd/lp5/set-1/parts_spd_manifest.generated.txt +++ b/spd/lp5/set-1/parts_spd_manifest.generated.txt @@ -24,3 +24,5 @@ H58G56BK8BX068,spd-11.hex MT62F1G32D2DS-023 WT:B,spd-11.hex MT62F2G32D4DS-023 WT:B,spd-10.hex +MT62F1G32D2DS-023 WT:C,spd-11.hex +K3KL8L80DM-MGCU,spd-11.hex