From 21922e052cd776fe111c748e69365b01789de926 Mon Sep 17 00:00:00 2001 From: Mark Hsieh Date: Mon, 20 Jun 2022 18:17:11 +0800 Subject: mb/google/nissa/var/joxer: add generic LPDDR5 SPDs for Joxer Add Makefile.inc to include five generic LPDDR5 SPDs for the following parts for Joxer: DRAM Part Name ID to assign MT62F512M32D2DR-031 WT:B 0 (0000) MT62F1G32D4DR-031 WT:B 1 (0001) H9JCNNNBK3MLYR-N6E 0 (0000) H58G56AK6BX069 2 (0010) K3LKBKB0BM-MGCP 2 (0010) BUG=b:236576115 TEST=USE="project_joxer emerge-nissa coreboot" Signed-off-by: Mark Hsieh Change-Id: I90acb436bccd5dae8585436316246c50fc256842 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65253 Tested-by: build bot (Jenkins) Reviewed-by: Reka Norman Reviewed-by: Kangheui Won Reviewed-by: Nick Vaccaro --- src/mainboard/google/brya/variants/joxer/memory/Makefile.inc | 8 ++++++-- .../google/brya/variants/joxer/memory/dram_id.generated.txt | 10 ++++++++++ .../google/brya/variants/joxer/memory/mem_parts_used.txt | 5 +++++ 3 files changed, 21 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/brya/variants/joxer/memory/Makefile.inc b/src/mainboard/google/brya/variants/joxer/memory/Makefile.inc index eace2e443e..c077fc1e34 100644 --- a/src/mainboard/google/brya/variants/joxer/memory/Makefile.inc +++ b/src/mainboard/google/brya/variants/joxer/memory/Makefile.inc @@ -1,5 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-or-later # This is an auto-generated file. Do not edit!! -# Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. +# Generated by: +# ./util/spd_tools/bin/part_id_gen ADL lp5 src/mainboard/google/brya/variants/joxer/memory src/mainboard/google/brya/variants/joxer/memory/mem_parts_used.txt -SPD_SOURCES = placeholder +SPD_SOURCES = +SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 0(0b0000) Parts = MT62F512M32D2DR-031 WT:B, H9JCNNNBK3MLYR-N6E +SPD_SOURCES += spd/lp5/set-0/spd-2.hex # ID = 1(0b0001) Parts = MT62F1G32D4DR-031 WT:B +SPD_SOURCES += spd/lp5/set-0/spd-3.hex # ID = 2(0b0010) Parts = H58G56AK6BX069, K3LKBKB0BM-MGCP diff --git a/src/mainboard/google/brya/variants/joxer/memory/dram_id.generated.txt b/src/mainboard/google/brya/variants/joxer/memory/dram_id.generated.txt index fa247902ee..46c72cbe6d 100644 --- a/src/mainboard/google/brya/variants/joxer/memory/dram_id.generated.txt +++ b/src/mainboard/google/brya/variants/joxer/memory/dram_id.generated.txt @@ -1 +1,11 @@ +# 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 ADL lp5 src/mainboard/google/brya/variants/joxer/memory src/mainboard/google/brya/variants/joxer/memory/mem_parts_used.txt + DRAM Part Name ID to assign +MT62F512M32D2DR-031 WT:B 0 (0000) +MT62F1G32D4DR-031 WT:B 1 (0001) +H9JCNNNBK3MLYR-N6E 0 (0000) +H58G56AK6BX069 2 (0010) +K3LKBKB0BM-MGCP 2 (0010) diff --git a/src/mainboard/google/brya/variants/joxer/memory/mem_parts_used.txt b/src/mainboard/google/brya/variants/joxer/memory/mem_parts_used.txt index 96211370d9..295187615d 100644 --- a/src/mainboard/google/brya/variants/joxer/memory/mem_parts_used.txt +++ b/src/mainboard/google/brya/variants/joxer/memory/mem_parts_used.txt @@ -9,3 +9,8 @@ # See util/spd_tools/README.md for more details and instructions. # Part Name +MT62F512M32D2DR-031 WT:B +MT62F1G32D4DR-031 WT:B +H9JCNNNBK3MLYR-N6E +H58G56AK6BX069 +K3LKBKB0BM-MGCP -- cgit v1.2.3