diff options
author | Nick Vaccaro <nvaccaro@google.com> | 2020-08-25 11:14:17 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2020-08-28 05:01:40 +0000 |
commit | c5428a990a0dd30a0a8eea28475dd8e5cdec7d72 (patch) | |
tree | 43430fb282cfdd439ef086de3738f3bdb821015b /src/mainboard/google/volteer | |
parent | 0245f43bcd829e6352cb74206ab8ae30b8f3a21f (diff) |
mb/google/volteer: update Delbin SPD for H9HCNNNCPMMLXR-NEE
I noticed that re-running the lpddr4x SPD parts id tool that generates
the variants/VARIANT_NAME/memory/Makefile.inc changed the SPD that is
used for the H9HCNNNCPMMLXR-NEE part.
$ go run ./util/spd_tools/lp4x/gen_part_id.go \
src/soc/intel/tigerlake/spd src/mainboard/google/volteer/variants/delbin/memory
src/mainboard/google/volteer/variants/delbin/memory/mem_list_variant.txt
Based on the currently checked in generic SPDs for LPDDR4x, this
operation changes the Makefile.inc to use lp4x-spd-3.hex for the
H9HCNNNCPMMLXR-NEE part instead of lp4x-spd-2.hex.
This change updates that discrepancy in Delbin's memory Makefile.inc.
BUG=none
TEST=none
Change-Id: I9a19ab7b1bcdc3814fdd9c462ca2f590c8ed2935
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44785
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r-- | src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc b/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc index 9c833aceea..c0e2fffb6b 100644 --- a/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc +++ b/src/mainboard/google/volteer/variants/delbin/memory/Makefile.inc @@ -4,4 +4,4 @@ SPD_SOURCES = 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 +SPD_SOURCES += lp4x-spd-3.hex # ID = 2(0b0010) Parts = H9HCNNNCPMMLXR-NEE |