diff options
author | Reka Norman <rekanorman@google.com> | 2022-02-14 10:10:03 +1100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-15 16:21:04 +0000 |
commit | 002d9b2a7affb687a7b8ef805cf21a486b453d32 (patch) | |
tree | 12bc538cd7493ba39774022def2de6ae24c8bb7d /src/mainboard/google | |
parent | 343b36bbc31213da10a5a137cd15a7e3f3f77324 (diff) |
mb/google/brya/var/nereid: Add H9JCNNNBK3MLYR-N6E for P1 build
Nereid P1 will also use Hynix H9JCNNNBK3MLYR-N6E. Add it to the parts
list and regenerate the memory IDs using part_id_gen.
BUG=b:217096008
TEST=abuild -a -x -c max -p none -t google/brya -b nereid
Signed-off-by: Reka Norman <rekanorman@google.com>
Change-Id: Ibacb9dfb336967dd7fffe351d785cbbff9ba8b7b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61905
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/mainboard/google')
3 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/nereid/memory/Makefile.inc b/src/mainboard/google/brya/variants/nereid/memory/Makefile.inc index f39c69afe8..05d428a04e 100644 --- a/src/mainboard/google/brya/variants/nereid/memory/Makefile.inc +++ b/src/mainboard/google/brya/variants/nereid/memory/Makefile.inc @@ -5,3 +5,4 @@ SPD_SOURCES = SPD_SOURCES += spd/lp5/set-0/spd-3.hex # ID = 0(0b0000) Parts = K3LKBKB0BM-MGCP +SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 1(0b0001) Parts = H9JCNNNBK3MLYR-N6E diff --git a/src/mainboard/google/brya/variants/nereid/memory/dram_id.generated.txt b/src/mainboard/google/brya/variants/nereid/memory/dram_id.generated.txt index cce733cf51..ad17e8d829 100644 --- a/src/mainboard/google/brya/variants/nereid/memory/dram_id.generated.txt +++ b/src/mainboard/google/brya/variants/nereid/memory/dram_id.generated.txt @@ -5,3 +5,4 @@ DRAM Part Name ID to assign K3LKBKB0BM-MGCP 0 (0000) +H9JCNNNBK3MLYR-N6E 1 (0001) diff --git a/src/mainboard/google/brya/variants/nereid/memory/mem_parts_used.txt b/src/mainboard/google/brya/variants/nereid/memory/mem_parts_used.txt index c092a5f9f4..49183d72b3 100644 --- a/src/mainboard/google/brya/variants/nereid/memory/mem_parts_used.txt +++ b/src/mainboard/google/brya/variants/nereid/memory/mem_parts_used.txt @@ -10,3 +10,4 @@ # Part Name K3LKBKB0BM-MGCP +H9JCNNNBK3MLYR-N6E |