Attention is currently required from: Hung-Te Lin, Yidi Lin, Yu-Ping Wu.
Jarried Lin has posted comments on this change by Jarried Lin. ( https://review.coreboot.org/c/coreboot/+/86159?usp=email )
Change subject: soc/mediatek/mt8196: Set mcupm reserved sram to non-cacheable
......................................................................
Patch Set 1:
(2 comments)
File src/soc/mediatek/common/mmu_operations.c:
https://review.coreboot.org/c/coreboot/+/86159/comment/5f99c1d8_10f16bd4?us… :
PS1, Line 48: mtk_soc_mcufw_reserved();
> This region is NOT within DRAM. […]
OK, I think it's better to put it in mmu_init. Thank you.
File src/soc/mediatek/mt8196/mmu_cmops.c:
https://review.coreboot.org/c/coreboot/+/86159/comment/8e18622c_2a15b77f?us… :
PS1, Line 10: NONSECURE
> I'm not sure, but should this be `SECURE`?
I referred to common/mmu_cmops.c, where NONSECURE is used.
--
To view, visit https://review.coreboot.org/c/coreboot/+/86159?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I886effd59006e5ad4bfe5bdbc14f057520304835
Gerrit-Change-Number: 86159
Gerrit-PatchSet: 1
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Comment-Date: Sun, 26 Jan 2025 15:02:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Attention is currently required from: Hung-Te Lin, Jarried Lin.
Hello Hung-Te Lin, Yidi Lin, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86160?usp=email
to look at the new patch set (#2).
Change subject: soc/mediatek/common: Update fsp_status enum type
......................................................................
soc/mediatek/common: Update fsp_status enum type
Sync the enum values from mtk-fsp private repo.
TEST=build pass.
BUG=b:373797027
Change-Id: I8a1cb107f1ff8a65962997e861e8e670cd9582a2
Signed-off-by: Yidi Lin <yidilin(a)chromium.org>
---
M src/soc/mediatek/common/include/soc/mtk_fsp_common.h
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/86160/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86160?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I8a1cb107f1ff8a65962997e861e8e670cd9582a2
Gerrit-Change-Number: 86160
Gerrit-PatchSet: 2
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-CC: Yidi Lin <yidilin(a)google.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jarried Lin <jarried.lin(a)mediatek.com>
Attention is currently required from: Hung-Te Lin, Jarried Lin, Yidi Lin.
Yu-Ping Wu has posted comments on this change by Jarried Lin. ( https://review.coreboot.org/c/coreboot/+/86160?usp=email )
Change subject: soc/mediatek/common: Update fsp_status enum type
......................................................................
Patch Set 1:
(1 comment)
File src/soc/mediatek/common/include/soc/mtk_fsp_common.h:
https://review.coreboot.org/c/coreboot/+/86160/comment/98dab1b5_e5660ba9?us… :
PS1, Line 18: FSP_STATUS_INVALID_STORAGE,
Also `FSP_STATUS_INVALID_PI_IMG` below
--
To view, visit https://review.coreboot.org/c/coreboot/+/86160?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I8a1cb107f1ff8a65962997e861e8e670cd9582a2
Gerrit-Change-Number: 86160
Gerrit-PatchSet: 1
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Comment-Date: Sun, 26 Jan 2025 14:56:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Hung-Te Lin, Jarried Lin, Yidi Lin.
Yu-Ping Wu has posted comments on this change by Jarried Lin. ( https://review.coreboot.org/c/coreboot/+/86159?usp=email )
Change subject: soc/mediatek/mt8196: Set mcupm reserved sram to non-cacheable
......................................................................
Patch Set 1:
(3 comments)
File src/soc/mediatek/common/mmu_operations.c:
https://review.coreboot.org/c/coreboot/+/86159/comment/56472c9f_7250f3a1?us… :
PS1, Line 48: mtk_soc_mcufw_reserved();
This region is NOT within DRAM. Can we set this up in `mtk_mmu_init`? BTW I think it's correct to do this for all MTK platforms, so that we don't need a weak implementation.
File src/soc/mediatek/mt8196/mmu_cmops.c:
https://review.coreboot.org/c/coreboot/+/86159/comment/232b8441_9188459b?us… :
PS1, Line 6: cachable
cacheable
https://review.coreboot.org/c/coreboot/+/86159/comment/81d7e798_a514c15f?us… :
PS1, Line 10: NONSECURE
I'm not sure, but should this be `SECURE`?
--
To view, visit https://review.coreboot.org/c/coreboot/+/86159?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I886effd59006e5ad4bfe5bdbc14f057520304835
Gerrit-Change-Number: 86159
Gerrit-PatchSet: 1
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Comment-Date: Sun, 26 Jan 2025 14:55:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Hung-Te Lin, Yang Wu, Yidi Lin, Yu-Ping Wu.
Xinxiong Xu has posted comments on this change by Yang Wu. ( https://review.coreboot.org/c/coreboot/+/86158?usp=email )
Change subject: mb/google/geralt: Enable CSOT_PNA957QT1_1 panel for Ciri
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/86158?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I306298c6eb172e4dd199e45a50e197fa87905e8c
Gerrit-Change-Number: 86158
Gerrit-PatchSet: 2
Gerrit-Owner: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Xinxiong Xu <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Sun, 26 Jan 2025 12:59:27 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Hung-Te Lin, Yang Wu, Yidi Lin, Yu-Ping Wu.
Xinxiong Xu has posted comments on this change by Yang Wu. ( https://review.coreboot.org/c/coreboot/+/86157?usp=email )
Change subject: drivers/mipi: Add support for CSOT_PNA957QT1_1 panel
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/86157?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibd092fa8f2e33f2692c61a7f302224c01678db05
Gerrit-Change-Number: 86157
Gerrit-PatchSet: 1
Gerrit-Owner: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Xinxiong Xu <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Comment-Date: Sun, 26 Jan 2025 12:58:29 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes