Add Fintek F71889 Super I/O support.
authorAlec Ari <neotheuser@ymail.com>
Wed, 3 Nov 2010 21:46:41 +0000 (21:46 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 3 Nov 2010 21:46:41 +0000 (21:46 +0000)
commit0ae7131f2e65ae1d16d31feeedbb303d6f2e2277
treea9f21ce509db17ba249c932cf98afa83c0b30e01
parenta215b0f0be2116b77192d6a3ec06a5616207432a
Add Fintek F71889 Super I/O support.

Untested, but should work mostly (even though some TODOs remain).

Signed-off-by: Alec Ari <neotheuser@ymail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6017 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/fintek/Kconfig
src/superio/fintek/Makefile.inc
src/superio/fintek/f71889/Makefile.inc [new file with mode: 0644]
src/superio/fintek/f71889/chip.h [new file with mode: 0644]
src/superio/fintek/f71889/f71889.h [new file with mode: 0644]
src/superio/fintek/f71889/f71889_early_serial.c [new file with mode: 0644]
src/superio/fintek/f71889/superio.c [new file with mode: 0644]