Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84529?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/google/nissa/var/riven: Add 2 memory parts and generate DRAM IDs ......................................................................
mb/google/nissa/var/riven: Add 2 memory parts and generate DRAM IDs
Add two new memory parts 1. K3KL8L80CM-MGCT (Samsung) 2. H58G56BK8BX068 (Hynix)
BUG=None TEST=Run part_id_gen tool and check the generated files.
Change-Id: I557b359d9e639f6c3fac4239eb28aa7e0bed4c0e Signed-off-by: David Wu david_wu@quanta.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/84529 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai ericllai@google.com Reviewed-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/brya/variants/riven/memory/Makefile.mk M src/mainboard/google/brya/variants/riven/memory/dram_id.generated.txt M src/mainboard/google/brya/variants/riven/memory/mem_parts_used.txt 3 files changed, 6 insertions(+), 0 deletions(-)
Approvals: Eric Lai: Looks good to me, approved build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved
diff --git a/src/mainboard/google/brya/variants/riven/memory/Makefile.mk b/src/mainboard/google/brya/variants/riven/memory/Makefile.mk index 0288c51..ecca8b5 100644 --- a/src/mainboard/google/brya/variants/riven/memory/Makefile.mk +++ b/src/mainboard/google/brya/variants/riven/memory/Makefile.mk @@ -8,3 +8,5 @@ SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 1(0b0001) Parts = MT62F512M32D2DR-031 WT:B, H9JCNNNBK3MLYR-N6E SPD_SOURCES += spd/lp5/set-0/spd-5.hex # ID = 2(0b0010) Parts = K3LKLKL0EM-MGCN SPD_SOURCES += spd/lp5/set-0/spd-3.hex # ID = 3(0b0011) Parts = K3LKBKB0BM-MGCP +SPD_SOURCES += spd/lp5/set-0/spd-7.hex # ID = 4(0b0100) Parts = K3KL8L80CM-MGCT +SPD_SOURCES += spd/lp5/set-0/spd-11.hex # ID = 5(0b0101) Parts = H58G56BK8BX068 diff --git a/src/mainboard/google/brya/variants/riven/memory/dram_id.generated.txt b/src/mainboard/google/brya/variants/riven/memory/dram_id.generated.txt index f767092..7f8976c 100644 --- a/src/mainboard/google/brya/variants/riven/memory/dram_id.generated.txt +++ b/src/mainboard/google/brya/variants/riven/memory/dram_id.generated.txt @@ -10,3 +10,5 @@ K3LKLKL0EM-MGCN 2 (0010) K3LKBKB0BM-MGCP 3 (0011) H9JCNNNCP3MLYR-N6E 0 (0000) +K3KL8L80CM-MGCT 4 (0100) +H58G56BK8BX068 5 (0101) diff --git a/src/mainboard/google/brya/variants/riven/memory/mem_parts_used.txt b/src/mainboard/google/brya/variants/riven/memory/mem_parts_used.txt index b08faac..2c18a19 100644 --- a/src/mainboard/google/brya/variants/riven/memory/mem_parts_used.txt +++ b/src/mainboard/google/brya/variants/riven/memory/mem_parts_used.txt @@ -15,3 +15,5 @@ K3LKLKL0EM-MGCN K3LKBKB0BM-MGCP H9JCNNNCP3MLYR-N6E +K3KL8L80CM-MGCT +H58G56BK8BX068