Meera Ravindranath has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Adding spd hex file for Samsung memory part ......................................................................
mb/google/dedede: Adding spd hex file for Samsung memory part
BUG=b:150154457 BRANCH=none TEST=Build dedede, flash and boot to kernel.
Change-Id: I7248861efd1edd5a0df0e17d39a47c168cab100e Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com --- A src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex M src/mainboard/google/dedede/variants/waddledoo/Makefile.inc 2 files changed, 33 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/39348/1
diff --git a/src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex b/src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex new file mode 100644 index 0000000..e1f27fb --- /dev/null +++ b/src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex @@ -0,0 +1,32 @@ +23 11 11 0E 15 19 95 08 00 40 00 00 02 21 00 00 +48 00 04 FF 92 55 00 00 8C 00 90 A8 90 C0 08 60 +04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 7F E1 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 20 00 00 00 20 20 20 20 20 20 20 +20 20 20 20 20 20 20 20 20 20 20 20 20 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 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/dedede/variants/waddledoo/Makefile.inc b/src/mainboard/google/dedede/variants/waddledoo/Makefile.inc index 28da8f6..c55051b 100644 --- a/src/mainboard/google/dedede/variants/waddledoo/Makefile.inc +++ b/src/mainboard/google/dedede/variants/waddledoo/Makefile.inc @@ -8,3 +8,4 @@
SPD_SOURCES = empty #0b0000 SPD_SOURCES += Micron_MT53E512M32D2NP_2GB #0b0001 +SPD_SOURCES += samsung-K4U6E3S4AA-MGCL #0b0010
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Adding spd hex file for Samsung memory part ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39348/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39348/1//COMMIT_MSG@7 PS1, Line 7: spd hex SPD
Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Aamir Bohra, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39348
to look at the new patch set (#2).
Change subject: mb/google/dedede: Adding SPD hex file for Samsung memory part ......................................................................
mb/google/dedede: Adding SPD hex file for Samsung memory part
BUG=b:150154457 BRANCH=none TEST=Build dedede, flash and boot to kernel.
Change-Id: I7248861efd1edd5a0df0e17d39a47c168cab100e Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com --- A src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex M src/mainboard/google/dedede/variants/waddledoo/Makefile.inc 2 files changed, 33 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/39348/2
Meera Ravindranath has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Adding SPD hex file for Samsung memory part ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39348/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39348/1//COMMIT_MSG@7 PS1, Line 7: spd hex
SPD
Done
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Adding SPD hex file for Samsung memory part ......................................................................
Patch Set 2: Code-Review+1
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Adding SPD hex file for Samsung memory part ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39348/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39348/2//COMMIT_MSG@7 PS2, Line 7: Adding Imperative mood: Add
Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Aamir Bohra, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39348
to look at the new patch set (#3).
Change subject: mb/google/dedede: Add SPD hex file for Samsung memory part ......................................................................
mb/google/dedede: Add SPD hex file for Samsung memory part
BUG=b:150154457 BRANCH=none TEST=Build dedede, flash and boot to kernel.
Change-Id: I7248861efd1edd5a0df0e17d39a47c168cab100e Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com --- A src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex M src/mainboard/google/dedede/variants/waddledoo/Makefile.inc 2 files changed, 33 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/39348/3
Meera Ravindranath has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Add SPD hex file for Samsung memory part ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39348/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39348/2//COMMIT_MSG@7 PS2, Line 7: Adding
Imperative mood: Add
Done
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Add SPD hex file for Samsung memory part ......................................................................
Patch Set 3: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Add SPD hex file for Samsung memory part ......................................................................
mb/google/dedede: Add SPD hex file for Samsung memory part
BUG=b:150154457 BRANCH=none TEST=Build dedede, flash and boot to kernel.
Change-Id: I7248861efd1edd5a0df0e17d39a47c168cab100e Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/39348 Reviewed-by: Karthik Ramasubramanian kramasub@google.com Reviewed-by: Aamir Bohra aamir.bohra@intel.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- A src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex M src/mainboard/google/dedede/variants/waddledoo/Makefile.inc 2 files changed, 33 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Aamir Bohra: Looks good to me, but someone else must approve Karthik Ramasubramanian: Looks good to me, approved
diff --git a/src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex b/src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex new file mode 100644 index 0000000..e1f27fb --- /dev/null +++ b/src/mainboard/google/dedede/spd/samsung-K4U6E3S4AA-MGCL.spd.hex @@ -0,0 +1,32 @@ +23 11 11 0E 15 19 95 08 00 40 00 00 02 21 00 00 +48 00 04 FF 92 55 00 00 8C 00 90 A8 90 C0 08 60 +04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 7F E1 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 20 00 00 00 20 20 20 20 20 20 20 +20 20 20 20 20 20 20 20 20 20 20 20 20 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +00 00 00 00 00 00 00 00 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/dedede/variants/waddledoo/Makefile.inc b/src/mainboard/google/dedede/variants/waddledoo/Makefile.inc index 28da8f6..c55051b 100644 --- a/src/mainboard/google/dedede/variants/waddledoo/Makefile.inc +++ b/src/mainboard/google/dedede/variants/waddledoo/Makefile.inc @@ -8,3 +8,4 @@
SPD_SOURCES = empty #0b0000 SPD_SOURCES += Micron_MT53E512M32D2NP_2GB #0b0001 +SPD_SOURCES += samsung-K4U6E3S4AA-MGCL #0b0010
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39348 )
Change subject: mb/google/dedede: Add SPD hex file for Samsung memory part ......................................................................
Patch Set 4:
Automatic boot test returned (PASS/FAIL/TOTAL): 3/0/3 Emulation targets: EMULATION_QEMU_X86_Q35 using payload TianoCore : SUCCESS : https://lava.9esec.io/r/1262 EMULATION_QEMU_X86_Q35 using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/1261 EMULATION_QEMU_X86_I440FX using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/1260
Please note: This test is under development and might not be accurate at all!