Attention is currently required from: Angel Pons, Maxim Polyakov, Maximilian Brune, Paul Menzel.
Matt DeVillier has uploaded a new patch set (#18) to the change originally created by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/84633?usp=email )
The following approvals got outdated and were removed: 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@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, 64 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/84633/18