diff options
author | Samuel Holland <samuel@sholland.org> | 2017-06-03 03:52:57 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-12 04:04:45 +0200 |
commit | 1318ea600b348cff43a66ffa6296a552b59e8888 (patch) | |
tree | 999e09b262dd9ffd5c6f6ebcad407a8999ba11d1 /src/superio/ite/Makefile.inc | |
parent | da8ca6561fe955e6525b234d529efdee1c8fbf9e (diff) | |
download | coreboot-1318ea600b348cff43a66ffa6296a552b59e8888.tar.xz |
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 <samuel@sholland.org>
Reviewed-on: https://review.coreboot.org/20026
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/ite/Makefile.inc')
-rw-r--r-- | src/superio/ite/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |