aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/guybrush/variants
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2021-08-27 16:29:16 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-09-02 14:54:47 +0000
commite4859b7406de3a215413e2b5f74450ee0c256539 (patch)
tree16c81f7a6da83de2a18b1b100101042a49e9e37f /src/mainboard/google/guybrush/variants
parent5d91bdd3126f507d5c338bcd6f252b2cc814fe4a (diff)
mb/google/guybrush/nipperkin: update DRAM table
MT53E512M32D2NP-046 WT:E K4U6E3S4AA-MGCR H9HCNNNCPMMLXR-NEE K4UBE3D4AA-MGCR BUG=b:194031783 BRANCH=guybrush TEST=emerge-guybrush coreboot chromeos-bootimage Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Change-Id: I71ceaf0a2738584d316a5b7cc51539821b430128 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57197 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com>
Diffstat (limited to 'src/mainboard/google/guybrush/variants')
-rw-r--r--src/mainboard/google/guybrush/variants/nipperkin/memory/Makefile.inc6
-rw-r--r--src/mainboard/google/guybrush/variants/nipperkin/memory/dram_id.generated.txt9
-rw-r--r--src/mainboard/google/guybrush/variants/nipperkin/memory/mem_list_variant.txt9
-rw-r--r--src/mainboard/google/guybrush/variants/nipperkin/memory/mem_parts_used.txt11
4 files changed, 23 insertions, 12 deletions
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/memory/Makefile.inc b/src/mainboard/google/guybrush/variants/nipperkin/memory/Makefile.inc
index b0ca2223a8..d8d1a19d2f 100644
--- a/src/mainboard/google/guybrush/variants/nipperkin/memory/Makefile.inc
+++ b/src/mainboard/google/guybrush/variants/nipperkin/memory/Makefile.inc
@@ -2,4 +2,8 @@
## This is an auto-generated file. Do not edit!!
## Add memory parts in mem_parts_used.txt and run spd_tools to regenerate.
-SPD_SOURCES = placeholder.spd.hex
+SPD_SOURCES =
+SPD_SOURCES += lp4x-spd-4.hex # ID = 0(0b0000) Parts = MT53E1G32D2NP-046 WT:A
+SPD_SOURCES += lp4x-spd-1.hex # ID = 1(0b0001) Parts = MT53E512M32D2NP-046 WT:F, H9HCNNNBKMMLXR-NEE, MT53E512M32D2NP-046 WT:E, K4U6E3S4AA-MGCR
+SPD_SOURCES += lp4x-spd-9.hex # ID = 2(0b0010) Parts = NT6AP256T32AV-J1
+SPD_SOURCES += lp4x-spd-3.hex # ID = 3(0b0011) Parts = MT53E1G32D2NP-046 WT:B, H9HCNNNCPMMLXR-NEE, K4UBE3D4AA-MGCR
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/memory/dram_id.generated.txt b/src/mainboard/google/guybrush/variants/nipperkin/memory/dram_id.generated.txt
index fa247902ee..b85595cf17 100644
--- a/src/mainboard/google/guybrush/variants/nipperkin/memory/dram_id.generated.txt
+++ b/src/mainboard/google/guybrush/variants/nipperkin/memory/dram_id.generated.txt
@@ -1 +1,10 @@
DRAM Part Name ID to assign
+MT53E1G32D2NP-046 WT:A 0 (0000)
+MT53E512M32D2NP-046 WT:F 1 (0001)
+NT6AP256T32AV-J1 2 (0010)
+H9HCNNNBKMMLXR-NEE 1 (0001)
+MT53E1G32D2NP-046 WT:B 3 (0011)
+MT53E512M32D2NP-046 WT:E 1 (0001)
+K4U6E3S4AA-MGCR 1 (0001)
+H9HCNNNCPMMLXR-NEE 3 (0011)
+K4UBE3D4AA-MGCR 3 (0011)
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/memory/mem_list_variant.txt b/src/mainboard/google/guybrush/variants/nipperkin/memory/mem_list_variant.txt
new file mode 100644
index 0000000000..eb702a6274
--- /dev/null
+++ b/src/mainboard/google/guybrush/variants/nipperkin/memory/mem_list_variant.txt
@@ -0,0 +1,9 @@
+MT53E1G32D2NP-046 WT:A
+MT53E512M32D2NP-046 WT:F
+NT6AP256T32AV-J1
+H9HCNNNBKMMLXR-NEE
+MT53E1G32D2NP-046 WT:B
+MT53E512M32D2NP-046 WT:E
+K4U6E3S4AA-MGCR
+H9HCNNNCPMMLXR-NEE
+K4UBE3D4AA-MGCR
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/memory/mem_parts_used.txt b/src/mainboard/google/guybrush/variants/nipperkin/memory/mem_parts_used.txt
deleted file mode 100644
index 8124e4f7ed..0000000000
--- a/src/mainboard/google/guybrush/variants/nipperkin/memory/mem_parts_used.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# This is a CSV file containing a list of memory parts used by this variant.
-# One part per line with an optional fixed ID in column 2.
-# Only include a fixed ID if it is required for legacy reasons!
-# Generated IDs are dependent on the order of parts in this file,
-# so new parts must always be added at the end of the file!
-#
-# Generate an updated Makefile.inc and dram_id.generated.txt by running the
-# gen_part_id tool from util/spd_tools/{ddr4,lp4x}.
-# See util/spd_tools/{ddr4,lp4x}/README.md for more details and instructions.
-
-# Part Name, Fixed ID (optional)