Chen Wisley has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/draini: Add new memory support ......................................................................
/mb/google/hatch/var/draini: Add new memory support
1. ram id 8: 16G 2666 2 bank groups memory 2. ram id 9: 16G 3200 4 bank groups memory
BUG=b:142762387 TEST=boot with memory (KAAG165WA-BCT/H5ANAG6NCMR-XNC)
Change-Id: Ic63d911458b59de11c12ce776f6f7d04b1eb3b6c Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/hatch/variants/dratini/Makefile.inc 1 file changed, 10 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/36667/1
diff --git a/src/mainboard/google/hatch/variants/dratini/Makefile.inc b/src/mainboard/google/hatch/variants/dratini/Makefile.inc index 8b7e3d1..c29c92d 100644 --- a/src/mainboard/google/hatch/variants/dratini/Makefile.inc +++ b/src/mainboard/google/hatch/variants/dratini/Makefile.inc @@ -12,14 +12,16 @@ ## GNU General Public License for more details. ##
-SPD_SOURCES = 4G_2400 # 0b000 -SPD_SOURCES += empty_ddr4 # 0b001 -SPD_SOURCES += 8G_2400 # 0b010 -SPD_SOURCES += 8G_2666 # 0b011 -SPD_SOURCES += 16G_2400 # 0b100 -SPD_SOURCES += 16G_2666 # 0b101 -SPD_SOURCES += 8G_3200 # 0b110 -SPD_SOURCES += 16G_3200 # 0b111 +SPD_SOURCES = 4G_2400 # 0b000 +SPD_SOURCES += empty_ddr4 # 0b001 +SPD_SOURCES += 8G_2400 # 0b010 +SPD_SOURCES += 8G_2666 # 0b011 +SPD_SOURCES += 16G_2400 # 0b100 +SPD_SOURCES += 16G_2666 # 0b101 +SPD_SOURCES += 8G_3200 # 0b110 +SPD_SOURCES += 16G_3200 # 0b111 +SPD_SOURCES += 16G_2666_2bg # 0b1000 +SPD_SOURCES += 16G_3200_4bg # 0b1001
bootblock-y += gpio.c ramstage-y += gpio.c
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/draini: Add new memory support ......................................................................
Patch Set 1:
This change is ready for review.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/draini: Add new memory support ......................................................................
Patch Set 1: Code-Review+1
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/draini: Add new memory support ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/36667/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/36667/1//COMMIT_MSG@7 PS1, Line 7: draini nit: dratini
https://review.coreboot.org/c/coreboot/+/36667/1/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/36667/1/src/mainboard/google/hatch/... PS1, Line 18: b0 maybe zero-pad these entries to the same length as the new entries?
Hello Paul Fagerburg, Philip Chen, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36667
to look at the new patch set (#2).
Change subject: /mb/google/hatch/var/draini: Add new memory support ......................................................................
/mb/google/hatch/var/draini: Add new memory support
1. ram id 8: 16G 2666 2 bank groups memory 2. ram id 9: 16G 3200 4 bank groups memory
BUG=b:142762387 TEST=boot with memory (KAAG165WA-BCT/H5ANAG6NCMR-XNC)
Change-Id: Ic63d911458b59de11c12ce776f6f7d04b1eb3b6c Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/hatch/variants/dratini/Makefile.inc 1 file changed, 10 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/36667/2
Hello Paul Fagerburg, Philip Chen, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36667
to look at the new patch set (#3).
Change subject: /mb/google/hatch/var/dratini: Add new memory support ......................................................................
/mb/google/hatch/var/dratini: Add new memory support
1. ram id 8: 16G 2666 2 bank groups memory 2. ram id 9: 16G 3200 4 bank groups memory
BUG=b:142762387 TEST=boot with memory (KAAG165WA-BCT/H5ANAG6NCMR-XNC)
Change-Id: Ic63d911458b59de11c12ce776f6f7d04b1eb3b6c Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/hatch/variants/dratini/Makefile.inc 1 file changed, 10 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/36667/3
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/dratini: Add new memory support ......................................................................
Patch Set 3: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/36667/1/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/36667/1/src/mainboard/google/hatch/... PS1, Line 18: b0
maybe zero-pad these entries to the same length as the new entries?
Done
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/dratini: Add new memory support ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36667/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/36667/1//COMMIT_MSG@7 PS1, Line 7: draini
nit: dratini
Done
Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/dratini: Add new memory support ......................................................................
Patch Set 3: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36667 )
Change subject: /mb/google/hatch/var/dratini: Add new memory support ......................................................................
/mb/google/hatch/var/dratini: Add new memory support
1. ram id 8: 16G 2666 2 bank groups memory 2. ram id 9: 16G 3200 4 bank groups memory
BUG=b:142762387 TEST=boot with memory (KAAG165WA-BCT/H5ANAG6NCMR-XNC)
Change-Id: Ic63d911458b59de11c12ce776f6f7d04b1eb3b6c Signed-off-by: Wisley Chen wisley.chen@quantatw.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/36667 Reviewed-by: Patrick Georgi pgeorgi@google.com Reviewed-by: Paul Fagerburg pfagerburg@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/hatch/variants/dratini/Makefile.inc 1 file changed, 10 insertions(+), 8 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, but someone else must approve Paul Fagerburg: Looks good to me, approved
diff --git a/src/mainboard/google/hatch/variants/dratini/Makefile.inc b/src/mainboard/google/hatch/variants/dratini/Makefile.inc index 8b7e3d1..4ed09c9 100644 --- a/src/mainboard/google/hatch/variants/dratini/Makefile.inc +++ b/src/mainboard/google/hatch/variants/dratini/Makefile.inc @@ -12,14 +12,16 @@ ## GNU General Public License for more details. ##
-SPD_SOURCES = 4G_2400 # 0b000 -SPD_SOURCES += empty_ddr4 # 0b001 -SPD_SOURCES += 8G_2400 # 0b010 -SPD_SOURCES += 8G_2666 # 0b011 -SPD_SOURCES += 16G_2400 # 0b100 -SPD_SOURCES += 16G_2666 # 0b101 -SPD_SOURCES += 8G_3200 # 0b110 -SPD_SOURCES += 16G_3200 # 0b111 +SPD_SOURCES = 4G_2400 # 0b0000 +SPD_SOURCES += empty_ddr4 # 0b0001 +SPD_SOURCES += 8G_2400 # 0b0010 +SPD_SOURCES += 8G_2666 # 0b0011 +SPD_SOURCES += 16G_2400 # 0b0100 +SPD_SOURCES += 16G_2666 # 0b0101 +SPD_SOURCES += 8G_3200 # 0b0110 +SPD_SOURCES += 16G_3200 # 0b0111 +SPD_SOURCES += 16G_2666_2bg # 0b1000 +SPD_SOURCES += 16G_3200_4bg # 0b1001
bootblock-y += gpio.c ramstage-y += gpio.c