diff options
author | Nick Vaccaro <nvaccaro@google.com> | 2020-08-27 19:33:55 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2020-08-28 04:36:18 +0000 |
commit | e905753afdc534379a03b442ea07574822813871 (patch) | |
tree | 904c9b9c99eae93f7e8b39d6754408d73ef6556d /src/mainboard/google/volteer/variants/delbin | |
parent | 48fc1640a83ce55aa1d7cc94298d3778116587e6 (diff) |
util: rename lp4x spds to include "lp4x-" in name
Change lp4x spd names to include lp4x memory type (eg. lp4x-spd-1.hex).
BUG=b:160157545
TEST=run gen_part_id for volteer variants and verify that it changed
spd names to prepend the "lp4x-" to the filename..
Change-Id: I0c59da7eb78f34640aad2e852ca725d3e8571a8e
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44784
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/delbin')
-rw-r--r-- | src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc b/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc index 7aa547bf0f..9c833aceea 100644 --- a/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc +++ b/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc @@ -2,6 +2,6 @@ ## This is an auto-generated file. Do not edit!! SPD_SOURCES = -SPD_SOURCES += spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:E, H9HCNNNBKMMLXR-NEE -SPD_SOURCES += spd-4.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:A -SPD_SOURCES += spd-2.hex # ID = 2(0b0010) Parts = H9HCNNNCPMMLXR-NEE +SPD_SOURCES += lp4x-spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:E, H9HCNNNBKMMLXR-NEE +SPD_SOURCES += lp4x-spd-4.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:A +SPD_SOURCES += lp4x-spd-2.hex # ID = 2(0b0010) Parts = H9HCNNNCPMMLXR-NEE |