Rizwan Qureshi has posted comments on this change. ( https://review.coreboot.org/23056 )
Change subject: mainboard/google/poppy/variants/nautilus - MIPI camera asl files for Nautilus
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
File src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/mipi_camera.asl:
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
PS2, Line 338: /* Increment only if VSIC < 4 */
: If (LLess (VSIC, 4)) {
> For nautilus, this reference count will come down to 3 ideally (CAM0, VCM, NVM). […]
This value should still be OK. No need to change here. We would have to worry only if we add a 5th device.
--
To view, visit https://review.coreboot.org/23056
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iebd41ac3631829bbb0b008761eb67c3db3e94638
Gerrit-Change-Number: 23056
Gerrit-PatchSet: 2
Gerrit-Owner: Anonymous Coward #1001830
Gerrit-Reviewer: Rajmohan Mani <rajmohan.mani(a)intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: V Sowmya <v.sowmya(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 02 Jan 2018 08:57:19 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Rizwan Qureshi has posted comments on this change. ( https://review.coreboot.org/23056 )
Change subject: mainboard/google/poppy/variants/nautilus - MIPI camera asl files for Nautilus
......................................................................
Patch Set 2:
(5 comments)
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
File src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/ipu_mainboard.asl:
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
PS2, Line 18: /* Define two ports for CIO2 device where endpoint of port0
: is connected to CAM0 and endpoint of port1 is connected to CAM1 */
I imagine there is only one port and endpoint where only CAM0 is connected.
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
PS2, Line 25: Package () { "port1", "PRT1" },
not needed, there is only one sensor.
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
PS2, Line 52: Name (PRT1, Package () {
: ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
: Package () {
: Package () { "port", 1 }, /* csi 1 */
: },
: ToUUID ("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
: Package () {
: Package () { "endpoint0", "EP10" },
: }
: })
Do we need this? Only one sensor on MIPI.
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
File src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/mipi_camera.asl:
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
PS2, Line 16: Scope (\_SB.PCI0.I2C2)
: {
: Device (PMIC)
: {
: Name (_HID, "INT3472") /* _HID: Hardware ID */
: Name (_UID, Zero) /* _UID: Unique ID */
: Name (_DDN, "TPS68470 PMIC") /* _DDN: DOS Device Name */
: Name (CAMD, 0x64)
:
: Method (_STA, 0, NotSerialized) /* _STA: Status */
: {
: Return (0x0F)
: }
:
: Method (PMON, 0, Serialized) {
: /*
: * Turn on 3V3_VDD. It takes around
There is a lot of code which is a copy of src/mainboard/google/poppy/variants/baseboard/include/baseboard/acpi/mipi_camera.asl, specially the PMIC.
Can we utilize the common code from that file. Things may will turn murky. Feel free to split the original file.
https://review.coreboot.org/#/c/23056/2/src/mainboard/google/poppy/variants…
PS2, Line 338: /* Increment only if VSIC < 4 */
: If (LLess (VSIC, 4)) {
For nautilus, this reference count will come down to 3 ideally (CAM0, VCM, NVM).
hmmmm...if we decide to split the common code then this value should also be configurable or derived from somewhere. Can't think of a right now.
--
To view, visit https://review.coreboot.org/23056
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iebd41ac3631829bbb0b008761eb67c3db3e94638
Gerrit-Change-Number: 23056
Gerrit-PatchSet: 2
Gerrit-Owner: Anonymous Coward #1001830
Gerrit-Reviewer: Rajmohan Mani <rajmohan.mani(a)intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: V Sowmya <v.sowmya(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 02 Jan 2018 08:52:40 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello Rajmohan Mani, Rizwan Qureshi, V Sowmya, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/23056
to look at the new patch set (#3).
Change subject: mainboard/google/poppy/variants/nautilus - MIPI camera asl files for Nautilus
......................................................................
mainboard/google/poppy/variants/nautilus - MIPI camera asl files for Nautilus
* added IMX258 sensor entity
* added DW9807 VCM control entity
* enabled CIO2 and IMGu in devicetree.cb
Change-Id: Iebd41ac3631829bbb0b008761eb67c3db3e94638
Signed-off-by: andy yeh <andy.yeh(a)intel.corp-partner.google.com>
---
M src/mainboard/google/poppy/Kconfig
M src/mainboard/google/poppy/variants/nautilus/devicetree.cb
A src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/camera.asl
A src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/ipu_mainboard.asl
A src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/mipi_camera.asl
5 files changed, 726 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/23056/3
--
To view, visit https://review.coreboot.org/23056
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iebd41ac3631829bbb0b008761eb67c3db3e94638
Gerrit-Change-Number: 23056
Gerrit-PatchSet: 3
Gerrit-Owner: Anonymous Coward #1001830
Gerrit-Reviewer: Rajmohan Mani <rajmohan.mani(a)intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: V Sowmya <v.sowmya(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello Kane Chen, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/23060
to look at the new patch set (#2).
Change subject: soc/intel/skylake: Override KBL-U/R IccMax settings
......................................................................
soc/intel/skylake: Override KBL-U/R IccMax settings
According to Intel document #559100 KBL EDS v2.8, section 7.2
DC specifications, the IccMax setting for KBL-U, KBL-U42 and
Celeroni/Pentium are different. This patch overrides the IccMax
settings for KBL-U/R since device tree could not handle all
of them and it is inefficient to maintain the same code for all
variants. Hence, place it in the common code so that all variants
could leverage the benefits.
+----------------+-------------+---------------+-------+-------+
| Domain/Setting | SA | IA | GTUS | GTS |
+----------------+-------------+---------------+-------+-------+
| IccMax | 6A(U42) | 64A(U42) | 31A | 31A |
| | 4.5A(Others)| 29A(Celeron) | 31A | 31A |
| | | 32A(i3/i5) | 31A | 31A |
+----------------+-------------+---------------+-------+-------+
BUG=b:71369428
BRANCH=None
TEST=emerge-fizz coreboot chromeos-bootimage & Ensure the KBL-U42,
KBL-U and Celeron SKUs are identified correctly and IccMax settings
are passed to FSPS correctly.
Change-Id: I291462b73d3fbd17f17975de7fd77dc48ca99251
Signed-off-by: Gaggery Tsai <gaggery.tsai(a)intel.com>
---
M src/soc/intel/skylake/chip_fsp20.c
M src/soc/intel/skylake/include/soc/vr_config.h
M src/soc/intel/skylake/vr_config.c
3 files changed, 56 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/23060/2
--
To view, visit https://review.coreboot.org/23060
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I291462b73d3fbd17f17975de7fd77dc48ca99251
Gerrit-Change-Number: 23060
Gerrit-PatchSet: 2
Gerrit-Owner: Gaggery Tsai <gaggery.tsai(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kane Chen <kane.chen(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>