mb/google/dedede/var/galtic: Generate SPD ID for Samsung K4U6E3S4AA-MGCR
Add supported memory parts in the mem_list_variant.txt and generate the SPD ID for the parts. The memory parts being added are: 1. Samsung K4U6E3S4AA-MGCR BUG=b:214460184 TEST=emerge-dedede coreboot Signed-off-by: FrankChu <frank_chu@pegatron.corp-partner.google.com> Change-Id: Ief75fcb7a8f1c25feaf05b1535a9528a351b23b0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61105 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
2302fcf039
commit
87d1cc6598
|
@ -4,6 +4,6 @@
|
||||||
# util/spd_tools/bin/part_id_gen JSL lp4x src/mainboard/google/dedede/variants/galtic/memory src/mainboard/google/dedede/variants/galtic/memory/mem_parts_used.txt
|
# util/spd_tools/bin/part_id_gen JSL lp4x src/mainboard/google/dedede/variants/galtic/memory src/mainboard/google/dedede/variants/galtic/memory/mem_parts_used.txt
|
||||||
|
|
||||||
SPD_SOURCES =
|
SPD_SOURCES =
|
||||||
SPD_SOURCES += spd/lp4x/set-1/spd-1.hex # ID = 0(0b0000) Parts = H9HCNNNBKMMLXR-NEE, MT53E512M32D2NP-046 WT:E
|
SPD_SOURCES += spd/lp4x/set-1/spd-1.hex # ID = 0(0b0000) Parts = H9HCNNNBKMMLXR-NEE, MT53E512M32D2NP-046 WT:E, K4U6E3S4AA-MGCR
|
||||||
SPD_SOURCES += spd/lp4x/set-1/spd-4.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:A
|
SPD_SOURCES += spd/lp4x/set-1/spd-4.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:A
|
||||||
SPD_SOURCES += spd/lp4x/set-1/spd-3.hex # ID = 2(0b0010) Parts = H9HCNNNCPMMLXR-NEE
|
SPD_SOURCES += spd/lp4x/set-1/spd-3.hex # ID = 2(0b0010) Parts = H9HCNNNCPMMLXR-NEE
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
DRAM Part Name ID to assign
|
DRAM Part Name ID to assign
|
||||||
H9HCNNNBKMMLXR-NEE 0 (0000)
|
H9HCNNNBKMMLXR-NEE 0 (0000)
|
||||||
MT53E512M32D2NP-046 WT:E 0 (0000)
|
MT53E512M32D2NP-046 WT:E 0 (0000)
|
||||||
|
K4UBE3D4AA-MGCR 0 (0000)
|
||||||
MT53E1G32D2NP-046 WT:A 1 (0001)
|
MT53E1G32D2NP-046 WT:A 1 (0001)
|
||||||
H9HCNNNCPMMLXR-NEE 2 (0010)
|
H9HCNNNCPMMLXR-NEE 2 (0010)
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
|
# This is a CSV file containing a list of memory parts used by this variant.
|
||||||
|
# Generate an updated Makefile.inc and dram_id.generated.txt by running the
|
||||||
|
# gen_part_id tool from util/spd_tools/lp4x
|
||||||
|
# See util/spd_tools/lp4x/README.md for more details and instructions.
|
||||||
|
|
||||||
|
# Part Name
|
||||||
H9HCNNNBKMMLXR-NEE
|
H9HCNNNBKMMLXR-NEE
|
||||||
MT53E512M32D2NP-046 WT:E
|
MT53E512M32D2NP-046 WT:E
|
||||||
|
K4UBE3D4AA-MGCR
|
||||||
MT53E1G32D2NP-046 WT:A
|
MT53E1G32D2NP-046 WT:A
|
||||||
H9HCNNNCPMMLXR-NEE
|
H9HCNNNCPMMLXR-NEE
|
||||||
|
|
Loading…
Reference in New Issue