Kane Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
mainboard/google/hatch: Add Palkia support
Add Palkia as a variant of Hatch.
BUG=b:none BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a attempts to build a Helios target.
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: Ifeb1e2808f3779a1a1c4da9b71b535b02fb4e1e0 --- M src/mainboard/google/hatch/Kconfig M src/mainboard/google/hatch/Kconfig.name 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/39096/1
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 783ec73..3add7ab 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -98,6 +98,7 @@ default "Kindred" if BOARD_GOOGLE_KINDRED default "Kohaku" if BOARD_GOOGLE_KOHAKU default "Mushu" if BOARD_GOOGLE_MUSHU + default "Palkia" if BOARD_GOOGLE_PALKIA default "Puff" if BOARD_GOOGLE_PUFF default "Stryke" if BOARD_GOOGLE_STRYKE
@@ -121,6 +122,7 @@ default "kindred" if BOARD_GOOGLE_KINDRED default "kohaku" if BOARD_GOOGLE_KOHAKU default "mushu" if BOARD_GOOGLE_MUSHU + default "palkia" if BOARD_GOOGLE_PALKIA default "puff" if BOARD_GOOGLE_PUFF default "stryke" if BOARD_GOOGLE_STRYKE
diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name index e216135..c2dd7ca 100644 --- a/src/mainboard/google/hatch/Kconfig.name +++ b/src/mainboard/google/hatch/Kconfig.name @@ -60,3 +60,10 @@ bool "-> Stryke" select BOARD_GOOGLE_BASEBOARD_HATCH select BOARD_ROMSIZE_KB_16384 + +config BOARD_GOOGLE_PALKIA + bool "-> Palkia" + select BOARD_GOOGLE_BASEBOARD_HATCH + select BOARD_ROMSIZE_KB_16384 + select CHROMEOS_DSM_CALIB + select DRIVERS_I2C_RT1011
Kane Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 1: Code-Review+1
Zhuohao Lee has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 1: Code-Review+1
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG@7 PS1, Line 7: mainboard mb
Ken Lu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG@7 PS1, Line 7: mainboard
mb
mainboard is folder name under coreboot . Should we change it to mb ?
Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 1:
(1 comment)
Can you look into why the build is failing and this is getting marked Verified-1?
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG@14 PS1, Line 14: Helios Palkia
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 1:
(1 comment)
The error can be found in https://qa.coreboot.org/job/coreboot-gerrit/117388/testReport/junit/(root)/b...
SCONFIG mainboard/google/hatch/variants/baseboard/devicetree.cb line 159: : syntax error
I'm not sure how reliable the line number is in an overridetree, but there's some syntax error _somewhere_.
Please merge this with its parent commit, so that we don't have a commit that adds inactive code to the tree. Otherwise we see errors here that are really the result of something in the other commit (like in this example).
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39096/1//COMMIT_MSG@7 PS1, Line 7: mainboard
mainboard is folder name under coreboot . […]
Originally, we spelled out paths in long form. For "mainboard" specifically, some contributors use the "mb" short hand. You _can_ use it, but you don't have to.
Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 1:
Patch Set 1:
(1 comment)
The error can be found in https://qa.coreboot.org/job/coreboot-gerrit/117388/testReport/junit/(root)/b...
SCONFIG mainboard/google/hatch/variants/baseboard/devicetree.cb
line 159: : syntax error
I'm not sure how reliable the line number is in an overridetree, but there's some syntax error _somewhere_.
Please merge this with its parent commit, so that we don't have a commit that adds inactive code to the tree. Otherwise we see errors here that are really the result of something in the other commit (like in this example).
I noted it in the previous commit, looks like an 'end' statement is missing.
Hello Zhuohao Lee, Zhuohao Lee, Paul Fagerburg, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39096
to look at the new patch set (#2).
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
mainboard/google/hatch: Add Palkia support
Add Palkia as a variant of Hatch.
BUG=b:none BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a attempts to build a Helios target.
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: Ifeb1e2808f3779a1a1c4da9b71b535b02fb4e1e0 --- M src/mainboard/google/hatch/Kconfig M src/mainboard/google/hatch/Kconfig.name M src/mainboard/google/hatch/variants/palkia/overridetree.cb 3 files changed, 12 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/39096/2
Hello Zhuohao Lee, Zhuohao Lee, Paul Fagerburg, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39096
to look at the new patch set (#3).
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
mainboard/google/hatch: Add Palkia support
Add Palkia as a variant of Hatch.
BUG=b:none BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a attempts to build a Helios target.
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: Ifeb1e2808f3779a1a1c4da9b71b535b02fb4e1e0 --- M src/mainboard/google/hatch/Kconfig M src/mainboard/google/hatch/Kconfig.name 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/39096/3
Hello Zhuohao Lee, Zhuohao Lee, Paul Fagerburg, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39096
to look at the new patch set (#4).
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
mainboard/google/hatch: Add Palkia support
Add Palkia as a variant of Hatch.
BUG=b:none BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a attempts to build a Palkia target.
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: Ifeb1e2808f3779a1a1c4da9b71b535b02fb4e1e0 --- M src/mainboard/google/hatch/Kconfig M src/mainboard/google/hatch/Kconfig.name 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/39096/4
Hello Zhuohao Lee, Zhuohao Lee, Paul Fagerburg, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39096
to look at the new patch set (#5).
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
mainboard/google/hatch: Add Palkia support
Add Palkia as a variant of Hatch.
BUG=b:150254194 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a attempts to build a Palkia target.
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: Ifeb1e2808f3779a1a1c4da9b71b535b02fb4e1e0 --- M src/mainboard/google/hatch/Kconfig M src/mainboard/google/hatch/Kconfig.name 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/39096/5
Hello Shelley Chen, build bot (Jenkins), Tim Wawrzynczak, Paul Fagerburg, Zhuohao Lee, Zhuohao Lee,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39096
to look at the new patch set (#6).
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
mainboard/google/hatch: Add Palkia support
Add Palkia as a variant of Hatch.
BUG=b:150254194 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a attempts to build a Palkia target.
Signed-off-by: Kane Chen kane_chen@pegatron.corp-partner.google.com Change-Id: Ifeb1e2808f3779a1a1c4da9b71b535b02fb4e1e0 --- M src/mainboard/google/hatch/Kconfig M src/mainboard/google/hatch/Kconfig.name 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/39096/6
Kane Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 6: Code-Review+1
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 6:
Shouldn't this be part of CB:38860 ?
Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 6: Code-Review-1
Patch Set 6:
Shouldn't this be part of CB:38860 ?
+1. These changes are in CB:38860 and so this CL is unnecessary and should be abandoned.
Kane Chen has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Abandoned
These changes add to CB:38860.
Kane Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39096 )
Change subject: mainboard/google/hatch: Add Palkia support ......................................................................
Patch Set 6:
Patch Set 6: Code-Review-1
Patch Set 6:
Shouldn't this be part of CB:38860 ?
+1. These changes are in CB:38860 and so this CL is unnecessary and should be abandoned.
Done.