Attention is currently required from: Maxim, Paul Menzel.
Sean Rhodes has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/84633?usp=email )
Change subject: \ec/starlabs/merlin: Add support for setting the charging speed
......................................................................
Patch Set 10:
(6 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/84633/comment/707a0255_5f3b6afa?us… :
PS9, Line 9: Allow boards that use the merlin EC to configure the charging speed.
> Please elaborate, for example CMOS is used, and maybe reference the firmware API?
Done
https://review.coreboot.org/c/coreboot/+/84633/comment/e4e1221b_0ad1658d?us… :
PS9, Line 9: merlin EC
> 1. Is a certain firmware version needed? […]
Done
https://review.coreboot.org/c/coreboot/+/84633/comment/c27bea85_0586a7a4?us… :
PS9, Line 10:
> How was this tested?
Done
File src/ec/starlabs/merlin/Kconfig:
https://review.coreboot.org/c/coreboot/+/84633/comment/b3040d5f_51d7cf4c?us… :
PS9, Line 71: Select if the mainboard supports configuring the charging speed
> Please add a dot/period at the end.
Done
https://review.coreboot.org/c/coreboot/+/84633/comment/23226364_679137cc?us… :
PS9, Line 71: Select if the mainboard supports configuring the charging speed
> Mayeb elaborate, how this can be configured?
Done
File src/ec/starlabs/merlin/variants/merlin/ecdefs.h:
https://review.coreboot.org/c/coreboot/+/84633/comment/27e17428_91d95389?us… :
PS9, Line 23: ECRAM_MIRROR_FLAG
> It seems to me that this has nothing to do with the charge speed. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/84633?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: I46faa540530c5bd7f5473021561380213158152e
Gerrit-Change-Number: 84633
Gerrit-PatchSet: 10
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Maxim <max.senia.poliak(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Maxim <max.senia.poliak(a)gmail.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Fri, 20 Dec 2024 09:34:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Maxim <max.senia.poliak(a)gmail.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Attention is currently required from: Maxim, Sean Rhodes.
Hello Maxim, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84633?usp=email
to look at the new patch set (#10).
The following approvals got outdated and were removed:
Code-Review+1 by Maxim, Verified+1 by build bot (Jenkins)
Change subject: \ec/starlabs/merlin: Add support for setting the charging speed
......................................................................
\ec/starlabs/merlin: Add support for setting the charging speed
Allow boards that use the merlin EC to configure the charging speed,
as all versions of the merlin EC support this.
All coreboot does it write a value to the EC RAM and the EC will
handle the rest.
Change-Id: I46faa540530c5bd7f5473021561380213158152e
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
---
M src/ec/starlabs/merlin/Kconfig
M src/ec/starlabs/merlin/ec.h
M src/ec/starlabs/merlin/ite.c
M src/ec/starlabs/merlin/variants/apl/ecdefs.h
M src/ec/starlabs/merlin/variants/cezanne/ecdefs.h
M src/ec/starlabs/merlin/variants/glk/ecdefs.h
M src/ec/starlabs/merlin/variants/glkr/ecdefs.h
M src/ec/starlabs/merlin/variants/kbl/ecdefs.h
M src/ec/starlabs/merlin/variants/merlin/ecdefs.h
M src/mainboard/starlabs/starbook/Kconfig
M src/mainboard/starlabs/starbook/cmos.default
M src/mainboard/starlabs/starbook/cmos.layout
M src/mainboard/starlabs/starfighter/Kconfig
M src/mainboard/starlabs/starfighter/cmos.default
M src/mainboard/starlabs/starfighter/cmos.layout
M src/mainboard/starlabs/starlite_adl/Kconfig
M src/mainboard/starlabs/starlite_adl/cmos.default
M src/mainboard/starlabs/starlite_adl/cmos.layout
18 files changed, 63 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/84633/10
--
To view, visit https://review.coreboot.org/c/coreboot/+/84633?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: I46faa540530c5bd7f5473021561380213158152e
Gerrit-Change-Number: 84633
Gerrit-PatchSet: 10
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Maxim <max.senia.poliak(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Maxim <max.senia.poliak(a)gmail.com>
Attention is currently required from: Hung-Te Lin, Yidi Lin.
Yu-Ping Wu has posted comments on this change by Yidi Lin. ( https://review.coreboot.org/c/coreboot/+/85665?usp=email )
Change subject: soc/mediatek: Add support for MediaTek firmware support package
......................................................................
Patch Set 6: Code-Review+2
(1 comment)
File src/soc/mediatek/common/mtk_fsp.c:
https://review.coreboot.org/c/coreboot/+/85665/comment/22b55d83_3a0354f7?us… :
PS2, Line 92: prog_set_entry(&fsp, prog_entry(&fsp), intf);
> `prog_set_entry` should be sufficient. […]
I meant changing `prog_set_entry` to `prog_set_arg`. We don't need to reset `prog->entry` to the same value.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85665?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: Idef3518f9763fe5f74adb459c137db164563e483
Gerrit-Change-Number: 85665
Gerrit-PatchSet: 6
Gerrit-Owner: Yidi Lin <yidilin(a)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: Jarried Lin <jarried.lin(a)mediatek.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Comment-Date: Fri, 20 Dec 2024 09:28:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Yidi Lin <yidilin(a)google.com>
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Attention is currently required from: Dinesh Gehlot, Jayvik Desai, Kapil Porwal, Michał Żygowski, Nick Vaccaro, Subrata Banik.
Sean Rhodes has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/84622?usp=email )
Change subject: soc/intel/alderlake: Change the maximum C state to C8
......................................................................
Patch Set 4:
(1 comment)
File src/soc/intel/alderlake/acpi.c:
https://review.coreboot.org/c/coreboot/+/84622/comment/0edef583_038238b9?us… :
PS2, Line 107: C_STATE_C7S_LONG_LAT
> For PCH-S and PCH-N I have simply put C8 state here as it is supported and also does not yield error […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/84622?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: Idb3e4d34361c8ac25ef144c0d1cda9f801ed0c54
Gerrit-Change-Number: 84622
Gerrit-PatchSet: 4
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Jayvik Desai <jayvik(a)google.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Comment-Date: Fri, 20 Dec 2024 09:25:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Attention is currently required from: Andrey Petrov, Angel Pons, Arthur Heymans, Michał Żygowski, Sean Rhodes, Subrata Banik.
Hello Andrey Petrov, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/65270?usp=email
to look at the new patch set (#78).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: soc/intel/apollolake: Add a loader for the IBB
......................................................................
soc/intel/apollolake: Add a loader for the IBB
Add a loader that will load the IBB into the CSE via the Ring Protocol
Buffer.
All registers were taken from Intel document number #336561.
Change-Id: Ia41e3909f8099d2ea864166e9ea03e10e40a1b68
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
---
M src/soc/intel/apollolake/Makefile.mk
A src/soc/intel/apollolake/bootflow.md
A src/soc/intel/apollolake/include/soc/loader.h
A src/soc/intel/apollolake/loader.c
4 files changed, 206 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/65270/78
--
To view, visit https://review.coreboot.org/c/coreboot/+/65270?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: Ia41e3909f8099d2ea864166e9ea03e10e40a1b68
Gerrit-Change-Number: 65270
Gerrit-PatchSet: 78
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Andrey Petrov <andrey.petrov(a)gmail.com>