superio/ite/it8613e: add support for ITE IT8613E
commit6d81b15bbe99a607c74021b28d4c8e7ca37e1bf3
authorKrystian Hebel <krystian.hebel@3mdeb.com>
Tue, 26 Feb 2019 11:02:16 +0000 (26 12:02 +0100)
committerNico Huber <nico.h@gmx.de>
Wed, 6 Mar 2019 11:27:49 +0000 (6 11:27 +0000)
tree1a798346e6ef4b45bc66a9cf50de72f85f8310eb
parentd60cc97526ae14b04d105e94d7ddcd86d3b18f00
superio/ite/it8613e: add support for ITE IT8613E

This change adds support for the SuperIO chip IT8613E. This chip uses
FANs 2-5 and has SmartGuardian always enabled (no ON/OFF control) so
it relies on support in common ITE code. LDNs were taken from IT8613E
Preliminary Specification V0.3.

Change-Id: I73c083b7019163c1203a5aabbef7d9d8f5ccb16a
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31617
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
src/superio/ite/it8613e/Kconfig [new file with mode: 0644]
src/superio/ite/it8613e/Makefile.inc [new file with mode: 0644]
src/superio/ite/it8613e/chip.h [new file with mode: 0644]
src/superio/ite/it8613e/it8613e.h [new file with mode: 0644]
src/superio/ite/it8613e/superio.c [new file with mode: 0644]