coreboot/src
Maxim Polyakov 0c5dd9febb soc/intel/common/smbus: Add support for Apollo Lake SoC
Previously, SMBUS support was not required for Apollo Lake, since the
SPD was read inside FSP-M, during memory initialization. However, the
Kontron mAL-10 COMe module contains Nuvoton HWM chip that is connected
to the processor via SMBUS. This patch adds SMBUS common driver support
for Apollo Lake to initialize this HWM.

TEST = After loading the nct7802 module on the Kontron mAL-10 with Linux
       OS, we can read the hwm registers, see temperature and fan speed:

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +52.0°C  (high = +110.0°C, crit = +110.0°C)
Core 0:        +52.0°C  (high = +110.0°C, crit = +110.0°C)
Core 1:        +52.0°C  (high = +110.0°C, crit = +110.0°C)
Core 2:        +53.0°C  (high = +110.0°C, crit = +110.0°C)
Core 3:        +53.0°C  (high = +110.0°C, crit = +110.0°C)

nct7802-i2c-0-2e
Adapter: SMBus CMI adapter cmi
in0:          +3.35 V  (min =  +0.00 V, max =  +4.09 V)
in1:          +1.92 V
in3:          +1.21 V  (min =  +0.00 V, max =  +2.05 V)
in4:          +1.68 V  (min =  +0.00 V, max =  +2.05 V)
fan1:           0 RPM  (min =    0 RPM)
fan2:        1729 RPM  (min =    0 RPM)
fan3:           0 RPM  (min =    0 RPM)
temp1:        +53.5°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)  sensor = thermistor
temp4:        +53.0°C  (low  =  +0.0°C, high = +85.0°C)
                       (crit = +100.0°C)
temp6:         +0.0°C

Change-Id: I408ef84ede27a45fb057e22b2757fa6e66277ddd
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44475
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-09-24 11:52:00 +00:00
..
acpi acpi: Add SSDT pstate helper functions 2020-09-22 16:06:34 +00:00
arch arch/arm: Add support for loading Linux kernels 2020-09-21 08:10:56 +00:00
commonlib src/commonlib: Drop unneeded empty lines 2020-09-21 15:53:25 +00:00
console src/console: Drop unneeded empty lines 2020-09-21 15:52:42 +00:00
cpu src/cpu: Drop unneeded empty lines 2020-09-21 16:20:30 +00:00
device src/device: Drop unneeded empty lines 2020-09-21 15:56:17 +00:00
drivers drivers/intel/fsp2_0: Add CONFIG_FSP_STATUS_GLOBAL_RESET 2020-09-21 16:03:28 +00:00
ec ec/google/chromeec: set DPTC power parameter at OS startup 2020-09-23 06:14:22 +00:00
include soc/intel/common/smbus: Add support for Apollo Lake SoC 2020-09-24 11:52:00 +00:00
lib lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFS 2020-09-23 11:11:20 +00:00
mainboard mb: Copy system76/lemp9 to clevo/l140cu 2020-09-24 06:19:12 +00:00
northbridge nb/intel/ironlake: Use MSAC definition 2020-09-22 17:36:42 +00:00
security src/security: Drop unneeded empty lines 2020-09-21 16:26:17 +00:00
soc soc/intel/common/smbus: Add support for Apollo Lake SoC 2020-09-24 11:52:00 +00:00
southbridge src/southbridge: Drop unneeded empty lines 2020-09-21 16:29:35 +00:00
superio superio/ite: Distinguish between chips for PECI readings 2020-09-22 01:11:02 +00:00
vendorcode chromeos: Provide common watchdog reboot support in romstage 2020-09-15 01:09:38 +00:00
Kconfig treewide/Kconfig: Drop unneeded empty lines 2020-09-21 16:30:14 +00:00