Attention is currently required from: Hung-Te Lin, Jarried Lin, Yu-Ping Wu.
Yidi Lin has posted comments on this change by Jarried Lin. ( https://review.coreboot.org/c/coreboot/+/85734?usp=email )
Change subject: soc/mediatek/mt8196: Add MT6685 Clock IC driver
......................................................................
Patch Set 6: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85734?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: I26ae4f416202f04a8030259c49e009b19a60712e
Gerrit-Change-Number: 85734
Gerrit-PatchSet: 6
Gerrit-Owner: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Reviewer: Hope Wang <hope.wang(a)mediatek.corp-partner.google.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-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Wed, 25 Dec 2024 21:17:21 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Ana Carolina Cabral, Anand Vaikar, Bao Zheng, Felix Held, Marshall Dawson, Paul Menzel.
Maximilian Brune has posted comments on this change by Maximilian Brune. ( https://review.coreboot.org/c/coreboot/+/84373?usp=email )
Change subject: util/amdfwtool: Add binary parsing
......................................................................
Patch Set 9:
(3 comments)
File util/amdfwtool/amdfwtool.c:
https://review.coreboot.org/c/coreboot/+/84373/comment/6009d1b5_116aaf67?us… :
PS8, Line 263: { .type = AMD_FW_MINIMSMU, .subprog = 0, .level = PSP_BOTH | PSP_LVL2_AB },
: { .type = AMD_FW_MINIMSMU, .subprog = 1, .level = PSP_BOTH | PSP_LVL2_AB },
> this adds the inst=0, subprog=1 case, but drops the inst=1, subprog=0 case
The only thing I know for certain is that I need the subprog=1,inst=0 case to keep my board booting. I changed it up in order to not remove the inst=1,subprog=0 case.
https://review.coreboot.org/c/coreboot/+/84373/comment/ed1b488f_72948d04?us… :
PS8, Line 324: { .type = AMD_BIOS_APOB_NV, .level = BDT_BOTH },
> iirc glinda doesn't use/have a level 1 bios directory table
Done
https://review.coreboot.org/c/coreboot/+/84373/comment/1a3dff7f_33849aeb?us… :
PS8, Line 381: { .type = AMD_BIOS_MP2_CFG, .level = BDT_BOTH },
> Same as above.
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/84373?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: I78d7a9dba71de557e0a9a885d8561eea1f4191ef
Gerrit-Change-Number: 84373
Gerrit-PatchSet: 9
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-Reviewer: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ana Carolina Cabral
Gerrit-CC: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-Attention: Ana Carolina Cabral
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Wed, 25 Dec 2024 21:03:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Attention is currently required from: Ana Carolina Cabral, Anand Vaikar, Bao Zheng, Marshall Dawson, Maximilian Brune, Paul Menzel.
Hello Anand Vaikar, Bao Zheng, Felix Held, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84373?usp=email
to look at the new patch set (#9).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: util/amdfwtool: Add binary parsing
......................................................................
util/amdfwtool: Add binary parsing
This adds parsing for some more possible firmware blobs on AMD.
These binaries are used on a mainboard based on glinda SOC.
Signed-off-by: Maximilian Brune <maximilian.brune(a)9elements.com>
Change-Id: I78d7a9dba71de557e0a9a885d8561eea1f4191ef
Original-signed-off-by: Anand Vaikar <a.vaikar2021(a)gmail.com>
---
M util/amdfwtool/amdfwtool.c
M util/amdfwtool/amdfwtool.h
M util/amdfwtool/data_parse.c
3 files changed, 110 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/84373/9
--
To view, visit https://review.coreboot.org/c/coreboot/+/84373?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: I78d7a9dba71de557e0a9a885d8561eea1f4191ef
Gerrit-Change-Number: 84373
Gerrit-PatchSet: 9
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-Reviewer: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ana Carolina Cabral
Gerrit-CC: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Attention: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-Attention: Ana Carolina Cabral
Attention is currently required from: Riku Viitanen.
Felix Singer has posted comments on this change by Riku Viitanen. ( https://review.coreboot.org/c/coreboot/+/85761?usp=email )
Change subject: mb/asrock/h77pro4-m/dt: Remove superfluous comments
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85761?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: Ie8d8d5287af8f3084f23c9d882202aa6ac8d4c5f
Gerrit-Change-Number: 85761
Gerrit-PatchSet: 1
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Comment-Date: Wed, 25 Dec 2024 20:45:17 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Riku Viitanen.
Felix Singer has posted comments on this change by Riku Viitanen. ( https://review.coreboot.org/c/coreboot/+/85760?usp=email )
Change subject: mb/asrock/h77pro4-m: Add SMBIOS slot descriptions
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85760?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: I706910dd192ca3415082955a7611d17702d3cfba
Gerrit-Change-Number: 85760
Gerrit-PatchSet: 2
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Comment-Date: Wed, 25 Dec 2024 20:45:13 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Riku Viitanen.
Nicholas Chin has posted comments on this change by Riku Viitanen. ( https://review.coreboot.org/c/coreboot/+/85757?usp=email )
Change subject: Documentation: Fix snb/ivb nri frequency table
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85757?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: Ic5e6120aaa9fe7db2a3c1651d2ea9443a24e7c4d
Gerrit-Change-Number: 85757
Gerrit-PatchSet: 1
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Comment-Date: Wed, 25 Dec 2024 20:32:38 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Riku Viitanen.
Nicholas Chin has posted comments on this change by Riku Viitanen. ( https://review.coreboot.org/c/coreboot/+/85761?usp=email )
Change subject: mb/asrock/h77pro4-m/dt: Remove superfluous comments
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85761?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: Ie8d8d5287af8f3084f23c9d882202aa6ac8d4c5f
Gerrit-Change-Number: 85761
Gerrit-PatchSet: 1
Gerrit-Owner: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Comment-Date: Wed, 25 Dec 2024 20:31:25 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Maxim has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85770?usp=email )
Change subject: intelp2m/platforms: Rename macro.go to match module name
......................................................................
intelp2m/platforms: Rename macro.go to match module name
Change-Id: I5eeb24d668a8d478720ecccf1522238e70dd8a71
Signed-off-by: Maxim Polyakov <max.senia.poliak(a)gmail.com>
---
R util/intelp2m/platforms/adl/adl.go
R util/intelp2m/platforms/apl/apl.go
R util/intelp2m/platforms/cnl/cnl.go
R util/intelp2m/platforms/ebg/ebg.go
R util/intelp2m/platforms/jsl/jsl.go
R util/intelp2m/platforms/lbg/lbg.go
R util/intelp2m/platforms/mtl/mtl.go
R util/intelp2m/platforms/snr/snr.go
R util/intelp2m/platforms/tgl/tgl.go
9 files changed, 0 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/85770/1
diff --git a/util/intelp2m/platforms/adl/macro.go b/util/intelp2m/platforms/adl/adl.go
similarity index 100%
rename from util/intelp2m/platforms/adl/macro.go
rename to util/intelp2m/platforms/adl/adl.go
diff --git a/util/intelp2m/platforms/apl/macro.go b/util/intelp2m/platforms/apl/apl.go
similarity index 100%
rename from util/intelp2m/platforms/apl/macro.go
rename to util/intelp2m/platforms/apl/apl.go
diff --git a/util/intelp2m/platforms/cnl/macro.go b/util/intelp2m/platforms/cnl/cnl.go
similarity index 100%
rename from util/intelp2m/platforms/cnl/macro.go
rename to util/intelp2m/platforms/cnl/cnl.go
diff --git a/util/intelp2m/platforms/ebg/macro.go b/util/intelp2m/platforms/ebg/ebg.go
similarity index 100%
rename from util/intelp2m/platforms/ebg/macro.go
rename to util/intelp2m/platforms/ebg/ebg.go
diff --git a/util/intelp2m/platforms/jsl/macro.go b/util/intelp2m/platforms/jsl/jsl.go
similarity index 100%
rename from util/intelp2m/platforms/jsl/macro.go
rename to util/intelp2m/platforms/jsl/jsl.go
diff --git a/util/intelp2m/platforms/lbg/macro.go b/util/intelp2m/platforms/lbg/lbg.go
similarity index 100%
rename from util/intelp2m/platforms/lbg/macro.go
rename to util/intelp2m/platforms/lbg/lbg.go
diff --git a/util/intelp2m/platforms/mtl/macro.go b/util/intelp2m/platforms/mtl/mtl.go
similarity index 100%
rename from util/intelp2m/platforms/mtl/macro.go
rename to util/intelp2m/platforms/mtl/mtl.go
diff --git a/util/intelp2m/platforms/snr/macro.go b/util/intelp2m/platforms/snr/snr.go
similarity index 100%
rename from util/intelp2m/platforms/snr/macro.go
rename to util/intelp2m/platforms/snr/snr.go
diff --git a/util/intelp2m/platforms/tgl/macro.go b/util/intelp2m/platforms/tgl/tgl.go
similarity index 100%
rename from util/intelp2m/platforms/tgl/macro.go
rename to util/intelp2m/platforms/tgl/tgl.go
--
To view, visit https://review.coreboot.org/c/coreboot/+/85770?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5eeb24d668a8d478720ecccf1522238e70dd8a71
Gerrit-Change-Number: 85770
Gerrit-PatchSet: 1
Gerrit-Owner: Maxim <max.senia.poliak(a)gmail.com>
Attention is currently required from: Alexander Couzens.
Maxim has uploaded a new patch set (#6) to the change originally created by Alexander Couzens. ( https://review.coreboot.org/c/coreboot/+/84191?usp=email )
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: util/intelp2m/platforms: Add support for Elkhart Lake
......................................................................
util/intelp2m/platforms: Add support for Elkhart Lake
TEST:
- 'make test' = PASS;
- 'intelp2m -p ehl -file parser/testlog/inteltool_test.log' = no errors.
Change-Id: I0f60d182bc5cc3d0d1d1177fbda0cfe8e2279e46
Signed-off-by: Alexander Couzens <lynxis(a)fe80.eu>
Signed-off-by: Maxim Polyakov <max.senia.poliak(a)gmail.com>
---
M Documentation/util/intelp2m/index.md
M util/intelp2m/cli/options.go
M util/intelp2m/config/p2m/config.go
A util/intelp2m/platforms/ehl/ehl.go
A util/intelp2m/platforms/ehl/ehl_test.go
M util/intelp2m/platforms/platforms.go
6 files changed, 166 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/84191/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/84191?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: I0f60d182bc5cc3d0d1d1177fbda0cfe8e2279e46
Gerrit-Change-Number: 84191
Gerrit-PatchSet: 6
Gerrit-Owner: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Maxim <max.senia.poliak(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: coreboot org <coreboot.org(a)gmail.com>
Gerrit-Attention: Alexander Couzens <lynxis(a)fe80.eu>