Attention is currently required from: Tony Huang, Robert Chen, Shou-Chieh Hsu, Karthik Ramasubramanian.
Henry Sun has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62002 )
Change subject: mb/google/dedede/var/lantis: Add ELAN touchscreen support for Landrid
......................................................................
Patch Set 13: Code-Review-1
--
To view, visit https://review.coreboot.org/c/coreboot/+/62002
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I23d3de5e45aa2876c1590a1e09679d652a3f2906
Gerrit-Change-Number: 62002
Gerrit-PatchSet: 13
Gerrit-Owner: Robert Chen <robert.chen(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Henry Sun <henrysun(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Shou-Chieh Hsu <shouchieh(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: Tony Huang <tony-huang(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Kevin Chiu <kevin.chiu.17802(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Shon Wang <shon.wang(a)quanta.corp-partner.google.com>
Gerrit-CC: Wisley Chen <wisley.chen(a)quanta.corp-partner.google.com>
Gerrit-Attention: Tony Huang <tony-huang(a)quanta.corp-partner.google.com>
Gerrit-Attention: Robert Chen <robert.chen(a)quanta.corp-partner.google.com>
Gerrit-Attention: Shou-Chieh Hsu <shouchieh(a)google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Mon, 07 Mar 2022 04:08:25 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Reka Norman.
Krishna P Bhat D has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62585 )
Change subject: mb/google/brya/var/nivviks: Change bluetooth USB2 port from 8 to 10
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/62585
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ica2067023125c04fc753eabc944ae29ff59dc864
Gerrit-Change-Number: 62585
Gerrit-PatchSet: 2
Gerrit-Owner: Reka Norman <rekanorman(a)chromium.org>
Gerrit-Reviewer: EricR Lai <ericr_lai(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Krishna P Bhat D <krishna.p.bhat.d(a)intel.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Kangheui Won <khwon(a)chromium.org>
Gerrit-CC: Reka Norman <rekanorman(a)google.com>
Gerrit-CC: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-CC: Usha P <usha.p(a)intel.com>
Gerrit-Attention: Reka Norman <rekanorman(a)chromium.org>
Gerrit-Comment-Date: Mon, 07 Mar 2022 04:06:18 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61531
to look at the new patch set (#8).
Change subject: include/devices/pci_ids.h: Rework indentations
......................................................................
include/devices/pci_ids.h: Rework indentations
CB:39331 is a tree-wide change trying to reduce the line length when PCI
IDs are used. Even if the commands documented in its commit message took
care of many resulting spacing issues, some are still left.
Thus, rework the remaining spacing issues.
Change-Id: I070d5fbeece570aa410637d3b5b2d24137c9401f
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/include/device/pci_ids.h
1 file changed, 961 insertions(+), 961 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/61531/8
--
To view, visit https://review.coreboot.org/c/coreboot/+/61531
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I070d5fbeece570aa410637d3b5b2d24137c9401f
Gerrit-Change-Number: 61531
Gerrit-PatchSet: 8
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Arthur Heymans, Paul Menzel, Yu-Ping Wu, Jianjun Wang.
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56793 )
Change subject: soc/mediatek/mt8195: Enable PCIe support for mt8195
......................................................................
Patch Set 18:
(1 comment)
File src/soc/mediatek/mt8195/Kconfig:
https://review.coreboot.org/c/coreboot/+/56793/comment/7ee403ad_e81d107d
PS8, Line 13: select PCIE_MEDIATEK
> hungte@, do you prefer enabling PCI in mainboard Kconfig?
That really depends on how we organize the initialization.
One typical solution is
- Always select the config in SoC, since it's always available
- But don't do init by default in SoC folder, and leave it to the mainboard to decide if it wants to init.
On the otherhand, if there's no easy way to do that (e.g., there are lots of init steps must be done inside other init steps so we can't easily decide it from mainboard), then I'd agree to move the option into mainboard.
From the change here, I can't easily identify which is the case - will things go wrong if we select PCI, and support pci_domain_ops, but don't really enable PCI?
--
To view, visit https://review.coreboot.org/c/coreboot/+/56793
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I314572955f1021abe9f2f0f4635670135ed08fff
Gerrit-Change-Number: 56793
Gerrit-PatchSet: 18
Gerrit-Owner: Jianjun Wang <jianjun.wang(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur.heymans(a)9elements.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Arthur Heymans <arthur.heymans(a)9elements.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Jianjun Wang <jianjun.wang(a)mediatek.corp-partner.google.com>
Gerrit-Comment-Date: Mon, 07 Mar 2022 03:49:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Comment-In-Reply-To: Jianjun Wang <jianjun.wang(a)mediatek.corp-partner.google.com>
Gerrit-MessageType: comment
Felix Singer has uploaded a new patch set (#7). ( https://review.coreboot.org/c/coreboot/+/61531 )
Change subject: include/devices/pci_ids.h: Rework indentations
......................................................................
include/devices/pci_ids.h: Rework indentations
CB:39331 is a tree-wide change trying to reduce the line length when PCI
IDs are used. Even if the commands documented in its commit message took
care of many resulting spacing issues, some are still left.
Thus, rework the remaining spacing issues.
Change-Id: I070d5fbeece570aa410637d3b5b2d24137c9401f
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/include/device/pci_ids.h
1 file changed, 961 insertions(+), 961 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/61531/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/61531
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I070d5fbeece570aa410637d3b5b2d24137c9401f
Gerrit-Change-Number: 61531
Gerrit-PatchSet: 7
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61531 )
Change subject: include/devices/pci_ids.h: Rework indentations
......................................................................
Patch Set 6:
(1 comment)
File src/include/device/pci_ids.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-143252):
https://review.coreboot.org/c/coreboot/+/61531/comment/b7dbe203_40182e54
PS6, Line 832: #define PCI_DID_PCTECH_SAMURAI_IDE 0x3020
please, no space before tabs
--
To view, visit https://review.coreboot.org/c/coreboot/+/61531
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I070d5fbeece570aa410637d3b5b2d24137c9401f
Gerrit-Change-Number: 61531
Gerrit-PatchSet: 6
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 07 Mar 2022 03:35:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Felix Singer has uploaded a new patch set (#6). ( https://review.coreboot.org/c/coreboot/+/61531 )
Change subject: include/devices/pci_ids.h: Rework indentations
......................................................................
include/devices/pci_ids.h: Rework indentations
CB:39331 is a tree-wide change trying to reduce the line length when PCI
IDs are used. Even if the used commands documented in its commit message
took care of many resulting spacing issues, some are still left.
Thus, rework the remaining spacing issues.
Change-Id: I070d5fbeece570aa410637d3b5b2d24137c9401f
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/include/device/pci_ids.h
1 file changed, 961 insertions(+), 961 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/61531/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/61531
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I070d5fbeece570aa410637d3b5b2d24137c9401f
Gerrit-Change-Number: 61531
Gerrit-PatchSet: 6
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset