From 6df453724ffad4eac82e5e7fd407507061d5185e Mon Sep 17 00:00:00 2001 From: hao_chou Date: Wed, 23 Dec 2020 09:50:57 +0800 Subject: mb/google/volteer: Copano: Update SPD table Add memory table to "mem_list_variant.txt", and command to generate files: go run ./util/spd_tools/lp4x/gen_part_id.go src/soc/intel/tigerlake/spd src/mainboard/google/volteer/variants/copano/memory/ src/mainboard/google/volteer/variants/copano/memory/mem_list_variant.txt DRAM Part Name ID to assign MT53D512M64D4NW-046 WT:F 0 (0000) H9HCNNNCRMBLPR-NEE 0 (0000) MT53D1G64D4NW-046 WT:A 1 (0001) H9HCNNNFBMBLPR-NEE 2 (0010) BUG=b:175896481 BRANCH=firmware-volteer-13672.B TEST=emerge-volteer coreboot Signed-off-by: hao_chou Change-Id: I2ace17e8fff12d3f5de15a35f609265d8b6ed6b2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48948 Reviewed-by: Tim Wawrzynczak Reviewed-by: Zhuohao Lee Tested-by: build bot (Jenkins) --- src/mainboard/google/volteer/variants/copano/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mainboard/google/volteer/variants/copano/Makefile.inc (limited to 'src/mainboard/google/volteer/variants/copano/Makefile.inc') diff --git a/src/mainboard/google/volteer/variants/copano/Makefile.inc b/src/mainboard/google/volteer/variants/copano/Makefile.inc new file mode 100644 index 0000000000..9064208bff --- /dev/null +++ b/src/mainboard/google/volteer/variants/copano/Makefile.inc @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only + +romstage-y += memory.c -- cgit v1.2.3