From 7803190d9e8c2f17edbb1e6174a3b2c29b92a260 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Tue, 25 Apr 2023 16:42:50 -0600 Subject: mb/google/myst: Add initial memory configuration Generate the RAM Strap IDs based on the initial memory configuration. BUG=b:272746814 TEST=Build Myst BIOS image. Change-Id: I8a4fe9a41f101ac10391756f1b815220c8b98612 Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/c/coreboot/+/74745 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Jon Murphy Reviewed-by: Martin L Roth --- src/mainboard/google/myst/variants/myst/memory/Makefile.inc | 7 +++++++ .../google/myst/variants/myst/memory/dram_id.generated.txt | 8 ++++++++ src/mainboard/google/myst/variants/myst/memory/mem_parts_used.txt | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 src/mainboard/google/myst/variants/myst/memory/Makefile.inc create mode 100644 src/mainboard/google/myst/variants/myst/memory/dram_id.generated.txt create mode 100644 src/mainboard/google/myst/variants/myst/memory/mem_parts_used.txt (limited to 'src/mainboard') diff --git a/src/mainboard/google/myst/variants/myst/memory/Makefile.inc b/src/mainboard/google/myst/variants/myst/memory/Makefile.inc new file mode 100644 index 0000000000..70188b4889 --- /dev/null +++ b/src/mainboard/google/myst/variants/myst/memory/Makefile.inc @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# This is an auto-generated file. Do not edit!! +# Generated by: +# util/spd_tools/bin/part_id_gen PHX lp5 src/mainboard/google/myst/variants/myst/memory src/mainboard/google/myst/variants/myst/memory/mem_parts_used.txt + +SPD_SOURCES = +SPD_SOURCES += spd/lp5/set-1/spd-2.hex # ID = 0(0b0000) Parts = MT62F1G32D4DR-031 WT:B, H9JCNNNCP3MLYR-N6E diff --git a/src/mainboard/google/myst/variants/myst/memory/dram_id.generated.txt b/src/mainboard/google/myst/variants/myst/memory/dram_id.generated.txt new file mode 100644 index 0000000000..82768715fa --- /dev/null +++ b/src/mainboard/google/myst/variants/myst/memory/dram_id.generated.txt @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# This is an auto-generated file. Do not edit!! +# Generated by: +# util/spd_tools/bin/part_id_gen PHX lp5 src/mainboard/google/myst/variants/myst/memory src/mainboard/google/myst/variants/myst/memory/mem_parts_used.txt + +DRAM Part Name ID to assign +MT62F1G32D4DR-031 WT:B 0 (0000) +H9JCNNNCP3MLYR-N6E 0 (0000) diff --git a/src/mainboard/google/myst/variants/myst/memory/mem_parts_used.txt b/src/mainboard/google/myst/variants/myst/memory/mem_parts_used.txt new file mode 100644 index 0000000000..283740b175 --- /dev/null +++ b/src/mainboard/google/myst/variants/myst/memory/mem_parts_used.txt @@ -0,0 +1,2 @@ +MT62F1G32D4DR-031 WT:B, +H9JCNNNCP3MLYR-N6E, -- cgit v1.2.3