From 9a9d10f7f5dc48037c1b38324dee3d8e673fcb67 Mon Sep 17 00:00:00 2001 From: Ren Kuo Date: Wed, 12 Aug 2020 11:23:29 +0800 Subject: [PATCH] mb/google/dedede/var/magolor: Generate SPD ID for supported parts Add supported memory parts in the mem_list_variant.txt and generate the SPD ID for the parts. The memory parts being added are: MT53E512M32D2NP-046 WT:E K4U6E3S4AA-MGCR H9HCNNNBKMMLXR-NEE MT53E1G32D2NP-046 WT:A K4UBE3D4AA-MGCR And also remove the deprecated by cl#43989 https://review.coreboot.org/c/coreboot/+/43989 BUG=None TEST=Build the magolor board Signed-off-by: Ren Kuo Change-Id: I3348b7fbeff038b85e7d3c9137517e05a35bf3dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/44408 Reviewed-by: Karthik Ramasubramanian Reviewed-by: Marco Chen Tested-by: build bot (Jenkins) --- .../dedede/variants/{magalor => magolor}/memory/Makefile.inc | 0 .../variants/{magalor => magolor}/memory/dram_id.generated.txt | 0 .../variants/{magalor => magolor}/memory/mem_list_variant.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/mainboard/google/dedede/variants/{magalor => magolor}/memory/Makefile.inc (100%) rename src/mainboard/google/dedede/variants/{magalor => magolor}/memory/dram_id.generated.txt (100%) rename src/mainboard/google/dedede/variants/{magalor => magolor}/memory/mem_list_variant.txt (100%) diff --git a/src/mainboard/google/dedede/variants/magalor/memory/Makefile.inc b/src/mainboard/google/dedede/variants/magolor/memory/Makefile.inc similarity index 100% rename from src/mainboard/google/dedede/variants/magalor/memory/Makefile.inc rename to src/mainboard/google/dedede/variants/magolor/memory/Makefile.inc diff --git a/src/mainboard/google/dedede/variants/magalor/memory/dram_id.generated.txt b/src/mainboard/google/dedede/variants/magolor/memory/dram_id.generated.txt similarity index 100% rename from src/mainboard/google/dedede/variants/magalor/memory/dram_id.generated.txt rename to src/mainboard/google/dedede/variants/magolor/memory/dram_id.generated.txt diff --git a/src/mainboard/google/dedede/variants/magalor/memory/mem_list_variant.txt b/src/mainboard/google/dedede/variants/magolor/memory/mem_list_variant.txt similarity index 100% rename from src/mainboard/google/dedede/variants/magalor/memory/mem_list_variant.txt rename to src/mainboard/google/dedede/variants/magolor/memory/mem_list_variant.txt