From 1318ea600b348cff43a66ffa6296a552b59e8888 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sat, 3 Jun 2017 03:52:57 -0500 Subject: superio/ite/it8720f: add new IT8720F Super I/O This device is extremely similar to the IT8718F, so support is based on existing support for the IT8718F. The CIR device is only detected by Linux/Windows from the ACPI tables, so ACPI support is extended from the IT8783E/F (for ACPI). This Super I/O is used on the Foxconn G41S-K. Tested, working: * Serial port 1 * Environment controller - Temperature monitoring - Voltage monitoring - Fan control (automatic and manual) * PS/2 keyboard and mouse Appears, OS driver loads, but otherwise untested: * Serial port 2 * Consumer IR Untested: * Floppy controller * Parallel port * GPIO Change-Id: Ib9a6fe91a772d78f4d122a6c516feff8658ada0a Signed-off-by: Samuel Holland Reviewed-on: https://review.coreboot.org/20026 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Felix Held --- src/superio/ite/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/ite/Makefile.inc') diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index fa3775a58a..f27a3335f2 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -23,6 +23,7 @@ subdirs-y += it8671f subdirs-y += it8712f subdirs-y += it8716f subdirs-y += it8718f +subdirs-y += it8720f subdirs-y += it8721f subdirs-y += it8728f subdirs-y += it8772f -- cgit v1.2.3