Bora Guvendik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
mb/google/drallion: Add new SPD file for drallion
Add the SPD data for MT40A1G16KD-062E:E
BUG=b:139397313 TEST=Compile successfully.
Change-Id: I3d1ae9269ff3129845a7f53dbacbab6e1b66b6d5 Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- A src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.bin M src/mainboard/google/drallion/variants/drallion/Makefile.inc M src/mainboard/google/drallion/variants/drallion/memory.c 3 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35945/1
diff --git a/src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.bin b/src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.bin new file mode 100644 index 0000000..ab2273b --- /dev/null +++ b/src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.bin Binary files differ diff --git a/src/mainboard/google/drallion/variants/drallion/Makefile.inc b/src/mainboard/google/drallion/variants/drallion/Makefile.inc index ef3d54d..ccbcb08 100644 --- a/src/mainboard/google/drallion/variants/drallion/Makefile.inc +++ b/src/mainboard/google/drallion/variants/drallion/Makefile.inc @@ -22,6 +22,7 @@ SPD_SOURCES += hynix_dimm_H5ANAG6NCMR-VKC # 0b11001 SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD # 0b10011 SPD_SOURCES += samsung_dimm_K4AAG165WB-MCTD # 0b11011 +SPD_SOURCES += micron_dimm_MT40A1G16KD-062EE # 0b11010
bootblock-y += gpio.c ramstage-y += gpio.c diff --git a/src/mainboard/google/drallion/variants/drallion/memory.c b/src/mainboard/google/drallion/variants/drallion/memory.c index 37d009a..9c4135d 100644 --- a/src/mainboard/google/drallion/variants/drallion/memory.c +++ b/src/mainboard/google/drallion/variants/drallion/memory.c @@ -24,7 +24,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 6, 1, 0, 0, 0, - 0, 5, 0, 7, 2, 0, 0, 0 + 0, 5, 8, 7, 2, 0, 0, 0 };
const struct cnl_mb_cfg *get_variant_memory_cfg(struct cnl_mb_cfg *mem_cfg)
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35945
to look at the new patch set (#2).
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
mb/google/drallion: Add new SPD file for drallion
Add the SPD data for MT40A1G16KD-062E:E
BUG=b:139397313 TEST=Compile successfully.
Change-Id: I3d1ae9269ff3129845a7f53dbacbab6e1b66b6d5 Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- A src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex M src/mainboard/google/drallion/variants/drallion/Makefile.inc M src/mainboard/google/drallion/variants/drallion/memory.c 3 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35945/2
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35945
to look at the new patch set (#3).
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
mb/google/drallion: Add new SPD file for drallion
Add the SPD data for MT40A1G16KD-062E:E
BUG=b:139397313 TEST=Compile successfully.
Change-Id: I3d1ae9269ff3129845a7f53dbacbab6e1b66b6d5 Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- A src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex M src/mainboard/google/drallion/variants/drallion/Makefile.inc M src/mainboard/google/drallion/variants/drallion/memory.c 3 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35945/3
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35945
to look at the new patch set (#4).
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
mb/google/drallion: Add new SPD file for drallion
Add the SPD data for MT40A1G16KD-062E:E
BUG=b:139397313 TEST=Compile successfully.
Change-Id: I3d1ae9269ff3129845a7f53dbacbab6e1b66b6d5 Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- A src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex M src/mainboard/google/drallion/variants/drallion/Makefile.inc M src/mainboard/google/drallion/variants/drallion/memory.c 3 files changed, 34 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35945/4
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
Patch Set 4:
(31 comments)
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... File src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex:
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 1: 23 11 0C 03 46 29 00 08 00 60 00 03 02 03 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 2: 00 00 05 0D F8 FF 2B 00 6E 6E 6E 11 00 6E F0 0A DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 3: 20 08 00 05 00 F0 2B 34 28 00 78 00 14 3C 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 4: 00 00 00 00 00 00 00 00 00 00 00 00 16 36 0B 35 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 5: 16 36 0B 35 00 00 16 36 0B 35 16 36 0B 35 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 8: 00 00 00 00 00 00 9C B5 00 00 00 00 E7 00 40 36 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 9: 0F 01 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 11: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 12: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 13: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 14: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 15: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 16: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7D 21 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 17: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 18: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 19: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 21: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 22: 00 00 00 00 00 00 00 00 00 00 00 00 00 31 80 2C DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 23: 45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 24: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 25: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 26: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 27: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 28: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 29: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
https://review.coreboot.org/c/coreboot/+/35945/4/src/mainboard/google/dralli... PS4, Line 31: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DOS line endings
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35945
to look at the new patch set (#5).
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
mb/google/drallion: Add new SPD file for drallion
Add the SPD data for MT40A1G16KD-062E:E
BUG=b:139397313 TEST=Compile successfully.
Change-Id: I3d1ae9269ff3129845a7f53dbacbab6e1b66b6d5 Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- A src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex M src/mainboard/google/drallion/variants/drallion/Makefile.inc M src/mainboard/google/drallion/variants/drallion/memory.c 3 files changed, 34 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35945/5
EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... File src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex:
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... PS5, Line 21: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 lack of part number
Bora Guvendik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... File src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex:
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... PS5, Line 21: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
lack of part number
Is it needed for memory down? The SPD data I received has all 0s for part number.
EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... File src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex:
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... PS5, Line 21: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Is it needed for memory down? The SPD data I received has all 0s for part number.
In some project part number is reported by CBI command. But we need them, I'll check, please hold on.
Hello Thejaswani Putta, EricR Lai, Aamir Bohra, Bernardo Perez Priego, Selma Bensaid, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35945
to look at the new patch set (#6).
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
mb/google/drallion: Add new SPD file for drallion
Add the SPD data for MT40A1G16KD-062E:E
BUG=b:139397313 TEST=Compile successfully.
Change-Id: I3d1ae9269ff3129845a7f53dbacbab6e1b66b6d5 Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- A src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex M src/mainboard/google/drallion/variants/drallion/Makefile.inc M src/mainboard/google/drallion/variants/drallion/memory.c 3 files changed, 34 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35945/6
Bora Guvendik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... File src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex:
https://review.coreboot.org/c/coreboot/+/35945/5/src/mainboard/google/dralli... PS5, Line 21: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
In some project part number is reported by CBI command. […]
Updated, thanks for finding out the information.
EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
Patch Set 6: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/35945 )
Change subject: mb/google/drallion: Add new SPD file for drallion ......................................................................
mb/google/drallion: Add new SPD file for drallion
Add the SPD data for MT40A1G16KD-062E:E
BUG=b:139397313 TEST=Compile successfully.
Change-Id: I3d1ae9269ff3129845a7f53dbacbab6e1b66b6d5 Signed-off-by: Bora Guvendik bora.guvendik@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/35945 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: EricR Lai ericr_lai@compal.corp-partner.google.com --- A src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex M src/mainboard/google/drallion/variants/drallion/Makefile.inc M src/mainboard/google/drallion/variants/drallion/memory.c 3 files changed, 34 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified EricR Lai: Looks good to me, approved
diff --git a/src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex b/src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex new file mode 100644 index 0000000..4fe4d0e --- /dev/null +++ b/src/mainboard/google/drallion/spd/micron_dimm_MT40A1G16KD-062EE.spd.hex @@ -0,0 +1,32 @@ +23 11 0C 03 46 29 00 08 00 60 00 03 02 03 00 00 +00 00 05 0D F8 FF 2B 00 6E 6E 6E 11 00 6E F0 0A +20 08 00 05 00 F0 2B 34 28 00 78 00 14 3C 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 16 36 0B 35 +16 36 0B 35 00 00 16 36 0B 35 16 36 0B 35 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 9C B5 00 00 00 00 E7 00 40 36 +0F 01 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 7D 21 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 34 41 54 46 35 31 32 +36 34 48 5A 2D 33 47 32 45 31 20 20 20 31 80 2C +45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 diff --git a/src/mainboard/google/drallion/variants/drallion/Makefile.inc b/src/mainboard/google/drallion/variants/drallion/Makefile.inc index ef3d54d..ccbcb08 100644 --- a/src/mainboard/google/drallion/variants/drallion/Makefile.inc +++ b/src/mainboard/google/drallion/variants/drallion/Makefile.inc @@ -22,6 +22,7 @@ SPD_SOURCES += hynix_dimm_H5ANAG6NCMR-VKC # 0b11001 SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD # 0b10011 SPD_SOURCES += samsung_dimm_K4AAG165WB-MCTD # 0b11011 +SPD_SOURCES += micron_dimm_MT40A1G16KD-062EE # 0b11010
bootblock-y += gpio.c ramstage-y += gpio.c diff --git a/src/mainboard/google/drallion/variants/drallion/memory.c b/src/mainboard/google/drallion/variants/drallion/memory.c index 37d009a..9c4135d 100644 --- a/src/mainboard/google/drallion/variants/drallion/memory.c +++ b/src/mainboard/google/drallion/variants/drallion/memory.c @@ -24,7 +24,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 6, 1, 0, 0, 0, - 0, 5, 0, 7, 2, 0, 0, 0 + 0, 5, 8, 7, 2, 0, 0, 0 };
const struct cnl_mb_cfg *get_variant_memory_cfg(struct cnl_mb_cfg *mem_cfg)