Attention is currently required from: Hung-Te Lin, Xi Chen, Yidi Lin.
Yu-Ping Wu has posted comments on this change by Yidi Lin. ( https://review.coreboot.org/c/coreboot/+/85623?usp=email )
The change is no longer submittable: All-Comments-Resolved is unsatisfied now.
Change subject: soc/mediatek/common: Move some functions to spm_v1.c
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85623/comment/6ad927f0_7c37361f?us… :
PS1, Line 12: named
name
--
To view, visit https://review.coreboot.org/c/coreboot/+/85623?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I028d8f8ca8c9988d26d400f25ca09a2615541364
Gerrit-Change-Number: 85623
Gerrit-PatchSet: 1
Gerrit-Owner: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Xi Chen <xixi.chen(a)mediatek.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Xi Chen <xixi.chen(a)mediatek.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Comment-Date: Wed, 18 Dec 2024 00:24:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Hung-Te Lin, Xi Chen, Yidi Lin.
Yu-Ping Wu has posted comments on this change by Yidi Lin. ( https://review.coreboot.org/c/coreboot/+/85623?usp=email )
Change subject: soc/mediatek/common: Move some functions to spm_v1.c
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85623?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I028d8f8ca8c9988d26d400f25ca09a2615541364
Gerrit-Change-Number: 85623
Gerrit-PatchSet: 1
Gerrit-Owner: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Xi Chen <xixi.chen(a)mediatek.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Xi Chen <xixi.chen(a)mediatek.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Comment-Date: Wed, 18 Dec 2024 00:24:23 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Bora Guvendik, Cliff Huang, Jérémy Compostella, Kyoung Il Kim, Subrata Banik.
Jérémy Compostella has uploaded a new patch set (#6) to the change originally created by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85198?usp=email )
Change subject: drivers/intel/touch: Add Intel Touch Controller driver
......................................................................
drivers/intel/touch: Add Intel Touch Controller driver
THC is a hardware component that interfaces between a touch sensor and
the system's SPI or I2C bus. This driver publishes data into the
Secondary System Descriptor Table (SSDT).
This driver generates the following ACPI objects:
- Device Specific Method (_DSM)
- Current Resource Settings (_CRS)
- Power resource with Status (_STA), _ON, and _OFF methods
- Device Specific Data (_DSD) for THC-I2C
- Device Reset (_RST) for THC-SPI
Template device configuration for the following supported devices:
- Wacom: THC-SPI touchscreen only
- Elan: both THC-SPI and THC-I2C touchscreen
- Hynitron: THC-I2C touchpad only
BUG=none
Signed-off-by: Cliff Huang <cliff.huang(a)intel.com>
Signed-off-by: Jeremy Compostella <jeremy.compostella(a)intel.com>
Change-Id: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
---
A src/drivers/intel/touch/Kconfig
A src/drivers/intel/touch/Makefile.mk
A src/drivers/intel/touch/chip.h
A src/drivers/intel/touch/elan.h
A src/drivers/intel/touch/hynitron.h
A src/drivers/intel/touch/touch.c
A src/drivers/intel/touch/wacom.h
7 files changed, 1,025 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/85198/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/85198?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
Gerrit-Change-Number: 85198
Gerrit-PatchSet: 6
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Attention is currently required from: Bora Guvendik, Cliff Huang, Kapil Porwal, Kyoung Il Kim, Paul Menzel, Pranava Y N, Subrata Banik.
Jérémy Compostella has posted comments on this change by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85199?usp=email )
Change subject: soc/intel/pantherlake: Update Touch Controller UPD params
......................................................................
Patch Set 7:
(5 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85199/comment/fc7a0a07_f2d2125d?us… :
PS5, Line 9: :
> Not needed.
Done
https://review.coreboot.org/c/coreboot/+/85199/comment/029699ac_f63be060?us… :
PS5, Line 9: ThcAssignment
> ThcAssignment was already set before?
Done
https://review.coreboot.org/c/coreboot/+/85199/comment/a27454a3_9114aa99?us… :
PS5, Line 12: modified: src/soc/intel/pantherlake/chip.h
: modified: src/soc/intel/pantherlake/fsp_params.c
> Not needed, as the Gerrit interface and `git show --stat` show this.
Done
File src/soc/intel/pantherlake/chip.h:
https://review.coreboot.org/c/coreboot/+/85199/comment/1b3deed4_12a486bf?us… :
PS5, Line 517: /* Touch Host Controller Mode
: * Switch between Intel THC protocol and Industry standard HID Over SPI protocol.
: * 0x0:Thc, 0x1:Hid, 0x2:I2c
: */
: uint8_t thc_mode[2];
:
: /* Touch Host Controller Wake On Touch
: * Based on this setting vGPIO for given THC will be in native mode, and additional
: * _CRS for wake will be exposed in ACPI
: */
> Please use the recommended multi-line comment styles. […]
Done
https://review.coreboot.org/c/coreboot/+/85199/comment/37179fd8_1982fe9b?us… :
PS5, Line 527: uint8_t thc_wake_on_touch[2];
> Why not bool?
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/85199?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I15fb62eaadc03b9a17e94609b97c686518150e2e
Gerrit-Change-Number: 85199
Gerrit-PatchSet: 7
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Pranava Y N <pranavayn(a)google.com>
Gerrit-Comment-Date: Wed, 18 Dec 2024 00:02:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Attention is currently required from: Bora Guvendik, Cliff Huang, Jérémy Compostella, Kyoung Il Kim, Subrata Banik.
Jérémy Compostella has uploaded a new patch set (#5) to the change originally created by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85198?usp=email )
The following approvals got outdated and were removed:
Code-Review-1 by Jérémy Compostella, Verified+1 by build bot (Jenkins)
Change subject: drivers/intel/touch: Add Intel Touch Controller driver
......................................................................
drivers/intel/touch: Add Intel Touch Controller driver
THC is a hardware component that interfaces between a touch sensor and
the system's SPI or I2C bus. This driver publishes data into the
Secondary System Descriptor Table (SSDT).
This driver generates the following ACPI objects:
- Device Specific Method (_DSM)
- Current Resource Settings (_CRS)
- Power resource with Status (_STA), _ON, and _OFF methods
- Device Specific Data (_DSD) for THC-I2C
- Device Reset (_RST) for THC-SPI
Template device configuration for the following supported devices:
- Wacom: THC-SPI touchscreen only
- Elan: both THC-SPI and THC-I2C touchscreen
- Hynitron: THC-I2C touchpad only
BUG=none
Signed-off-by: Cliff Huang <cliff.huang(a)intel.com>
Signed-off-by: Jeremy Compostella <jeremy.compostella(a)intel.com>
Change-Id: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
---
A src/drivers/intel/touch/Kconfig
A src/drivers/intel/touch/Makefile.mk
A src/drivers/intel/touch/chip.h
A src/drivers/intel/touch/elan.h
A src/drivers/intel/touch/hynitron.h
A src/drivers/intel/touch/touch.c
A src/drivers/intel/touch/wacom.h
7 files changed, 1,025 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/85198/5
--
To view, visit https://review.coreboot.org/c/coreboot/+/85198?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
Gerrit-Change-Number: 85198
Gerrit-PatchSet: 5
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Attention is currently required from: Felix Singer.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85609?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: mb/topton/adl: Disable mapped SATA port
......................................................................
mb/topton/adl: Disable mapped SATA port
According to Intel mFIT tool, SATA Port 0 is mapped as RP11 (PCI-E).
Disable SATA mapping on that port.
Change-Id: I9556383952d163a145ac73cb846740a4ce67a1e1
Signed-off-by: Alicja Michalska <alicja.michalska(a)9elements.com>
---
M src/mainboard/topton/adl/devicetree.cb
M src/mainboard/topton/adl/gpio.h
2 files changed, 1 insertion(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/85609/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/85609?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I9556383952d163a145ac73cb846740a4ce67a1e1
Gerrit-Change-Number: 85609
Gerrit-PatchSet: 4
Gerrit-Owner: Alicja Michalska <ahplka19(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Attention: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Attention is currently required from: Bora Guvendik, Cliff Huang, Kyoung Il Kim, Subrata Banik.
Jérémy Compostella has posted comments on this change by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85198?usp=email )
Change subject: drivers/intel/touch: Add driver for Intel Touch Controller and Devices
......................................................................
Patch Set 4: Code-Review-1
--
To view, visit https://review.coreboot.org/c/coreboot/+/85198?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
Gerrit-Change-Number: 85198
Gerrit-PatchSet: 4
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Comment-Date: Tue, 17 Dec 2024 22:38:08 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes