Attention is currently required from: Rex-BC Chen, Paul Menzel, Ryan Chuang.
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57275 )
Change subject: vc/mediatek/mt8195: Remove unused code
......................................................................
Patch Set 4:
(2 comments)
Patchset:
PS4:
> Hi Hung-Te […]
then you can highlight that in the commit description, for example:
Remove unused drivers and some fast calibration implementations
to align with the latest MTK memory reference code.
PS4:
Hi Rex, is there a particular benefit in removing those implementations?
Do they also not exist on the MTK internal release version?
If they do exist, then I wonder if removing these will make it harder when you want to cherry pick changes from the internal releases.
--
To view, visit https://review.coreboot.org/c/coreboot/+/57275
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3b235cbceb231898f00fce7905f596eab54ca595
Gerrit-Change-Number: 57275
Gerrit-PatchSet: 4
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Rex-BC Chen <rex-bc.chen(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Ryan Chuang <ryan.chuang(a)mediatek.corp-partner.google.com>
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)mailbox.org>
Gerrit-Attention: Rex-BC Chen <rex-bc.chen(a)mediatek.corp-partner.google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Ryan Chuang <ryan.chuang(a)mediatek.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 02 Sep 2021 07:52:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Hung-Te Lin <hungte(a)chromium.org>
Comment-In-Reply-To: Ryan Chuang <ryan.chuang(a)mediatek.corp-partner.google.com>
Gerrit-MessageType: comment
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57337 )
Change subject: arch/x86: Update debug message to callout the reason for failure
......................................................................
arch/x86: Update debug message to callout the reason for failure
This patch updates debug message to specifically the case when SMBIOS
table 7 write would abort due to either `unknown` CPU or CPU `doesn't
have support for deterministic cache cpuid leaf`.
Change-Id: I288593b3f78ab858bf66c689e7cfb6ba2ff746d0
Signed-off-by: Subrata Banik <subrata.banik(a)intel.com>
---
M src/arch/x86/smbios.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/57337/1
diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c
index 71b6a22..e6b292b 100644
--- a/src/arch/x86/smbios.c
+++ b/src/arch/x86/smbios.c
@@ -767,7 +767,8 @@
enum cpu_type dcache_cpuid = cpu_check_deterministic_cache_cpuid_supported();
if (dcache_cpuid == CPUID_TYPE_INVALID || dcache_cpuid == CPUID_COMMAND_UNSUPPORTED) {
- printk(BIOS_DEBUG, "SMBIOS: Unknown CPU\n");
+ printk(BIOS_DEBUG, "SMBIOS: Unknown CPU or CPU doesn't support Deterministic "\
+ "Cache CPUID leaf\n");
return len;
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/57337
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I288593b3f78ab858bf66c689e7cfb6ba2ff746d0
Gerrit-Change-Number: 57337
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: newchange
Attention is currently required from: Sean Rhodes.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/57178
to look at the new patch set (#10).
Change subject: ec/starlabs/it8987: Always show HID Driver
......................................................................
ec/starlabs/it8987: Always show HID Driver
Usually, ACPI will check if the OS is 0x07DD (2013 - Windows 8.1ish)
before showing the HID event filter. Seeing as we use Linux we show
it regardless.
HEB1 was also removed as it wasn't used.
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Change-Id: Id94b789b72cd315f0c3663419c24a2643d62a75a
---
M src/ec/starlabs/it8987/acpi/hid.asl
1 file changed, 13 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/57178/10
--
To view, visit https://review.coreboot.org/c/coreboot/+/57178
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id94b789b72cd315f0c3663419c24a2643d62a75a
Gerrit-Change-Number: 57178
Gerrit-PatchSet: 10
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-MessageType: newpatchset
Attention is currently required from: Furquan Shaikh, Sunwei Li, Weimin Wu, Karthik Ramasubramanian.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57105 )
Change subject: mb/google/dedede/var/cappy2: Add fw_config probe for ALC5682I-VS
......................................................................
Patch Set 7:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/57105/comment/fd1bf404_8a6a688b
PS7, Line 9: commit b9c22e09(util/sconfig: Compare probe conditions for override device match),
Please add a space before the (, and you can wrap the line after *for*.
--
To view, visit https://review.coreboot.org/c/coreboot/+/57105
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iac09663b095e758f1bc0cfaf7adb6e84d203788a
Gerrit-Change-Number: 57105
Gerrit-PatchSet: 7
Gerrit-Owner: Sunwei Li <lisunwei(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Henry Sun <henrysun(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Weimin Wu <wuweimin(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Furquan Shaikh <furquan(a)google.com>
Gerrit-CC: Ginger Zhang <zhangqingchun(a)huaqin.corp-partner.google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Furquan Shaikh <furquan(a)google.com>
Gerrit-Attention: Sunwei Li <lisunwei(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Weimin Wu <wuweimin(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Thu, 02 Sep 2021 07:41:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: zanxi chen.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57336 )
Change subject: mb/google/trogdor: mipi panel support for mrbland
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS1:
> pa
Sorry, leftover from adding myself to Cc.
--
To view, visit https://review.coreboot.org/c/coreboot/+/57336
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib7cd2da429b114bf6bad5af312044a0f01319b46
Gerrit-Change-Number: 57336
Gerrit-PatchSet: 2
Gerrit-Owner: zanxi chen <chenzanxi(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Weimin Wu <wuweimin(a)huaqin.corp-partner.google.com>
Gerrit-CC: Xuxin Xiong <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Attention: zanxi chen <chenzanxi(a)huaqin.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 02 Sep 2021 07:40:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment
Attention is currently required from: Hung-Te Lin, Rex-BC Chen, Paul Menzel.
Ryan Chuang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57275 )
Change subject: vc/mediatek/mt8195: Remove unused code
......................................................................
Patch Set 4: Code-Review+1
(1 comment)
Patchset:
PS4:
> Hi Rex, is there a particular benefit in removing those implementations? […]
Hi Hung-Te
These codes are removed to align with the internal version
We removed some code that does not need to be released in fast k flow
--
To view, visit https://review.coreboot.org/c/coreboot/+/57275
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3b235cbceb231898f00fce7905f596eab54ca595
Gerrit-Change-Number: 57275
Gerrit-PatchSet: 4
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Rex-BC Chen <rex-bc.chen(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Ryan Chuang <ryan.chuang(a)mediatek.corp-partner.google.com>
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)mailbox.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Rex-BC Chen <rex-bc.chen(a)mediatek.corp-partner.google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Thu, 02 Sep 2021 07:40:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57178 )
Change subject: ec/starlabs/it8987: Always show HID Driver
......................................................................
Patch Set 9:
(1 comment)
File src/ec/starlabs/it8987/acpi/hid.asl:
https://review.coreboot.org/c/coreboot/+/57178/comment/2e78b4d3_e3fd6e28
PS8, Line 12: Name (HEB1, 0x3003)
> It wasn't ever used.
Please mention that in the commit message.
--
To view, visit https://review.coreboot.org/c/coreboot/+/57178
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id94b789b72cd315f0c3663419c24a2643d62a75a
Gerrit-Change-Number: 57178
Gerrit-PatchSet: 9
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Comment-Date: Thu, 02 Sep 2021 07:39:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Rhodes <admin(a)starlabs.systems>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment
zanxi chen has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/57336 )
Change subject: mb/google/trogdor: mipi panel support for mrbland
......................................................................
mb/google/trogdor: mipi panel support for mrbland
Add mipi panel support for mrbland
- setup gpio and modify LCD sequence.
- use the following panel for mrbland:
AUO B101UAN08.3
BOE TV101WUM-N53
- use panel_id to distinguish which mipi panel to use.
BUG=b:195516474,b:197300875,b:197300876
BRANCH=none
TEST=builds mrbland image and working properly
Change-Id: Ib7cd2da429b114bf6bad5af312044a0f01319b46
Signed-off-by: Zanxi Chen <chenzanxi(a)huaqin.corp-partner.google.com>
---
M src/mainboard/google/trogdor/Kconfig
M src/mainboard/google/trogdor/board.h
M src/mainboard/google/trogdor/chromeos.c
M src/mainboard/google/trogdor/mainboard.c
4 files changed, 50 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/57336/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/57336
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib7cd2da429b114bf6bad5af312044a0f01319b46
Gerrit-Change-Number: 57336
Gerrit-PatchSet: 2
Gerrit-Owner: zanxi chen <chenzanxi(a)huaqin.corp-partner.google.com>
Gerrit-MessageType: newpatchset