Attention is currently required from: Paul Menzel, Wenbin Mei.
Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51973 )
Change subject: mb/google/asurada: early-init eMMC
......................................................................
Patch Set 2:
(1 comment)
File src/mainboard/google/asurada/mainboard.c:
https://review.coreboot.org/c/coreboot/+/51973/comment/cb6ff41a_260d06ca
PS2, Line 29:
Use tabs for alignment
--
To view, visit https://review.coreboot.org/c/coreboot/+/51973
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2f58d203e969dc1a13a479d7dc63b1b162a9ae3f
Gerrit-Change-Number: 51973
Gerrit-PatchSet: 2
Gerrit-Owner: Wenbin Mei <wenbin.mei(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-CC: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Attention: Wenbin Mei <wenbin.mei(a)mediatek.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 01 Apr 2021 10:01:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/52018 )
Change subject: mb/facebook/monolith: Remove disabled devices from devicetree
......................................................................
mb/facebook/monolith: Remove disabled devices from devicetree
All known on-chip PCI devices are disabled in the chipset devicetree.
So they are removed from the mainboard devicetree.
BUG=N/A
TEST=tested on facebook monolith
Change-Id: Ie67cd8afc9ea92e9fd7caed4338cb25a68d94cb1
Signed-off-by: Wim Vervoorn <wvervoorn(a)eltan.com>
---
M src/mainboard/facebook/monolith/devicetree.cb
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/52018/1
diff --git a/src/mainboard/facebook/monolith/devicetree.cb b/src/mainboard/facebook/monolith/devicetree.cb
index 974d00e..13b3abc 100644
--- a/src/mainboard/facebook/monolith/devicetree.cb
+++ b/src/mainboard/facebook/monolith/devicetree.cb
@@ -225,12 +225,10 @@
device pci 00.0 on end # Host Bridge
device pci 02.0 on end # Integrated Graphics Device
device pci 04.0 on end # Thermal Subsystem
- device pci 05.0 off end # SA IMGU
device pci 08.0 on end # Gaussian Mixture Model
device pci 14.0 on end # USB xHCI
device pci 14.1 on end # USB xDCI (OTG)
device pci 14.2 on end # Thermal Subsystem
- device pci 14.3 off end # Camera
device pci 17.0 on end # SATA
device pci 1c.2 on end # PCI Express Port 3 x1 baseboard WWAN
device pci 1c.5 on end # PCI Express Port 6 x1 baseboard i210
--
To view, visit https://review.coreboot.org/c/coreboot/+/52018
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie67cd8afc9ea92e9fd7caed4338cb25a68d94cb1
Gerrit-Change-Number: 52018
Gerrit-PatchSet: 1
Gerrit-Owner: Wim Vervoorn <wvervoorn(a)eltan.com>
Gerrit-MessageType: newchange
Ivy Jian has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/52017 )
Change subject: mb/google/guybrush: Enable camera power GPIO
......................................................................
mb/google/guybrush: Enable camera power GPIO
Configure camera power GPIO to high
BUG=b:182207799
TEST=Build and boot to OS then checked camera device existence with lsusb
Signed-off-by: Ivy Jian <ivy_jian(a)compal.corp-partner.google.com>
Change-Id: Ie894167e3c4f8efdb3710599c6ff3a9fc975adb6
---
M src/mainboard/google/guybrush/variants/baseboard/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/52017/1
diff --git a/src/mainboard/google/guybrush/variants/baseboard/gpio.c b/src/mainboard/google/guybrush/variants/baseboard/gpio.c
index e386658..1921411 100644
--- a/src/mainboard/google/guybrush/variants/baseboard/gpio.c
+++ b/src/mainboard/google/guybrush/variants/baseboard/gpio.c
@@ -87,7 +87,7 @@
/* RAM_ID_2 / DEV_BEEP_LRCLK */
PAD_GPI(GPIO_75, PULL_NONE),
/* EN_PP3300_CAM */
- PAD_GPO(GPIO_76, LOW),
+ PAD_GPO(GPIO_76, HIGH),
/* GPIO_77 - GPIO_83: Not available */
/* EC_SOC_INT_ODL */
PAD_GPI(GPIO_84, PULL_NONE),
--
To view, visit https://review.coreboot.org/c/coreboot/+/52017
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie894167e3c4f8efdb3710599c6ff3a9fc975adb6
Gerrit-Change-Number: 52017
Gerrit-PatchSet: 1
Gerrit-Owner: Ivy Jian <ivy_jian(a)compal.corp-partner.google.com>
Gerrit-MessageType: newchange
Attention is currently required from: Hung-Te Lin.
Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51918 )
Change subject: mb/google/kukui: katsu: update the EDID and initial code
......................................................................
Patch Set 4:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/51918/comment/73941346_8cc1da0d
PS1, Line 7: intial
> Yes!it is~
Ack
https://review.coreboot.org/c/coreboot/+/51918/comment/b6f9bf4c_40a110d0
PS1, Line 11: None
> ok, i will create an issue tracker and add vendor in it.
Done
https://review.coreboot.org/c/coreboot/+/51918/comment/03e25936_98cd0746
PS1, Line 12: TEST=Boots on Chromebook Katsu and displayed developer firmware screen successfully.
> YES,but the vendor update the EDID information and initial code to fix the mipi test fail issue.
Ack
--
To view, visit https://review.coreboot.org/c/coreboot/+/51918
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54e72c072b47d2be264ed7f0700812a6c704a104
Gerrit-Change-Number: 51918
Gerrit-PatchSet: 4
Gerrit-Owner: Sunwei Li <lisunwei(a)huaqin.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: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Comment-Date: Thu, 01 Apr 2021 09:08:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Hung-Te Lin <hungte(a)chromium.org>
Comment-In-Reply-To: Sunwei Li <lisunwei(a)huaqin.corp-partner.google.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-MessageType: comment
Attention is currently required from: Hung-Te Lin, Paul Menzel, Yu-Ping Wu.
Sunwei Li has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51918 )
Change subject: mb/google/kukui: katsu: update the EDID and initial code
......................................................................
Patch Set 4:
(7 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/51918/comment/0dcbe57a_0a22219c
PS1, Line 7: intial
> initial, but maybe you mean *panel init*?
Yes!it is~
https://review.coreboot.org/c/coreboot/+/51918/comment/a71f3c0b_03bb1106
PS1, Line 11: None
> Do you have an issue created there? it's probably to have an issue created, even better if the vendo […]
ok, i will create an issue tracker and add vendor in it.
https://review.coreboot.org/c/coreboot/+/51918/comment/f03f2e87_353dce95
PS1, Line 12: TEST=Boots on Chromebook Katsu and displayed developer firmware screen successfully.
> Did it work before?
YES,but the vendor update the EDID information and initial code to fix the mipi test fail issue.
Commit Message:
https://review.coreboot.org/c/coreboot/+/51918/comment/18a0e590_55c0051b
PS2, Line 9: from STA, the vendor.
> provided by STA (the vendor).
Done
https://review.coreboot.org/c/coreboot/+/51918/comment/c4b818dc_95c88afd
PS2, Line 11: None
> b:183969078
Done
https://review.coreboot.org/c/coreboot/+/51918/comment/536e6e5d_f704488d
PS2, Line 12: successfully.
> move to next line
Done
Commit Message:
https://review.coreboot.org/c/coreboot/+/51918/comment/6a112a07_2f5a88e5
PS3, Line 9: (
> nit: One space before "("
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/51918
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54e72c072b47d2be264ed7f0700812a6c704a104
Gerrit-Change-Number: 51918
Gerrit-PatchSet: 4
Gerrit-Owner: Sunwei Li <lisunwei(a)huaqin.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: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Thu, 01 Apr 2021 08:43:27 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Hung-Te Lin <hungte(a)chromium.org>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)users.sourceforge.net>
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Marshall Dawson, Felix Held.
ritul guru has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51674 )
Change subject: mb/amd/bilby: enable boot from NVMe SSD
......................................................................
Patch Set 6: Code-Review+1
(1 comment)
File src/mainboard/amd/bilby/port_descriptors.c:
https://review.coreboot.org/c/coreboot/+/51674/comment/94d10bc2_f1a0c0ff
PS2, Line 75:
> Remove the extra tabs in the function
Ack
--
To view, visit https://review.coreboot.org/c/coreboot/+/51674
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4407f82122c04b13684d4176ba5cd5a9fe03f0db
Gerrit-Change-Number: 51674
Gerrit-PatchSet: 6
Gerrit-Owner: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: ritul guru <ritul.bits(a)gmail.com>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Thu, 01 Apr 2021 08:09:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-MessageType: comment