Attention is currently required from: Damien Zammit, Michał Żygowski, Paul Menzel, Michael Niewöhner, Piotr Król, Felix Held. Hello build bot (Jenkins), Damien Zammit, Michał Żygowski, Paul Menzel, Angel Pons, Michael Niewöhner, Piotr Król, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63672
to look at the new patch set (#3).
Change subject: superio/ite/common: Add support for SuperIOs with 6 temperature reading registers ......................................................................
superio/ite/common: Add support for SuperIOs with 6 temperature reading registers
Some ITE SuperIOs such as IT8613E or IT8625E have 6 temperature reading registers, to which values can be read from any TMPINs or external sources. These SuperIOs have Temperature Source Select registers in bank 2 of EC space. Enable thermal monitoring on these SIOs by programming these registers.
Add a Kconfig option SUPERIO_ITE_ENV_CTRL_6_TEMPS for these ECs.
Based on IT8613E "Preliminary Specification V0.3 (For E Version)" and IT8625E "Preliminary Specification V0.3 (For D Version)"
Change-Id: Iea7be22e4d1c8e56683755bff7fbb54e9218734e Signed-off-by: Michał Kopeć michal.kopec@3mdeb.com --- M src/superio/ite/common/Kconfig M src/superio/ite/common/env_ctrl.c M src/superio/ite/common/env_ctrl.h M src/superio/ite/common/env_ctrl_chip.h M src/superio/ite/it8613e/Kconfig 5 files changed, 78 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/63672/3