Rex-BC Chen has uploaded a new patch set (#4). ( https://review.coreboot.org/c/coreboot/+/59944 )
Change subject: mb/google/corsola: get SKU ID from EC (CBI)
......................................................................
mb/google/corsola: get SKU ID from EC (CBI)
The SKU ID for Corsola is retrieved via CBI interface.
TEST=build pass
BUG=b:202871018
Signed-off-by: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Change-Id: I2888190d498df28b5ae13cf92cc41d088e8f8ee7
---
M src/mainboard/google/corsola/Kconfig
M src/mainboard/google/corsola/boardid.c
2 files changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/59944/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/59944
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2888190d498df28b5ae13cf92cc41d088e8f8ee7
Gerrit-Change-Number: 59944
Gerrit-PatchSet: 4
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Paul Menzel, Tim Wawrzynczak.
Gwendal Grignou has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59608 )
Change subject: driver/i2c: Add sx9360 driver
......................................................................
Patch Set 2:
(2 comments)
File src/drivers/i2c/sx9360/sx9360.c:
PS2:
> This looks very similar to `src/drivers/i2c/sx9324/sx9324.c`. […]
It is actually closer to sx9310 current driver. I am working to make sx9324 look like sx9310 as well.
I can combine them into one, but we are not saving much code.
chip.h will become:
struct drivers_i2c_sx93xx_config {
## common
const char *desc;
...
struct acpi_irq irq;
## different
union {
struct {
## 5 params
} sx9310
struct {
## 4 params
} sx9324
struct {
## 3 params
} sx9360
} prop
}
Some parameters are found in different Semtech sensors, but they are used slightly differently. IMHO, the removed common code will not offset the added complexity.
https://review.coreboot.org/c/coreboot/+/59608/comment/a715a341_824756e6
PS2, Line 15: REGISTER
> This looks unused, and not particularly worth it for 3 parameters? […]
It is unused, I should have removed it when copied the code from sx9324.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59608
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0a912f184e6f3501f894cca24c0d71a2c3087516
Gerrit-Change-Number: 59608
Gerrit-PatchSet: 2
Gerrit-Owner: Gwendal Grignou <gwendal(a)chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: SH Kim <sh_.kim(a)samsung.corp-partner.google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Comment-Date: Tue, 07 Dec 2021 04:42:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Comment-In-Reply-To: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-MessageType: comment
YH Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59849 )
Change subject: brya: keep the same TPM I2C for 4ES variants
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
Rebased.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59849
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iddd6d8c22a181aba596b836f20392f76539b8549
Gerrit-Change-Number: 59849
Gerrit-PatchSet: 3
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 07 Dec 2021 04:20:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: YH Lin.
Hello build bot (Jenkins), Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59849
to look at the new patch set (#3).
Change subject: brya: keep the same TPM I2C for 4ES variants
......................................................................
brya: keep the same TPM I2C for 4ES variants
Since 4ES variants were forked from their own original variants,
use the same TPM I2C as well.
BRANCH=none
BUG=b:201767461
TEST=emerge-brya coreboot and check the artifacts
Signed-off-by: YH Lin <yueherngl(a)google.com>
Change-Id: Iddd6d8c22a181aba596b836f20392f76539b8549
---
M src/mainboard/google/brya/Kconfig
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/59849/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/59849
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iddd6d8c22a181aba596b836f20392f76539b8549
Gerrit-Change-Number: 59849
Gerrit-PatchSet: 3
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: YH Lin <yueherngl(a)google.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Henry Sun, Marco Chen.
Hello build bot (Jenkins), Henry Sun, Marco Chen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59859
to look at the new patch set (#7).
Change subject: mb/google/octopus/var/ampton: add touchscreen into SSFC support
......................................................................
mb/google/octopus/var/ampton: add touchscreen into SSFC support
Add ELAN9008(eKTH6913UAY) support.
BUG=b:204441413
BRANCH=octopus
TEST=Set CBI SSFC BIT15-17 to select touchscreen controller,
and test touchscreen work
Change-Id: Ie0919d40a6c39ffaed52bb9e24a3509eb353127c
Signed-off-by: Paul Huang <paul2_huang(a)pegatron.corp-partner.google.com>
---
M src/mainboard/google/octopus/variants/ampton/Makefile.inc
M src/mainboard/google/octopus/variants/ampton/overridetree.cb
A src/mainboard/google/octopus/variants/ampton/variant.c
M src/mainboard/google/octopus/variants/baseboard/cbi_ssfc.c
M src/mainboard/google/octopus/variants/baseboard/include/baseboard/cbi_ssfc.h
5 files changed, 103 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/59859/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/59859
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie0919d40a6c39ffaed52bb9e24a3509eb353127c
Gerrit-Change-Number: 59859
Gerrit-PatchSet: 7
Gerrit-Owner: Paul2 Huang <paul2_huang(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Henry Sun <henrysun(a)google.com>
Gerrit-Reviewer: Marco Chen <marcochen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Henry Sun <henrysun(a)google.com>
Gerrit-Attention: Marco Chen <marcochen(a)google.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Henry Sun, Marco Chen.
Paul2 Huang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59859 )
Change subject: mb/google/octopus/var/ampton: add touchscreen into SSFC support
......................................................................
Patch Set 6:
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59859
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie0919d40a6c39ffaed52bb9e24a3509eb353127c
Gerrit-Change-Number: 59859
Gerrit-PatchSet: 6
Gerrit-Owner: Paul2 Huang <paul2_huang(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Henry Sun <henrysun(a)google.com>
Gerrit-Reviewer: Marco Chen <marcochen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Henry Sun <henrysun(a)google.com>
Gerrit-Attention: Marco Chen <marcochen(a)google.com>
Gerrit-Comment-Date: Tue, 07 Dec 2021 03:49:47 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Henry Sun, Marco Chen.
Paul2 Huang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59856 )
Change subject: mb/google/octopus: add audio codec into SSFC support for ApelE
......................................................................
Patch Set 4:
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59856
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I80be12d88e100ce8586371fc49b36447859e24f8
Gerrit-Change-Number: 59856
Gerrit-PatchSet: 4
Gerrit-Owner: Paul2 Huang <paul2_huang(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Henry Sun <henrysun(a)google.com>
Gerrit-Reviewer: Marco Chen <marcochen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Henry Sun <henrysun(a)google.com>
Gerrit-Attention: Marco Chen <marcochen(a)google.com>
Gerrit-Comment-Date: Tue, 07 Dec 2021 03:49:33 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Hung-Te Lin, Paul Menzel.
Rex-BC Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59823 )
Change subject: soc/mediatek/mt8186: Enable ARM Trusted Firmware integration
......................................................................
Patch Set 3:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/59823/comment/8b54de16_ab02d8a3
PS1, Line 9: Enable configuration to build with MT8186 arm-trusted-firmware drivers.
> sorry for this. […]
folder mt8186 is including on master branch.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59823
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib23b112a0bf3d056b932a87b86aaff79508ef50c
Gerrit-Change-Number: 59823
Gerrit-PatchSet: 3
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Tue, 07 Dec 2021 03:43:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment