Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45001 )
Change subject: soc/intel/skylake: Rename PcieRpAspm devicetree config
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45001/3/src/soc/intel/skylake/chip…
File src/soc/intel/skylake/chip.h:
https://review.coreboot.org/c/coreboot/+/45001/3/src/soc/intel/skylake/chip…
PS3, Line 265: } pcierp_aspm[CONFIG_MAX_ROOT_PORTS];
Would PcieRp_Aspem better match other element names?
--
To view, visit https://review.coreboot.org/c/coreboot/+/45001
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id74f043ecd549bde4501320bff1dc080bde64057
Gerrit-Change-Number: 45001
Gerrit-PatchSet: 3
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Wim Vervoorn <wvervoorn(a)eltan.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 13 Oct 2020 08:31:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Yan Liu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43478 )
Change subject: mb/mainboard/dedede: Add P-sensor for Boten
......................................................................
mb/mainboard/dedede: Add P-sensor for Boten
Add devicetree and device ID for P-sensor
BUG=b:161217096
BRANCH=NONE
TEST=We can get the data from P-sensor if touch the SAR antenna.
Signed-off-by: Yan Liu <yan.liu(a)bitland.corp-partner.google.com>
Change-Id: I8e02c2cf477aa83b3d4c69ce84d48a8ad1a2560f
---
M src/mainboard/google/dedede/Kconfig
M src/mainboard/google/dedede/variants/boten/overridetree.cb
2 files changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/43478/1
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index dcea3fa..0658e66 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -17,6 +17,7 @@
select MAINBOARD_HAS_SPI_TPM_CR50
select MAINBOARD_HAS_TPM2
select SOC_INTEL_JASPERLAKE
+ select DRIVERS_I2C_SX9310
if BOARD_GOOGLE_BASEBOARD_DEDEDE
diff --git a/src/mainboard/google/dedede/variants/boten/overridetree.cb b/src/mainboard/google/dedede/variants/boten/overridetree.cb
index 46fe20e..e743abe 100644
--- a/src/mainboard/google/dedede/variants/boten/overridetree.cb
+++ b/src/mainboard/google/dedede/variants/boten/overridetree.cb
@@ -140,6 +140,15 @@
device i2c 29 on end
end
end # I2C 4
+ device pci 19.1 on
+ chip drivers/i2c/generic
+ register "hid" = ""sx932x""
+ register "name" = ""Semtech sx932x""
+ register "desc" = ""SAR Proximity Sensor""
+ register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E11_IRQ)"
+ device i2c 28 on end
+ end
+ end # I2C 5
device pci 1f.3 on end # Intel HDA/cAVS
end
end
--
To view, visit https://review.coreboot.org/c/coreboot/+/43478
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8e02c2cf477aa83b3d4c69ce84d48a8ad1a2560f
Gerrit-Change-Number: 43478
Gerrit-PatchSet: 1
Gerrit-Owner: Yan Liu <yan.liu(a)bitland.corp-partner.google.com>
Gerrit-MessageType: newchange
Ronak Kanabar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45899 )
Change subject: vendorcode/intel/fsp: Add Jasper Lake FSP headers for FSP v2376
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45899/5/src/vendorcode/intel/fsp/f…
File src/vendorcode/intel/fsp/fsp2_0/jasperlake/FspmUpd.h:
https://review.coreboot.org/c/coreboot/+/45899/5/src/vendorcode/intel/fsp/f…
PS5, Line 2715: Level 1
> Are there more levels?
Right now there is only one level. It is kind of place holder here, if in future revisions if FSP teams feels need to break it in some more levels they can add level in same UPD give some more flexibility.
--
To view, visit https://review.coreboot.org/c/coreboot/+/45899
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I65c03d8eda11664541479983c7be11854410e1c6
Gerrit-Change-Number: 45899
Gerrit-PatchSet: 5
Gerrit-Owner: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Meera Ravindranath <meera.ravindranath(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 13 Oct 2020 07:30:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45911 )
Change subject: drivers/i2c: Add chip driver for GPIO based I2C multiplexer
......................................................................
Patch Set 7: Code-Review+2
(2 comments)
https://review.coreboot.org/c/coreboot/+/45911/7/src/drivers/i2c/gpiomux/mu…
File src/drivers/i2c/gpiomux/mux/mux.c:
https://review.coreboot.org/c/coreboot/+/45911/7/src/drivers/i2c/gpiomux/mu…
PS7, Line 30: config
Checking config for NULL is not required since config_of() guarantees that you don't have a NULL pointer for config.
https://review.coreboot.org/c/coreboot/+/45911/7/src/drivers/i2c/gpiomux/mu…
PS7, Line 30: !dev
Probably weird to check dev after it is already referenced in config_of() above?
--
To view, visit https://review.coreboot.org/c/coreboot/+/45911
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib371108cc6043c133681066bf7bf4b2e00771e8b
Gerrit-Change-Number: 45911
Gerrit-PatchSet: 7
Gerrit-Owner: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Evan Green <evgreen(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Justin TerAvest <teravest(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(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, 13 Oct 2020 06:50:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment