coreboot-kgpe-d16/src
Renze Nicolai 0766d2c228 superio/f71869ad: Add temperature sensor type
This patch makes it possible to set the "Temperature Sensor Type Register"
at index 6Bh from the devicetree, allowing the use of thermistors instead of
BJT type sensors.

Register documentation (from page 60 of the F71869 datasheet):

6.6.25 Temperature Sensor Type Register - Index 6Bh
Bit 7-4: reserved
Bit 3: T3_MODE (0: thermistor, 1: BJT [default])
Bit 2: T2_MODE (0: thermistor, 1: BJT [default])
Bit 1: T1_MODE (0: thermistor, 1: BJT [default])
Bit 0: reserved

Change-Id: I6af0d93061ec49aec7a9181cdf7affd60fbdca73
Signed-off-by: Renze Nicolai <renze@rnplus.nl>
Reviewed-on: https://review.coreboot.org/22935
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2018-01-07 02:25:31 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/riscv: Remove supervisor_trap_entry 2017-12-02 05:25:16 +00:00
commonlib commonlib/region: expose subregion helper function 2017-12-15 23:35:05 +00:00
console console: Ignore loglevel in nvram until ramstage 2017-09-25 13:35:29 +00:00
cpu cpu/x86: set permanent SMM handler stack to 1KiB 2017-12-20 16:14:13 +00:00
device device/dram/ddr2.c: Store the checksum in the decoded SPD struct 2017-12-20 16:53:30 +00:00
drivers drivers/mrc_cache: Make CACHE_MRC_SETTINGS not selectable 2017-12-24 14:02:22 +00:00
ec ec/hp/kbc1126: change the default offset of the blobs 2017-12-25 14:44:23 +00:00
include device/dram/ddr2.c: Store the checksum in the decoded SPD struct 2017-12-20 16:53:30 +00:00
lib boardid: Add helpers to read sku_id strapping into coreboot tables 2017-12-07 01:19:32 +00:00
mainboard intel/dcp847ske: Add superio ACPI declarations 2018-01-07 02:00:15 +00:00
northbridge nb/intel/x4x: Disable watchdog, halt TCO timer and clear timeout 2018-01-05 09:27:53 +00:00
security security/vboot: Remove unused include of vboot_nvstorage.h 2017-12-07 01:20:51 +00:00
soc soc/intel/cannonlake: Correct PMC/GPIO routing information 2018-01-05 20:44:15 +00:00
southbridge sb/intel/i82801ix: Don't select HAVE_INTEL_FIRMWARE on Q35-QEMU 2018-01-05 21:10:52 +00:00
superio superio/f71869ad: Add temperature sensor type 2018-01-07 02:25:31 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/glk: Update header files as per v77_12 2018-01-05 21:12:16 +00:00
Kconfig boardid: Switch from Kconfig to weak functions 2017-12-07 01:19:27 +00:00