mb/google/dedede/var/awasuki: Add 2 NANYA modules to RAM id table

Add NANYA NT6AP512T32BL-J1 as id 2, and add NANYA NT6AP1024T32BL-J1
as id 3, resulting in the list below:

DRAM Part Name                 ID to assign
K4U6E3S4AB-MGCL                0 (0000)
K4UBE3D4AB-MGCL                1 (0001)
MT53E1G32D2NP-046 WT:B         1 (0001)
NT6AP512T32BL-J1               2 (0010)
NT6AP1024F32BL-J1              3 (0011)

BUG=422906387
TEST=Use part_id_gen to generate related settings

Change-Id: Ifd60e629eb606c7ce06f478cf7cc8b8b3ec77f74
Signed-off-by: Hualin Wei <weihualin@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88005
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Weimin Wu <wuweimin@huaqin.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Hualin Wei 2025-06-09 16:33:32 +08:00 committed by Subrata Banik
commit bb022f18d5
3 changed files with 6 additions and 0 deletions

View file

@ -6,3 +6,5 @@
SPD_SOURCES =
SPD_SOURCES += spd/lp4x/set-1/spd-1.hex # ID = 0(0b0000) Parts = K4U6E3S4AB-MGCL
SPD_SOURCES += spd/lp4x/set-1/spd-3.hex # ID = 1(0b0001) Parts = K4UBE3D4AB-MGCL, MT53E1G32D2NP-046 WT:B
SPD_SOURCES += spd/lp4x/set-1/spd-11.hex # ID = 2(0b0010) Parts = NT6AP512T32BL-J1
SPD_SOURCES += spd/lp4x/set-1/spd-12.hex # ID = 3(0b0011) Parts = NT6AP1024F32BL-J1

View file

@ -7,3 +7,5 @@ DRAM Part Name ID to assign
K4U6E3S4AB-MGCL 0 (0000)
K4UBE3D4AB-MGCL 1 (0001)
MT53E1G32D2NP-046 WT:B 1 (0001)
NT6AP512T32BL-J1 2 (0010)
NT6AP1024F32BL-J1 3 (0011)

View file

@ -13,3 +13,5 @@
K4U6E3S4AB-MGCL
K4UBE3D4AB-MGCL
MT53E1G32D2NP-046 WT:B
NT6AP512T32BL-J1
NT6AP1024F32BL-J1